From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4FpW-0002cm-Us for qemu-devel@nongnu.org; Sun, 04 Mar 2012 13:06:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4FpU-0007JO-MY for qemu-devel@nongnu.org; Sun, 04 Mar 2012 13:06:46 -0500 Message-ID: <4F53AF2A.10804@ilande.co.uk> Date: Sun, 04 Mar 2012 18:06:34 +0000 From: Mark Cave-Ayland MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] PPC: VGA broken in git master List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Hi all, I've just done a git pull to update my local repository, and it now appears that the VGA device is broken in QEMU - rather than displaying the OpenBIOS banner in my VNC client, the framebuffer remains constantly black. A git bisect shows that the problem is caused by the following commit: de58ac72b6a062d1a61478284c0c0f8a0428613e is the first bad commit commit de58ac72b6a062d1a61478284c0c0f8a0428613e Author: Avi Kivity Date: Sun Jan 8 19:46:17 2012 +0200 ioport: change portio_list not to use memory_region_set_offset() memory_region_set_offset() will be going away soon, so don't use it. Use an alias instead. Signed-off-by: Avi Kivity Reviewed-by: Richard Henderson Avi/Richard - please would it be possible for you to review this commit and come up with a suitable fix? Many thanks, Mark.