From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: pranavkumar@linaro.org, "Alex Bennée" <alex.bennee@linaro.org>,
"Christoffer Dall" <christoffer.dall@linaro.org>,
patches@linaro.org
Subject: [Qemu-devel] [PATCH 0/2] support migration/save/load on AArch64 CPUs
Date: Fri, 5 Dec 2014 14:11:21 +0000 [thread overview]
Message-ID: <1417788683-4038-1-git-send-email-peter.maydell@linaro.org> (raw)
These patches implement support for migration/save/load on AArch64
CPUs. The first one from Alex (with some mangling from me) just
moves the sysreg sync code we have for 32-bit across to 64-bit.
The second fills in the gaps in the main CPU vmstate struct.
Notes:
* currently doing 'from cold' incoming migration with -loadvm
or -incoming command line arguments is broken if using the VGIC;
this is a kernel bug, fixed by this patch:
http://www.spinics.net/lists/arm-kernel/msg383736.html
* Pranav: patch 1 here is what you need to rebase the bigendian
virtio patch on so it can use a single common hook for 32 and
64 bit without hacks to work around missing register sync
* Christoffer: patch 1 is also the one which moves reset around
Alex Bennée (1):
target-arm/kvm: make reg sync code common between kvm32/64
Peter Maydell (1):
target-arm: Support save/load for 64 bit CPUs
target-arm/kvm.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++
target-arm/kvm32.c | 94 ++-----------------------------------------------
target-arm/kvm64.c | 24 +++++++------
target-arm/kvm_arm.h | 22 ++++++++++++
target-arm/machine.c | 22 ++++++++++--
5 files changed, 156 insertions(+), 104 deletions(-)
--
1.9.1
next reply other threads:[~2014-12-05 14:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 14:11 Peter Maydell [this message]
2014-12-05 14:11 ` [Qemu-devel] [PATCH 1/2] target-arm/kvm: make reg sync code common between kvm32/64 Peter Maydell
2014-12-05 14:11 ` [Qemu-devel] [PATCH 2/2] target-arm: Support save/load for 64 bit CPUs Peter Maydell
2014-12-09 11:07 ` [Qemu-devel] [PATCH 0/2] support migration/save/load on AArch64 CPUs Pranavkumar Sawargaonkar
2014-12-09 11:43 ` Peter Maydell
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=1417788683-4038-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=christoffer.dall@linaro.org \
--cc=patches@linaro.org \
--cc=pranavkumar@linaro.org \
--cc=qemu-devel@nongnu.org \
/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 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).