From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSUbn-0005rT-Go for qemu-devel@nongnu.org; Mon, 21 Nov 2011 09:12:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSUbi-0000jj-0W for qemu-devel@nongnu.org; Mon, 21 Nov 2011 09:12:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSUbh-0000jI-OH for qemu-devel@nongnu.org; Mon, 21 Nov 2011 09:12:25 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pALECPlM024058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 21 Nov 2011 09:12:25 -0500 Message-ID: <4ECA5D06.8070205@redhat.com> Date: Mon, 21 Nov 2011 15:15:34 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1321630322-19309-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1321630322-19309-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] misc block fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 18.11.2011 16:31, schrieb Paolo Bonzini: > See individual patches, all for 1.0. > > Paolo Bonzini (4): > virtio-blk: fix cross-endian config space > usb-msd: do not register twice in the boot order > scsi: fix fw path > scsi-generic: add as boot device > > hw/pci-hotplug.c | 3 ++- > hw/scsi-bus.c | 11 +++++++---- > hw/scsi-disk.c | 2 +- > hw/scsi-generic.c | 5 +++++ > hw/scsi.h | 2 +- > hw/usb-msd.c | 4 ++-- > hw/virtio-blk.c | 7 ++++--- > 7 files changed, 22 insertions(+), 12 deletions(-) Thanks, applied all to the block-stable branch (for 1.0) Kevin