From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtixU-0001Wt-Bl for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:50:24 -0400 Received: from [199.232.76.173] (port=51799 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtixT-0001WW-Vv for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:50:24 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NtixS-00063z-VB for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:50:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61249) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NtixS-00063u-J8 for qemu-devel@nongnu.org; Mon, 22 Mar 2010 10:50:22 -0400 Date: Mon, 22 Mar 2010 16:46:54 +0200 From: "Michael S. Tsirkin" Message-ID: <20100322144654.GA19414@redhat.com> References: <20100306224234.GA1145@torres.zugschlus.de> <4B96BECF.2000505@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B96BECF.2000505@codemonkey.ws> 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: Anthony Liguori Cc: john cooper , Marc Haber , qemu-devel@nongnu.org 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. -- MST