Re: error: building kvm for powerpc using cross compiler on x86

2011-01-07 Thread Alexander Graf
On 07.01.2011, at 07:52, Dushyant wrote: Hi, Thanks for the response. My aim is to install kvm on a powerpc system. I will give a detailed description of the environment. Host arch: x86 kernel: 2.6.32.25 (ubuntu 10.04 32 bit) I have emulated powerpc using qemu-system-ppc and installed

Re: Guest reboot interface

2011-01-07 Thread Alexander Graf
On 07.01.2011, at 13:08, Liu Yu-B13201 wrote: Hi all, When guest reboot, it's better to reset status by qemu, and then sync them back to kvm However as you know there's no BOOKE mmu emulation in qemu, So that qemu cannot directly reset BOOKE TLB. Moreover a lot SPR registers also

Re: Guest reboot interface

2011-01-07 Thread Jan Kiszka
Am 07.01.2011 13:40, Alexander Graf wrote: On 07.01.2011, at 13:08, Liu Yu-B13201 wrote: Hi all, When guest reboot, it's better to reset status by qemu, and then sync them back to kvm However as you know there's no BOOKE mmu emulation in qemu, So that qemu cannot directly reset BOOKE

Re: Guest reboot interface

2011-01-07 Thread Scott Wood
On Fri, 7 Jan 2011 16:38:35 +0100 Jan Kiszka jan.kis...@web.de wrote: Am 07.01.2011 13:40, Alexander Graf wrote: On 07.01.2011, at 13:08, Liu Yu-B13201 wrote: Hi all, When guest reboot, it's better to reset status by qemu, and then sync them back to kvm However as you know