From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Edgar E. Iglesias" Date: Thu, 05 Aug 2010 05:01:49 +0000 Subject: Re: [Qemu-devel] [PATCH 0/4] fix PowerPC 440 Bamboo platform Message-Id: <20100805050149.GB20525@laped.lan> List-Id: References: <1280967697-1875-1-git-send-email-hollis@penguinppc.org> In-Reply-To: <1280967697-1875-1-git-send-email-hollis@penguinppc.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Hollis Blanchard Cc: qemu-devel@nongnu.org, kvm-ppc@vger.kernel.org On Wed, Aug 04, 2010 at 05:21:33PM -0700, Hollis Blanchard wrote: > These patches get the PowerPC Bamboo platform working again. I've re-written > two of the patches based on feedback from qemu-devel. > > Note that this platform still only works in conjunction with KVM, since the > PowerPC 440 MMU is still not accurately emulated by TCG. Is that the Book-E MMU? In case it is, I've got a couple of fairly ugly patches somewhere that at least made it possible for me to boot linux on a TCG emulated ppc 440. I'll see if I can dig them out and post them. Cheers