From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M61in-0005Ra-CX for qemu-devel@nongnu.org; Mon, 18 May 2009 08:13:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M61ii-0005KM-JT for qemu-devel@nongnu.org; Mon, 18 May 2009 08:13:32 -0400 Received: from [199.232.76.173] (port=34093 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M61ii-0005K3-AS for qemu-devel@nongnu.org; Mon, 18 May 2009 08:13:28 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:52726) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M61ih-00027C-RH for qemu-devel@nongnu.org; Mon, 18 May 2009 08:13:28 -0400 Date: Mon, 18 May 2009 08:13:25 -0400 From: Christoph Hellwig Message-ID: <20090518121325.GA32009@infradead.org> References: <4A0AFE31.70908@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A0AFE31.70908@redhat.com> Subject: [Qemu-devel] Re: [PATCH 0/2] Add serial number support for virtio_blk, V2 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: john cooper Cc: qemu-devel@nongnu.org, KVM list On Wed, May 13, 2009 at 01:06:57PM -0400, john cooper wrote: > [Resend of earlier patch: 1/2 rebased to qemu-kvm, > 2/2 minor tweak] patch 1/2 seems to be missing. > Equivalent functionality currently exists for IDE > and SCSI, however it is not yet implemented for > virtio. So why can't we re-use the existing interfaces instead of inventing a new one?