projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066a1a5
)
kvm: Add definition of KVM_REG_MIPS
author
David Daney
<david.daney@cavium.com>
Mon, 10 Jun 2013 19:33:47 +0000
(12:33 -0700)
committer
Gleb Natapov
<gleb@redhat.com>
Tue, 11 Jun 2013 08:06:34 +0000
(11:06 +0300)
We use 0x7000000000000000ULL as 0x6000000000000000ULL is reserved for
ARM64.
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Gleb Natapov <gleb@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
a5c86fc
..
d88c8ee
100644
(file)
--- a/
include/uapi/linux/kvm.h
+++ b/
include/uapi/linux/kvm.h
@@
-783,6
+783,7
@@
struct kvm_dirty_tlb {
#define KVM_REG_IA64 0x3000000000000000ULL
#define KVM_REG_ARM 0x4000000000000000ULL
#define KVM_REG_S390 0x5000000000000000ULL
+#define KVM_REG_MIPS 0x7000000000000000ULL
#define KVM_REG_SIZE_SHIFT 52
#define KVM_REG_SIZE_MASK 0x00f0000000000000ULL