From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Mc2-0005q8-GG for qemu-devel@nongnu.org; Fri, 02 Mar 2012 02:09:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3Mbw-0000S0-4e for qemu-devel@nongnu.org; Fri, 02 Mar 2012 02:09:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Mbv-0000Rn-SB for qemu-devel@nongnu.org; Fri, 02 Mar 2012 02:09:04 -0500 Message-ID: <4F5071DA.5020101@redhat.com> Date: Fri, 02 Mar 2012 08:08:10 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1330581043.29508.61.camel@nzhmlwks0057.ad.endace.com> <4F4F3BF2.7040003@redhat.com> <4F4FEECB.3060901@endace.com> In-Reply-To: <4F4FEECB.3060901@endace.com> Content-Type: multipart/mixed; boundary="------------090505080400020506090109" Subject: Re: [Qemu-devel] [SeaBIOS] [Seabios] [PATCH 0/6] 64bit PCI BARs allocations (take 2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Korolev Cc: mst@redhat.com, sfd@endace.com, seabios@seabios.org, qemu-devel@nongnu.org, kevin@koconnor.net, avi@redhat.com This is a multi-part message in MIME format. --------------090505080400020506090109 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 03/01/12 22:48, Alexey Korolev wrote: > Hi, > What is your setup? > I want to reproduce this case qemu: latest master with a few patches (mst's bridge patches, pci64 fixes from me, posted to qemu-devel a few days ago), bundle pushed to http://www.kraxel.org/cgit/qemu/log/?h=pci64 for your convenience. See the attached config file (which you can pass to qemu via -readconfig) for the bridge setup. cheers, Gerd --------------090505080400020506090109 Content-Type: text/plain; name="fedora-bridge.cfg" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fedora-bridge.cfg" [device "br0"] driver = "pci-bridge" multifunction = "on" addr = "10.0" chassis_nr = "1" [device "br1"] driver = "pci-bridge" multifunction = "on" addr = "10.1" chassis_nr = "2" [device "br2"] driver = "pci-bridge" multifunction = "on" addr = "10.2" chassis_nr = "3" [device "br3"] driver = "pci-bridge" multifunction = "on" addr = "10.3" chassis_nr = "4" [device] driver = "ivshmem" bus = "br0.0" addr = "01" shm = "ivshmem.root" size = "1024M" use64 = "1" [device] driver = "virtio-balloon" bus = "br1.0" addr = "01" ##################################################################### [device "nest-l1"] driver = "pci-bridge" addr = "11" chassis_nr = "5" [device "nest-l2.1"] driver = "pci-bridge" bus = "nest-l1.0" addr = "01" chassis_nr = "6" [device "nest-l2.2"] driver = "pci-bridge" bus = "nest-l1.0" addr = "02" chassis_nr = "7" [device] driver = "ivshmem" bus = "nest-l2.1.0" addr = "01" shm = "ivshmem.br1" size = "32M" use64 = "1" [device] driver = "ivshmem" bus = "nest-l2.1.0" addr = "02" shm = "ivshmem.br2" size = "32M" use64 = "1" [device] driver = "ivshmem" bus = "nest-l2.2.0" addr = "01" shm = "ivshmem.br3" size = "32M" use64 = "1" [device] driver = "ivshmem" bus = "nest-l2.2.0" addr = "02" shm = "ivshmem.br4" size = "32M" use64 = "1" --------------090505080400020506090109--