From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WV65b-0004yO-AX for qemu-devel@nongnu.org; Tue, 01 Apr 2014 17:19:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WV65R-0007iI-Gz for qemu-devel@nongnu.org; Tue, 01 Apr 2014 17:19:23 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 1 Apr 2014 23:18:10 +0200 Message-Id: <1396387092-5667-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH for-2.0 0/2] prep: Remove some clearly wrong assumptions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Herv=C3=A9=20Poussineau?= , =?UTF-8?q?Andreas=20F=C3=A4rber?= , qemu-ppc@nongnu.org Hi, These two patches remove some bugs for a PReP firmware. Note that first p= atch is very PReP-oriented, and breaks OHW compatibility with other QEMU emulations (o= ldworld and newworld machines). Patches to remove corresponding hacks on QEMU side will be sent shortly. Herv=C3=A9 Herv=C3=A9 Poussineau (2): ohw: correctly program BAR addresses of PCI devices ohw: let the right reset entry point 0xfff00100 jump to the currently wrong entry point (0xfffffffc) src/pci.c | 9 +++++++-- src/vectors.S | 7 ++++++- 2 files changed, 13 insertions(+), 3 deletions(-) --=20 1.7.10.4