From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsgHY-0002qd-0e for qemu-devel@nongnu.org; Tue, 29 Sep 2009 13:14:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsgHT-0002o2-00 for qemu-devel@nongnu.org; Tue, 29 Sep 2009 13:14:31 -0400 Received: from [199.232.76.173] (port=48294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsgHS-0002nj-Hb for qemu-devel@nongnu.org; Tue, 29 Sep 2009 13:14:26 -0400 Received: from ozlabs.org ([203.10.76.45]:45645) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsgHR-0005zf-6T for qemu-devel@nongnu.org; Tue, 29 Sep 2009 13:14:25 -0400 From: Rusty Russell Date: Wed, 30 Sep 2009 02:44:16 +0930 References: <20090907181436.GA8538@redhat.com> <4AB9AA8E.7060800@third-harmonic.com> <4AC1A4C7.1090809@redhat.com> In-Reply-To: <4AC1A4C7.1090809@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909300244.17324.rusty@rustcorp.com.au> Subject: [Qemu-devel] Re: [PATCH 2/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: john cooper Cc: john cooper , "Michael S. Tsirkin" , qemu-devel@nongnu.org, Avi Kivity , jens.axboe@oracle.com, Vadim Rozenfeld On Tue, 29 Sep 2009 03:40:15 pm john cooper wrote: > Change virtblk_identify() to pull ATA identify > data from the bar #5 map vs. the pci config > area. Add minimal support for bar mapping external > to virtio/virtio_pci.c. Repeat after me: "virtio is not PCI". See my alternate series... Rusty.