From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Date: Sat, 03 Jan 2009 22:22:57 +0000 Subject: [PATCH 00 of 16] port KVM to PowerPC e500 Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Hi Avi, these patches add support for Freescale's e500 (v2) core. I did some refactoring, but the actual port was done by Liu Yu at Freescale. Please apply. e500 is a 32-bit PowerPC "Book E" core (as is IBM/AMCC's 440) found in a variety of Freescale SoCs. It uses a software-managed TLB and no hardware tablewalk. (These patches do not contain support for Freescale's announced e500mc core, which implements virtualization features in hardware.) -Hollis