RE: [PATCH 7/9] powerpc/kvm: Add E500 core emulation

2009-01-19 Thread Liu Yu
01 > > Cc: qemu-de...@nongnu.org; kvm-ppc@vger.kernel.org > > Subject: RE: [PATCH 7/9] powerpc/kvm: Add E500 core emulation > > > > On Fri, 2009-01-16 at 15:51 +0800, Liu Yu wrote: > > > > > > I still want to fixup guest memory size at certain > > alignmen

RE: [PATCH 7/9] powerpc/kvm: Add E500 core emulation

2009-01-19 Thread Liu Yu
> -Original Message- > From: kvm-ppc-ow...@vger.kernel.org > [mailto:kvm-ppc-ow...@vger.kernel.org] On Behalf Of Hollis Blanchard > Sent: Saturday, January 17, 2009 2:03 AM > To: Liu Yu-B13201 > Cc: qemu-de...@nongnu.org; kvm-ppc@vger.kernel.org > Subject: RE: [P

RE: [PATCH 7/9] powerpc/kvm: Add E500 core emulation

2009-01-16 Thread Hollis Blanchard
On Fri, 2009-01-16 at 15:51 +0800, Liu Yu wrote: > > I still want to fixup guest memory size at certain alignment boundary, > so that KVM can handle the mmu easily. How about "ram_size &= ~(256<<20)" then? The code that you copied is more complicated because it's trying to fill in SDRAM banks wh

RE: [PATCH 7/9] powerpc/kvm: Add E500 core emulation

2009-01-15 Thread Liu Yu
> -Original Message- > From: kvm-ppc-ow...@vger.kernel.org > [mailto:kvm-ppc-ow...@vger.kernel.org] On Behalf Of Hollis Blanchard > Sent: Friday, January 16, 2009 3:53 AM > To: Liu Yu-B13201 > Cc: qemu-de...@nongnu.org; kvm-ppc@vger.kernel.org > Subject: Re: [PATCH

Re: [PATCH 7/9] powerpc/kvm: Add E500 core emulation

2009-01-15 Thread Hollis Blanchard
On Thu, 2009-01-15 at 20:34 +0800, Liu Yu wrote: > Signed-off-by: Liu Yu > --- > Makefile.target |1 + > hw/ppce500.c| 49 + > hw/ppce500.h| 44 > 3 files changed, 94 insertions(+), 0 dele

[PATCH 7/9] powerpc/kvm: Add E500 core emulation

2009-01-15 Thread Liu Yu
Signed-off-by: Liu Yu --- Makefile.target |1 + hw/ppce500.c| 49 + hw/ppce500.h| 44 3 files changed, 94 insertions(+), 0 deletions(-) create mode 100644 hw/ppce500.c create mode 100644