提交 ff14e817 编写于 作者: D Dr. David Alan Gilbert 提交者: Juan Quintela

Fix older machine type compatibility on power with section footers

I forgot to add compatibility for Power when adding section footers.
Signed-off-by: NDr. David Alan Gilbert <dgilbert@redhat.com>

Fixes: 37fb569cSigned-off-by: NJuan Quintela <quintela@redhat.com>
上级 ef4b722d
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "sysemu/cpus.h" #include "sysemu/cpus.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"
#include "kvm_ppc.h" #include "kvm_ppc.h"
#include "migration/migration.h"
#include "mmu-hash64.h" #include "mmu-hash64.h"
#include "qom/cpu.h" #include "qom/cpu.h"
...@@ -1851,6 +1852,7 @@ static const TypeInfo spapr_machine_info = { ...@@ -1851,6 +1852,7 @@ static const TypeInfo spapr_machine_info = {
static void spapr_compat_2_3(Object *obj) static void spapr_compat_2_3(Object *obj)
{ {
savevm_skip_section_footers();
} }
static void spapr_compat_2_2(Object *obj) static void spapr_compat_2_2(Object *obj)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册