diff mbox

kvm/booke: Add synchronize register for booke init

Message ID 1264572849-17150-1-git-send-email-yu.liu@freescale.com
State New
Headers show

Commit Message

Liu Yu-B13201 Jan. 27, 2010, 6:14 a.m. UTC
So that the following registers init could be flushed back to kvm.

Signed-off-by: Liu Yu <yu.liu@freescale.com>
---
 hw/ppc440_bamboo.c     |    2 ++
 hw/ppce500_mpc8544ds.c |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

Comments

Hollis Blanchard Jan. 27, 2010, 6:42 a.m. UTC | #1
On Tue, Jan 26, 2010 at 10:14 PM, Liu Yu <yu.liu@freescale.com> wrote:
> So that the following registers init could be flushed back to kvm.
>
> Signed-off-by: Liu Yu <yu.liu@freescale.com>

Acked-by: Hollis Blanchard <hollis@penguinppc.org>

Thanks Yu.

-Hollis
Aurelien Jarno Feb. 27, 2010, 3:27 p.m. UTC | #2
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 <yu.liu@freescale.com>

Thanks, applied.

> ---
>  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
> --- a/hw/ppc440_bamboo.c
> +++ b/hw/ppc440_bamboo.c
> @@ -160,6 +160,8 @@ static void bamboo_init(ram_addr_t ram_size,
>              exit(1);
>          }
>  
> +	cpu_synchronize_state(env);
> +
>          /* Set initial guest state. */
>          env->gpr[1] = (16<<20) - 8;
>          env->gpr[3] = dt_base;
> diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c
> index ea30816..fabcf31 100644
> --- a/hw/ppce500_mpc8544ds.c
> +++ b/hw/ppce500_mpc8544ds.c
> @@ -261,6 +261,8 @@ static void mpc8544ds_init(ram_addr_t ram_size,
>              exit(1);
>          }
>  
> +	cpu_synchronize_state(env);
> +
>          /* Set initial guest state. */
>          env->gpr[1] = (16<<20) - 8;
>          env->gpr[3] = dt_base;
> -- 
> 1.6.4
> 
> 
> 
>
diff mbox

Patch

diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c
index 1ab9872..1b9ec17 100644
--- a/hw/ppc440_bamboo.c
+++ b/hw/ppc440_bamboo.c
@@ -160,6 +160,8 @@  static void bamboo_init(ram_addr_t ram_size,
             exit(1);
         }
 
+	cpu_synchronize_state(env);
+
         /* Set initial guest state. */
         env->gpr[1] = (16<<20) - 8;
         env->gpr[3] = dt_base;
diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c
index ea30816..fabcf31 100644
--- a/hw/ppce500_mpc8544ds.c
+++ b/hw/ppce500_mpc8544ds.c
@@ -261,6 +261,8 @@  static void mpc8544ds_init(ram_addr_t ram_size,
             exit(1);
         }
 
+	cpu_synchronize_state(env);
+
         /* Set initial guest state. */
         env->gpr[1] = (16<<20) - 8;
         env->gpr[3] = dt_base;