From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4FuK-0004Wr-SK for qemu-devel@nongnu.org; Sun, 04 Mar 2012 13:11:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4Fu0-0008BT-V7 for qemu-devel@nongnu.org; Sun, 04 Mar 2012 13:11:44 -0500 Received: from p15195424.pureserver.info ([82.165.34.74]:52378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4Fu0-0008BC-KG for qemu-devel@nongnu.org; Sun, 04 Mar 2012 13:11:24 -0500 Message-ID: <4F53B048.301@ilande.co.uk> Date: Sun, 04 Mar 2012 18:11:20 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 References: <20120304094614.GA8158@redhat.com> <4F535FD4.2000905@redhat.com> <4F5362FD.5060305@redhat.com> <20120304132225.GB12047@redhat.com> <20120304140853.GA12776@redhat.com> <20120304164044.GA15384@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pci: fix bridge IO/BASE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org, Avi Kivity , Anthony Liguori , "Michael S. Tsirkin" On 04/03/12 17:49, Blue Swirl wrote: >> According to the spec it is a device, so should be ok? >> If I just make BAR4 writeable we get past the >> bios screen at least. >> Maybe openbios gets confused if a device has no BARs? >> Do things work for you with the patch below? >> All it does is make BAR4 writeable, accesses go nowhere. > > Looking at serial console, there is no crash, but VGA still does not work. Note that I've just emailed the list about a VGA regression I've found on PPC caused by one of Avi's commits - perhaps Michael's fix does work, but you're being bitten by the same bug? ATB, Mark.