[Qemu-devel] [PATCH v7 0/2] add support for VCPU event states

Dongjiu Geng posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1535402777-46620-1-git-send-email-gengdongjiu@huawei.com
Test docker-clang@ubuntu failed
Test checkpatch passed
There is a newer version of this series
include/standard-headers/linux/input.h |  9 +++--
linux-headers/asm-arm/kvm.h            | 13 +++++++
linux-headers/asm-arm64/kvm.h          | 13 +++++++
linux-headers/linux/kvm.h              |  1 +
target/arm/cpu.h                       |  7 ++++
target/arm/kvm64.c                     | 68 ++++++++++++++++++++++++++++++++++
target/arm/machine.c                   | 22 +++++++++++
7 files changed, 129 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH v7 0/2] add support for VCPU event states
Posted by Dongjiu Geng 7 years, 2 months ago
Support for KVM_GET/SET_VCPU_EVENTS to get/set the SError exception
state, and support the state migration.

Now the VCPU event only includes the SError exception status, it can be
extended if needed. When do migration, If source machine has serror pending, 
the target machine is also needed to pend this serror regardless of whether
target machine can support to set the serror syndrome. 

Dongjiu Geng (2):
  linux-headers: Update to kernel mainline commit 815f0ddb3
  target: arm: Add support for VCPU event states

 include/standard-headers/linux/input.h |  9 +++--
 linux-headers/asm-arm/kvm.h            | 13 +++++++
 linux-headers/asm-arm64/kvm.h          | 13 +++++++
 linux-headers/linux/kvm.h              |  1 +
 target/arm/cpu.h                       |  7 ++++
 target/arm/kvm64.c                     | 68 ++++++++++++++++++++++++++++++++++
 target/arm/machine.c                   | 22 +++++++++++
 7 files changed, 129 insertions(+), 4 deletions(-)

-- 
1.8.3.1