projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17179d0
)
kvm: Move KVM_GET_XSAVE2 IOCTL definition at the end of kvm.h
author
Janosch Frank
<frankja@linux.ibm.com>
Fri, 28 Jan 2022 15:40:25 +0000
(15:40 +0000)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 31 Jan 2022 14:21:56 +0000
(09:21 -0500)
This way we can more easily find the next free IOCTL number when
adding new IOCTLs.
Fixes: be50b2065dfa ("kvm: x86: Add support for getting/setting expanded xstate buffer")
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Message-Id: <
20220128154025
.102666-1-frankja@linux.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/uapi/linux/kvm.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/kvm.h
b/include/uapi/linux/kvm.h
index b46bcdb0cab1a3695f552434d34aff3f70b4c700..5191b57e156220bd7fc6d85940c301e16cc1645a 100644
(file)
--- a/
include/uapi/linux/kvm.h
+++ b/
include/uapi/linux/kvm.h
@@
-1624,9
+1624,6
@@
struct kvm_enc_region {
#define KVM_S390_NORMAL_RESET _IO(KVMIO, 0xc3)
#define KVM_S390_CLEAR_RESET _IO(KVMIO, 0xc4)
-/* Available with KVM_CAP_XSAVE2 */
-#define KVM_GET_XSAVE2 _IOR(KVMIO, 0xcf, struct kvm_xsave)
-
struct kvm_s390_pv_sec_parm {
__u64 origin;
__u64 length;
@@
-2048,4
+2045,7
@@
struct kvm_stats_desc {
#define KVM_GET_STATS_FD _IO(KVMIO, 0xce)
+/* Available with KVM_CAP_XSAVE2 */
+#define KVM_GET_XSAVE2 _IOR(KVMIO, 0xcf, struct kvm_xsave)
+
#endif /* __LINUX_KVM_H */