From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGruK-0008C2-8p for qemu-devel@nongnu.org; Mon, 02 May 2011 08:07:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGruJ-00012K-C5 for qemu-devel@nongnu.org; Mon, 02 May 2011 08:07:20 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:42471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGruJ-000127-6q for qemu-devel@nongnu.org; Mon, 02 May 2011 08:07:19 -0400 Received: by bwz16 with SMTP id 16so5055377bwz.4 for ; Mon, 02 May 2011 05:07:18 -0700 (PDT) Date: Mon, 2 May 2011 14:07:15 +0200 From: "Edgar E. Iglesias" Message-ID: <20110502120715.GF7144@edde.se.axis.com> References: <1304334247-6005-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1304334247-6005-1-git-send-email-agraf@suse.de> Subject: Re: [Qemu-devel] [PATCH 0/5] PPC: Add FSL (e500) MMU emulation v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Scott Wood , Liu Yu , QEMU-devel Developers On Mon, May 02, 2011 at 01:04:02PM +0200, Alexander Graf wrote: > In a global effort to get rid of KVM-only targets, this is the next > important piece of the puzzle: e500 emulation :). > > We had support for running an e500 KVM guest for a while now, but the > code could not be tested without a real e500 machine, because it required > KVM to work. This patchset adds emulation for the e500 MMU, enabling > anyone to use the MPC8544DS emulation. I had a few questions on patch #2, but other than that this series looks good to me. Thanks! Cheers