support for KVM_GET/SET_VCPU_EVENTS to get/set the SError exception state, and support the state migration.
Dongjiu Geng (3): linux-headers: update to v4.17-rc7 kvm: sync linux headers target: arm: Add support for VCPU event states include/standard-headers/asm-x86/hyperv.h | 1 - include/standard-headers/asm-x86/kvm_para.h | 2 +- include/standard-headers/linux/ethtool.h | 36 ++- include/standard-headers/linux/input.h | 4 +- include/standard-headers/linux/pci_regs.h | 7 +- include/standard-headers/linux/virtio_balloon.h | 15 + include/standard-headers/linux/virtio_gpu.h | 1 - include/standard-headers/rdma/vmw_pvrdma-abi.h | 49 ++-- linux-headers/COPYING | 358 +----------------------- linux-headers/asm-arm/kvm.h | 15 + linux-headers/asm-arm64/kvm.h | 19 ++ linux-headers/asm-x86/hyperv.h | 1 - linux-headers/asm-x86/kvm.h | 19 +- linux-headers/linux/kvm.h | 31 +- linux-headers/linux/vfio.h | 27 ++ target/arm/cpu.h | 5 + target/arm/kvm64.c | 64 +++++ target/arm/machine.c | 3 + 18 files changed, 268 insertions(+), 389 deletions(-) delete mode 100644 include/standard-headers/asm-x86/hyperv.h delete mode 100644 linux-headers/asm-x86/hyperv.h -- 2.7.4