From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S21it-0006tv-TC for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:38:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S21in-0007rB-Vh for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:38:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S21in-0007r4-Nw for qemu-devel@nongnu.org; Mon, 27 Feb 2012 09:38:37 -0500 Message-ID: <4F4B955F.7080800@redhat.com> Date: Mon, 27 Feb 2012 15:38:23 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3 0/4] standard pci bridge device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , kvm@vger.kernel.org, qemu-devel@nongnu.org, Isaku Yamahata , Avi Kivity , Anthony Liguori On 02/20/12 23:52, Michael S. Tsirkin wrote: > Here's a new version of the patch. > > TODOs: > - windows guest testing > > Changes from v2: > - added slot id capability > - migration support > - misc fixes > - fix checkpatch errors 64bit prefetch memory window works now: 00:10.0 PCI bridge: Red Hat, Inc. Device 0001 (prog-if 00 [Normal decode]) Physical Slot: 16 Flags: bus master, 66MHz, fast devsel, latency 0 Memory at f5126000 (32-bit, non-prefetchable) [size=256] Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 Memory behind bridge: f5000000-f50fffff Prefetchable memory behind bridge: 00000000f8000000-00000000fbffffff Capabilities: [48] Slot ID: 0 slots, First+, chassis 01 Capabilities: [40] Hot-plug capable Kernel modules: shpchp Looks good to me, did only light testing though. cheers, Gerd