qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix older machine type compatibility on power w


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers
Date: Fri, 12 Jun 2015 19:39:20 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0


On 12.06.15 19:37, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
> 
> I forgot to add compatibility for Power when adding section footers.
> 
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>

Reviewed-by: Alexander Graf <address@hidden>

Probably should go in via the migration queue.


Alex

> 
> Fixes: 37fb569c0198cba58e3e
> ---
>  hw/ppc/spapr.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
> index f174e5a..01f8da8 100644
> --- a/hw/ppc/spapr.c
> +++ b/hw/ppc/spapr.c
> @@ -34,6 +34,7 @@
>  #include "sysemu/cpus.h"
>  #include "sysemu/kvm.h"
>  #include "kvm_ppc.h"
> +#include "migration/migration.h"
>  #include "mmu-hash64.h"
>  #include "qom/cpu.h"
>  
> @@ -1851,6 +1852,7 @@ static const TypeInfo spapr_machine_info = {
>  
>  static void spapr_compat_2_3(Object *obj)
>  {
> +    savevm_skip_section_footers();
>  }
>  
>  static void spapr_compat_2_2(Object *obj)
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]