From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Msnqh-0008PN-G1 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 21:19:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Msnqc-0008Cy-Q5 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 21:19:19 -0400 Received: from [199.232.76.173] (port=57232 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msnqc-0008Cc-N3 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 21:19:14 -0400 Received: from ozlabs.org ([203.10.76.45]:33563) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Msnqb-0002HQ-VW for qemu-devel@nongnu.org; Tue, 29 Sep 2009 21:19:14 -0400 From: Rusty Russell Date: Wed, 30 Sep 2009 10:49:07 +0930 References: <4AB7A01A.3000206@redhat.com> <4AC25599.1090400@third-harmonic.com> <4AC2744B.1080601@codemonkey.ws> In-Reply-To: <4AC2744B.1080601@codemonkey.ws> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909301049.08434.rusty@rustcorp.com.au> Subject: [Qemu-devel] Re: [PATCH 0/2] fix virtio_blk serial pci config breakage List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: john cooper , "Michael S. Tsirkin" , john cooper , qemu-devel@nongnu.org, Avi Kivity , jens.axboe@oracle.com, Vadim Rozenfeld On Wed, 30 Sep 2009 06:25:39 am Anthony Liguori wrote: > virtio-blk isn't an ATA device so why pretend like it is? Do you want to maintain a "vdparm" to match hdparm and sdparm? Confused, Rusty.