From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Infun-00071U-Hd for qemu-devel@nongnu.org; Thu, 01 Nov 2007 15:41:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Infuk-0006vR-BP for qemu-devel@nongnu.org; Thu, 01 Nov 2007 15:41:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Infuj-0006vA-R3 for qemu-devel@nongnu.org; Thu, 01 Nov 2007 15:41:13 -0400 Received: from nf-out-0910.google.com ([64.233.182.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Infuj-0004zp-MX for qemu-devel@nongnu.org; Thu, 01 Nov 2007 15:41:13 -0400 Received: by nf-out-0910.google.com with SMTP id 30so547546nfu for ; Thu, 01 Nov 2007 12:41:12 -0700 (PDT) Message-ID: Date: Thu, 1 Nov 2007 21:41:11 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] qemu Makefile.target vl.h hw/cuda.c hw/grackle_... In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 On 10/29/07, Jocelyn Mayer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Jocelyn Mayer 07/10/28 23:42:18 > > Modified files: > . : Makefile.target vl.h > hw : cuda.c grackle_pci.c heathrow_pic.c ppc.c > ppc_chrp.c ppc_prep.c > Added files: > hw : mac_dbdma.c mac_nvram.c macio.c ppc_mac.h > ppc_oldworld.c > > Log message: > * sort the PowerPC target object files > * make PowerPC NVRAM accessors generic to be able to use a MacIO NVRAM > instead of the M48T59 one > * split PowerMac targets code: > - move all PowerMac related definitions and prototypes into hw/ppc_mac.h > - add hw/mac_dbdma.c, hw/mac_nvram.c and macio.c > which implements shared PowerMac devices > - define the g3bw machine in a new hw/ppc_oldworld.c file > * Fix the g3bw target: > - fix the Grackle host PCI device > - connect the Heathrow PIC to the PowerPC 6xx bus pins > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.212&r2=1.213 > http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.280&r2=1.281 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/cuda.c?cvsroot=qemu&r1=1.16&r2=1.17 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/grackle_pci.c?cvsroot=qemu&r1=1.6&r2=1.7 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/heathrow_pic.c?cvsroot=qemu&r1=1.5&r2=1.6 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ppc.c?cvsroot=qemu&r1=1.34&r2=1.35 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ppc_chrp.c?cvsroot=qemu&r1=1.44&r2=1.45 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ppc_prep.c?cvsroot=qemu&r1=1.47&r2=1.48 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mac_dbdma.c?cvsroot=qemu&rev=1.1 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mac_nvram.c?cvsroot=qemu&rev=1.1 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/macio.c?cvsroot=qemu&rev=1.1 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ppc_mac.h?cvsroot=qemu&rev=1.1 > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ppc_oldworld.c?cvsroot=qemu&rev=1.1 You broke sparc64-softmmu build with this patch.