From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHhST-0000AW-Ot for qemu-devel@nongnu.org; Wed, 04 May 2011 15:10:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHhSS-000409-VP for qemu-devel@nongnu.org; Wed, 04 May 2011 15:10:01 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:65423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHhSS-000405-Rt for qemu-devel@nongnu.org; Wed, 04 May 2011 15:10:00 -0400 Received: by qwj8 with SMTP id 8so1105032qwj.4 for ; Wed, 04 May 2011 12:10:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1304348602-28907-1-git-send-email-agraf@suse.de> References: <1304348602-28907-1-git-send-email-agraf@suse.de> From: Blue Swirl Date: Wed, 4 May 2011 22:09:40 +0300 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 0/6] PPC: Add FSL (e500) MMU emulation v3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Scott Wood , "Edgar E. Iglesias" , Liu Yu , QEMU-devel Developers On Mon, May 2, 2011 at 6:03 PM, 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 some comments to 6/6, otherwise all look fine to me.