qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers
@ 2015-06-12 17:37 Dr. David Alan Gilbert (git)
  2015-06-12 17:39 ` Alexander Graf
  2015-07-01  9:24 ` Juan Quintela
  0 siblings, 2 replies; 3+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2015-06-12 17:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: quintela, qemu-ppc, agraf, david

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

I forgot to add compatibility for Power when adding section footers.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

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)
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers
  2015-06-12 17:37 [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers Dr. David Alan Gilbert (git)
@ 2015-06-12 17:39 ` Alexander Graf
  2015-07-01  9:24 ` Juan Quintela
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2015-06-12 17:39 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git), qemu-devel; +Cc: quintela, qemu-ppc, david



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

Reviewed-by: Alexander Graf <agraf@suse.de>

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)
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers
  2015-06-12 17:37 [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers Dr. David Alan Gilbert (git)
  2015-06-12 17:39 ` Alexander Graf
@ 2015-07-01  9:24 ` Juan Quintela
  1 sibling, 0 replies; 3+ messages in thread
From: Juan Quintela @ 2015-07-01  9:24 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git); +Cc: agraf, qemu-ppc, qemu-devel, david

"Dr. David Alan Gilbert (git)" <dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> I forgot to add compatibility for Power when adding section footers.
>
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>
> Fixes: 37fb569c0198cba58e3e

Reviewed-by: Juan Quintela <quintela@redhat.com>
Applied


> ---
>  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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-01  9:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12 17:37 [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers Dr. David Alan Gilbert (git)
2015-06-12 17:39 ` Alexander Graf
2015-07-01  9:24 ` Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).