From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NetWL-0001VJ-7y for qemu-devel@nongnu.org; Tue, 09 Feb 2010 12:05:05 -0500 Received: from [199.232.76.173] (port=35074 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NetWK-0001U8-Cj for qemu-devel@nongnu.org; Tue, 09 Feb 2010 12:05:04 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NetWI-0006m1-EP for qemu-devel@nongnu.org; Tue, 09 Feb 2010 12:05:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5425) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NetWH-0006lj-Ud for qemu-devel@nongnu.org; Tue, 09 Feb 2010 12:05:02 -0500 Date: Tue, 9 Feb 2010 19:01:34 +0200 From: "Michael S. Tsirkin" Message-ID: <20100209170134.GA4999@redhat.com> References: <1265733430-9656-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1265733430-9656-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] Re: [PATCH 00/10] PPC NewWorld fixery v4 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org, aurelien@aurel32.net On Tue, Feb 09, 2010 at 05:37:00PM +0100, Alexander Graf wrote: > I'm trying to get the PPC64 system emulation target working finally. > While doing so, I ran into several issues, most related to PCI this time. > > This patchset fixes all the PCI config space access and PCI interrupt > mapping issues I've found on PPC64. Using this and a patched OpenBIOS > version, I can successfully access IDE devices and was booting a guest > into the shell from IDE using serial console. Trying to apply these I run into: Applying: PPC: Make interrupts work /scm/qemu/.git/rebase-apply/patch:27: trailing whitespace. /scm/qemu/.git/rebase-apply/patch:29: trailing whitespace. warning: 2 lines add whitespace errors. Applying: PPC: tell the guest about the time base frequency /scm/qemu/.git/rebase-apply/patch:83: new blank line at EOF. + warning: 1 line adds whitespace errors. Could you address these please? -- MST