From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4QZ5-0003IX-VY for qemu-devel@nongnu.org; Mon, 05 Mar 2012 00:34:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4QZ4-0000dN-2V for qemu-devel@nongnu.org; Mon, 05 Mar 2012 00:34:31 -0500 Received: from usrksweb02.endace.com ([174.143.168.194]:57410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4QZ3-0000cr-Sf for qemu-devel@nongnu.org; Mon, 05 Mar 2012 00:34:29 -0500 Message-ID: <4F545052.1060406@endace.com> Date: Mon, 5 Mar 2012 18:34:10 +1300 From: Alexey Korolev MIME-Version: 1.0 References: <1330581043.29508.61.camel@nzhmlwks0057.ad.endace.com> <4F4F3BF2.7040003@redhat.com> <4F4FEECB.3060901@endace.com> <4F5071DA.5020101@redhat.com> In-Reply-To: <4F5071DA.5020101@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit 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: Gerd Hoffmann Cc: mst@redhat.com, sfd@endace.com, seabios@seabios.org, qemu-devel@nongnu.org, kevin@koconnor.net, avi@redhat.com 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. Thank you for this! Yes I have reproduced the issues. Fortunately there are just minor problems: 1. Typo in a for loop. 2. Stupid bug in pci_size_roundup function 3. Missed the code for reading the 64bit capability of the bridge. I can either send a patch over existing patches, or send new series or both. > cheers, > Gerd >