Commit ff14e817 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Juan Quintela
Browse files

Fix older machine type compatibility on power with section footers



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

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

Fixes: 37fb569c
Signed-off-by: default avatarJuan Quintela <quintela@redhat.com>
parent ef4b722d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)