| Submitter | Paolo Bonzini |
|---|---|
| Date | Jan. 24, 2013, 2:44 p.m. |
| Message ID | <1359038667-17349-1-git-send-email-pbonzini@redhat.com> |
| Download | mbox |
| Permalink | /patch/215364/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D870A2C0084 for <incoming@patchwork.ozlabs.org>; Fri, 25 Jan 2013 02:12:45 +1100 (EST) Received: from localhost ([::1]:49578 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) id 1TyO3M-00083H-6m for incoming@patchwork.ozlabs.org; Thu, 24 Jan 2013 09:45:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:32804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <paolo.bonzini@gmail.com>) id 1TyO2p-0006vI-T9 for qemu-devel@nongnu.org; Thu, 24 Jan 2013 09:44:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <paolo.bonzini@gmail.com>) id 1TyO2l-0004l2-82 for qemu-devel@nongnu.org; Thu, 24 Jan 2013 09:44:47 -0500 Received: from mail-qa0-f54.google.com ([209.85.216.54]:65373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <paolo.bonzini@gmail.com>) id 1TyO2l-0004kq-4b for qemu-devel@nongnu.org; Thu, 24 Jan 2013 09:44:43 -0500 Received: by mail-qa0-f54.google.com with SMTP id p6so402188qad.13 for <qemu-devel@nongnu.org>; Thu, 24 Jan 2013 06:44:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:subject:date:message-id:x-mailer; bh=cy7A9hjxVbYQFk3HSpqkPWu4jqoOxPzN0Yai6VoU9m8=; b=TWWvSSjMJDd5RoWFsuQFIfCVHSrhyxLB5d5IURJlPQD0zavQrjvPSjLahWWbobXg+x MYNLUzY/zDH+PvmlqbJAWycUX0tugDq74l/oZ0O3qK03Yos3bbB72/A/Coi/NPIgh8Da /Mlr6pR6fmHKgzlJmD14GI/XFyNqTi5+XQld4rE83rCxiqh7U1ivToS3OoMMw8xCpjaQ 4XPeyVn6puA2vU6kHLvn9R5brXtpSt5zKOYqE54pcIOZ0JwO30LXhoMKETamv8rQ7ueN TczD3V7gnQzWJtqhtI7LQuXTQTgpAP97/eba+xtTgS9PScE/c+3+D+sGUsgJXDA/cOXB ep/w== X-Received: by 10.49.38.98 with SMTP id f2mr2662515qek.32.1359038682612; Thu, 24 Jan 2013 06:44:42 -0800 (PST) Received: from yakj.usersys.redhat.com (93-34-179-137.ip50.fastwebnet.it. [93.34.179.137]) by mx.google.com with ESMTPS id eg9sm15409266qab.7.2013.01.24.06.44.40 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 24 Jan 2013 06:44:41 -0800 (PST) From: Paolo Bonzini <pbonzini@redhat.com> To: qemu-devel@nongnu.org Date: Thu, 24 Jan 2013 15:44:25 +0100 Message-Id: <1359038667-17349-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.216.54 Subject: [Qemu-devel] [PULL 1.4 0/2] Another SCSI pull request for 1.4 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org |
Anthony, this includes the changes to pass iovecs directly to libiscsi, and a preliminary bugfix. The following changes since commit 3f668b6c5dc9747d0367837532c3b2ce0520cc17: target-cris: Fix typo in D_LOG() macro (2013-01-24 11:28:15 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git scsi-next for you to fetch changes up to 7371d56fb2759f52106c76692440d0c29731ef9c: iscsi: add support for iovectors (2013-01-24 15:37:55 +0100) ---------------------------------------------------------------- Paolo Bonzini (1): iscsi: do not leak acb->buf when commands are aborted Peter Lieven (1): iscsi: add support for iovectors block/iscsi.c | 51 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 41 insertions(+), 10 deletions(-)