From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>
Subject: [Qemu-devel] [PATCH v2 00/10] aarch64 migration for TCG and KVM
Date: Thu, 10 Jul 2014 16:49:57 +0100 [thread overview]
Message-ID: <1405007407-23549-1-git-send-email-alex.bennee@linaro.org> (raw)
Hi,
This series has already been sent out once before under the guise of
tidying up the pstate access and getting TCG migration working for ARM
v8 hosts. I've since added the final two patches to support KVM based
migration as well.
For KVM migration you will need some patches for the kernel side which
are currently working their way through kvmarm:
https://patches.linaro.org/patchwork/bundle/alex.bennee@linaro.org/armv8-migration/
Changes since v1:
- addressed review comments
- merged xpsr state into changes
- checkpatch fixes
- cleaner handling of integer flag manipulation
- addition of final KVM patches
Alex Bennée (10):
target-arm/cpu.h: document various program state functions
target-arm/cpu.h: common pstate save/restore
target-arm: Support save/load for 64 bit CPUs
target-arm: replace cpsr/xpsr/pstate_read calls
arm/nwfps: replace cpsr_write with set_condition_codes
linux-user/main.c: __kernel_cmpxchg set env->CF directly
target-arm: remove last users of cpsr_write
target-arm: remove final users of pstate_write
target-arm/kvm.c: better error reporting
target-arm/kvm: make reg sync code common between kvm32/64
linux-user/arm/nwfpe/fpa11.h | 2 +-
linux-user/elfload.c | 4 +-
linux-user/main.c | 17 ++--
linux-user/signal.c | 65 ++++++++-------
target-arm/cpu.h | 192 +++++++++++++++++++++++++++++++++++--------
target-arm/gdbstub.c | 10 ++-
target-arm/gdbstub64.c | 6 +-
target-arm/helper-a64.c | 11 +--
target-arm/helper.c | 92 +++------------------
target-arm/kvm.c | 137 ++++++++++++++++++++++++++++++
target-arm/kvm32.c | 96 ++--------------------
target-arm/kvm64.c | 6 +-
target-arm/kvm_arm.h | 12 +++
target-arm/machine.c | 27 +++---
target-arm/op_helper.c | 55 +++++++++++--
target-arm/translate-a64.c | 2 +-
target-arm/translate.c | 2 +-
17 files changed, 448 insertions(+), 288 deletions(-)
--
2.0.1
Cheers,
--
Alex Bennée
QEMU/KVM Hacker for Linaro
next reply other threads:[~2014-07-10 15:49 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-10 15:49 Alex Bennée [this message]
2014-07-10 15:49 ` [Qemu-devel] [PATCH v2 01/10] target-arm/cpu.h: document various program state functions Alex Bennée
2014-08-04 12:28 ` Peter Maydell
2014-07-10 15:49 ` [Qemu-devel] [PATCH v2 02/10] target-arm/cpu.h: common pstate save/restore Alex Bennée
2014-08-04 12:47 ` Peter Maydell
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 03/10] target-arm: Support save/load for 64 bit CPUs Alex Bennée
2014-08-04 12:50 ` Peter Maydell
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 04/10] target-arm: replace cpsr/xpsr/pstate_read calls Alex Bennée
2014-07-15 13:40 ` Riku Voipio
2014-08-04 12:59 ` Peter Maydell
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 05/10] arm/nwfps: replace cpsr_write with set_condition_codes Alex Bennée
2014-07-15 13:41 ` Riku Voipio
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 06/10] linux-user/main.c: __kernel_cmpxchg set env->CF directly Alex Bennée
2014-07-15 13:39 ` Riku Voipio
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 07/10] target-arm: remove last users of cpsr_write Alex Bennée
2014-07-15 13:43 ` Riku Voipio
2014-08-04 13:01 ` Peter Maydell
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 08/10] target-arm: remove final users of pstate_write Alex Bennée
2014-07-15 13:44 ` Riku Voipio
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 09/10] target-arm/kvm.c: better error reporting Alex Bennée
2014-08-04 13:03 ` Peter Maydell
2014-07-10 15:50 ` [Qemu-devel] [PATCH v2 10/10] target-arm/kvm: make reg sync code common between kvm32/64 Alex Bennée
2014-08-04 13:04 ` 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=1405007407-23549-1-git-send-email-alex.bennee@linaro.org \
--to=alex.bennee@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).