commit | 1a811b6167089bcdb84284f2dc9fd0b4d0f1899d | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Dec 08 18:25:27 2008 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:46 2008 +0200 |
tree | 6a5d9fbf78475dd7fe2f0b85aa98dd8b82b660d8 | |
parent | 7f59f492da722eb3551bbe1f8f4450a21896f05d [diff] [blame] |
KVM: Advertise the bug in memory region destruction as fixed Userspace might need to act differently. Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 0997e6f..4880776 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h
@@ -395,6 +395,8 @@ #if defined(CONFIG_X86) #define KVM_CAP_DEVICE_MSI 20 #endif +/* Bug in KVM_SET_USER_MEMORY_REGION fixed: */ +#define KVM_CAP_DESTROY_MEMORY_REGION_WORKS 21 /* * ioctls for VM fds