From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH 2/2] Add serial number support for virtio_blk, V4a Date: Tue, 9 Jun 2009 21:51:48 +0930 Message-ID: <200906092151.49609.rusty@rustcorp.com.au> References: <4A1F6130.9070705@redhat.com> <4A26E607.3070901@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: KVM list , Jens Axboe To: john cooper Return-path: Received: from ozlabs.org ([203.10.76.45]:53854 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758148AbZFIMVt (ORCPT ); Tue, 9 Jun 2009 08:21:49 -0400 In-Reply-To: <4A26E607.3070901@redhat.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 4 Jun 2009 06:37:19 am you wrote: > This patch extracts the opaque data from pci i/o > region 0 via the added VIRTIO_BLK_F_IDENTIFY > field. Thanks John, I fixed textual conflicts and forwarded it to Jens: he has the other pending virtio_blk patches as well. I removed one comment: > +/* mapped into pci i/o region 0 > + */ > struct virtio_blk_config > { This is true for virtio_pci, but not for virtio in general. Thanks, Rusty.