commit | dab4b911a5327859bb8f969249c6978c26cd4853 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Sun Dec 06 18:24:15 2009 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Sun Dec 27 13:36:33 2009 -0200 |
tree | a21d0ef04e3bf831b2f9e674b6266535267cc9ce | |
parent | 6e24a6eff4571002cd48b99a2b92dc829ce39cb9 [diff] |
KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates User space may not want to overwrite asynchronously changing VCPU event states on write-back. So allow to skip nmi.pending and sipi_vector by setting corresponding bits in the flags field of kvm_vcpu_events. [avi: advertise the bits in KVM_GET_VCPU_EVENTS] Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>