From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtizR-0002CV-5f for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:52:25 -0400 Received: from [199.232.76.173] (port=51808 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtizQ-0002CH-PR for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:52:24 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NtizP-0006BQ-N5 for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:52:24 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:51587) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NtizP-0006BI-Aa for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:52:23 -0400 Received: by ewy28 with SMTP id 28so556511ewy.16 for ; Mon, 22 Mar 2010 07:52:22 -0700 (PDT) Message-ID: <4BA78421.2010200@codemonkey.ws> Date: Mon, 22 Mar 2010 09:52:17 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20100306224234.GA1145@torres.zugschlus.de> <4B96BECF.2000505@codemonkey.ws> <20100322144654.GA19414@redhat.com> In-Reply-To: <20100322144654.GA19414@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: virtio block device and sysfs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: john cooper , Marc Haber , qemu-devel@nongnu.org On 03/22/2010 09:46 AM, Michael S. Tsirkin wrote: > On Tue, Mar 09, 2010 at 03:34:07PM -0600, Anthony Liguori wrote: > >> John attempted this and it was reverted because the implementation >> exhausted the PCI config space. >> > Not config space really, John's implementation put ATA_IDENTITY > (512 bytes) in PCI IO memory, PCI spec limits each such BAR to 256 bytes. > Yes, I should know better than to be sloppy with my words on this :-) I meant, it exhausted the virtio pci config space which is limited by the maximum size of PCI IO memory. In theory, virtio has no config space limitation but virtio pci does. Regards, Anthony Liguori