qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH v2 0/2] add support for VCPU event states


From: Dongjiu Geng
Subject: [Qemu-arm] [PATCH v2 0/2] add support for VCPU event states
Date: Wed, 6 Jun 2018 04:52:47 +0800

support for KVM_GET/SET_VCPU_EVENTS to get/set the SError exception
state, and support the state migration.

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

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

 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 ++
 5 files changed, 86 insertions(+)

-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]