From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 2/2] Add serial number support for virtio_blk, V3 Date: Wed, 27 May 2009 09:54:09 +0200 Message-ID: <20090527075409.GA7926@lst.de> References: <4A1C88DE.6050608@redhat.com> <20090527074919.GB7356@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: rusty@rustcorp.com.au, qemu-devel@nongnu.org, KVM list To: john cooper Return-path: Received: from verein.lst.de ([213.95.11.210]:55782 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755159AbZE0Hya (ORCPT ); Wed, 27 May 2009 03:54:30 -0400 Content-Disposition: inline In-Reply-To: <20090527074919.GB7356@lst.de> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, May 27, 2009 at 09:49:19AM +0200, Christoph Hellwig wrote: > /* > * IDE-compatible identify ioctl. > * > * Currenlyt only returns the serial number and leaves all other fields > * zero. > */ Btw, thinking about it the rest of the information in the ioctl should probably be filled up with faked data, similar to how we do it for the ide emulation inside qemu.