From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPPEV-00028R-9c for qemu-devel@nongnu.org; Sat, 23 Apr 2005 14:19:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPPEU-000287-Ip for qemu-devel@nongnu.org; Sat, 23 Apr 2005 14:19:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPPEU-0001lI-CZ for qemu-devel@nongnu.org; Sat, 23 Apr 2005 14:19:58 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DPPGJ-0007Au-UT for qemu-devel@nongnu.org; Sat, 23 Apr 2005 14:21:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 1DPPDS-0000iI-00 for ; Sat, 23 Apr 2005 14:18:54 -0400 From: Fabrice Bellard Message-Id: Date: Sat, 23 Apr 2005 14:18:54 -0400 Subject: [Qemu-devel] qemu/hw pci.c ppc_prep.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org CVSROOT: /cvsroot/qemu Module name: qemu Branch: Changes by: Fabrice Bellard 05/04/23 18:18:54 Modified files: hw : pci.c ppc_prep.c Log message: PREP machines have two IO mappings. This patch adds support for non-contiguous IO map, which is used by OS/2. It also adds the missing legacy IO ports for the PREP PCI bridge and changes CPU PVR from 74x/75x to 604 to make OS/2 happy. (Jocelyn Mayer) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/pci.c.diff?tr1=1.16&tr2=1.17&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/ppc_prep.c.diff?tr1=1.16&tr2=1.17&r1=text&r2=text