Re: [Qemu-devel] [PATCH] kvm/booke: Add synchronize register for booke init

2010-02-27 Thread Aurelien Jarno
On Wed, Jan 27, 2010 at 02:14:09PM +0800, Liu Yu wrote: > So that the following registers init could be flushed back to kvm. > > Signed-off-by: Liu Yu Thanks, applied. > --- > hw/ppc440_bamboo.c |2 ++ > hw/ppce500_mpc8544ds.c |2 ++ > 2 files changed, 4 insertions(+), 0 deletions(

[Qemu-devel] [PATCH] kvm/booke: Add synchronize register for booke init

2010-01-26 Thread Liu Yu
So that the following registers init could be flushed back to kvm. Signed-off-by: Liu Yu --- hw/ppc440_bamboo.c |2 ++ hw/ppce500_mpc8544ds.c |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c index 1ab9872..1b9ec17 100644 --