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

Dongjiu Geng posted 2 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1528403460-30526-1-git-send-email-gengdongjiu@huawei.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 failed
Test s390x passed
There is a newer version of this series
linux-headers/asm-arm/kvm.h   | 12 ++++++++
linux-headers/asm-arm64/kvm.h | 13 +++++++++
linux-headers/linux/kvm.h     |  1 +
target/arm/cpu.h              |  5 ++++
target/arm/kvm64.c            | 64 +++++++++++++++++++++++++++++++++++++++++++
target/arm/machine.c          |  3 ++
6 files changed, 98 insertions(+)
[Qemu-devel] [PATCH v3 RFC 0/2] add support for VCPU event states
Posted by Dongjiu Geng 5 years, 10 months ago
support for KVM_GET/SET_VCPU_EVENTS to get/set the SError exception
state, and support the state migration.

change since v2:
1. add header definition for arm platform

change since v1:
1. update the code to fix the build errors

Dongjiu Geng (2):
  linux-headers: sync linux headers
  target: arm: Add support for VCPU event states

 linux-headers/asm-arm/kvm.h   | 12 ++++++++
 linux-headers/asm-arm64/kvm.h | 13 +++++++++
 linux-headers/linux/kvm.h     |  1 +
 target/arm/cpu.h              |  5 ++++
 target/arm/kvm64.c            | 64 +++++++++++++++++++++++++++++++++++++++++++
 target/arm/machine.c          |  3 ++
 6 files changed, 98 insertions(+)

-- 
1.8.3.1