From: Alexander Graf <agraf@suse.de>
To: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>,
qemu-devel@nongnu.org
Cc: quintela@redhat.com, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au
Subject: Re: [Qemu-devel] [PATCH] Fix older machine type compatibility on power with section footers
Date: Fri, 12 Jun 2015 19:39:20 +0200 [thread overview]
Message-ID: <557B1948.3010101@suse.de> (raw)
In-Reply-To: <1434130672-18508-1-git-send-email-dgilbert@redhat.com>
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)
>
next prev parent reply other threads:[~2015-06-12 17:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2015-07-01 9:24 ` Juan Quintela
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=557B1948.3010101@suse.de \
--to=agraf@suse.de \
--cc=david@gibson.dropbear.id.au \
--cc=dgilbert@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.