commit | 3cfc3092f40bc37c57ba556cfd8de4218f2135ab | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Thu Nov 12 01:04:25 2009 +0100 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:25 2009 +0200 |
tree | 562d61febfe7d3c99ea08e376b3f3c016cff613c | |
parent | 65ac7264043740572ba804edca03c374d70427c9 [diff] |
KVM: x86: Add KVM_GET/SET_VCPU_EVENTS This new IOCTL exports all yet user-invisible states related to exceptions, interrupts, and NMIs. Together with appropriate user space changes, this fixes sporadic problems of vmsave/restore, live migration and system reset. [avi: future-proof abi by adding a flags field] Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>