[PATCH 0/6] kvm/powerpc: Add emulation for MPC85xx in KVM mode

2009-01-22 Thread Liu Yu
This patch set enable another KVM PowerPC platform E500.
Like the 440 core, the MMU and a few other bits are not currently
emulated in Qemu itself,
so right now it's only functional in conjunction with KVM.

The emulation of MPC85xx boards (which use E500 as its core) 
can be run on any MPC85xx hosts.
The code has been tested on MPC8544DS and MPC8572DS.

Patch 1: enable the MPIC for MPC85xx platform
Patch 2: add emulation of freescale PCI controller for MPC85xx platform
Patch 3: add IRQ support for E500 core
Patch 4: extern one function for MPC85xx code use
Patch 5: add MPC85xx board emulation
Patch 6: flat device tree of MPC85xx


--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/6] kvm/powerpc: Add emulation for MPC85xx in KVM mode

2009-01-22 Thread Hollis Blanchard
On Thu, 2009-01-22 at 18:14 +0800, Liu Yu wrote:
 This patch set enable another KVM PowerPC platform E500.
 Like the 440 core, the MMU and a few other bits are not currently
 emulated in Qemu itself,
 so right now it's only functional in conjunction with KVM.
 
 The emulation of MPC85xx boards (which use E500 as its core) 
 can be run on any MPC85xx hosts.
 The code has been tested on MPC8544DS and MPC8572DS.
 
 Patch 1: enable the MPIC for MPC85xx platform
 Patch 2: add emulation of freescale PCI controller for MPC85xx platform
 Patch 3: add IRQ support for E500 core
 Patch 4: extern one function for MPC85xx code use
 Patch 5: add MPC85xx board emulation
 Patch 6: flat device tree of MPC85xx

Patches 1-4: Acked-by: Hollis Blanchard holl...@us.ibm.com
I've posted some comments on patches 5 and 6.

Aurelian, would you mind reviewing patches 1-3?

-- 
Hollis Blanchard
IBM Linux Technology Center

--
To unsubscribe from this list: send the line unsubscribe kvm-ppc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html