aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-07-24 12:46:13 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2019-07-24 12:46:13 -0400
commit76260774575c0ff7464bf5a4beabc9852180799f (patch)
treee84adce8bc216cfb4c02b2da18cf89dc9e2a88ff /include/uapi/linux
parentc2626876c24fe1f326381e3f1d48301bfc627d8e (diff)
parent266e85a5ec9100dcd9ae03601453bbc96fefee5d (diff)
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini: "Bugfixes, a pvspinlock optimization, and documentation moving" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption Documentation: move Documentation/virtual to Documentation/virt KVM: nVMX: Set cached_vmcs12 and cached_shadow_vmcs12 NULL after free KVM: X86: Dynamically allocate user_fpu KVM: X86: Fix fpu state crash in kvm guest Revert "kvm: x86: Use task structs fpu field for user" KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/kvm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h
index a7c19540ce21..5e3f12d5359e 100644
--- a/include/uapi/linux/kvm.h
+++ b/include/uapi/linux/kvm.h
@@ -116,7 +116,7 @@ struct kvm_irq_level {
116 * ACPI gsi notion of irq. 116 * ACPI gsi notion of irq.
117 * For IA-64 (APIC model) IOAPIC0: irq 0-23; IOAPIC1: irq 24-47.. 117 * For IA-64 (APIC model) IOAPIC0: irq 0-23; IOAPIC1: irq 24-47..
118 * For X86 (standard AT mode) PIC0/1: irq 0-15. IOAPIC0: 0-23.. 118 * For X86 (standard AT mode) PIC0/1: irq 0-15. IOAPIC0: 0-23..
119 * For ARM: See Documentation/virtual/kvm/api.txt 119 * For ARM: See Documentation/virt/kvm/api.txt
120 */ 120 */
121 union { 121 union {
122 __u32 irq; 122 __u32 irq;
@@ -1086,7 +1086,7 @@ struct kvm_xen_hvm_config {
1086 * 1086 *
1087 * KVM_IRQFD_FLAG_RESAMPLE indicates resamplefd is valid and specifies 1087 * KVM_IRQFD_FLAG_RESAMPLE indicates resamplefd is valid and specifies
1088 * the irqfd to operate in resampling mode for level triggered interrupt 1088 * the irqfd to operate in resampling mode for level triggered interrupt
1089 * emulation. See Documentation/virtual/kvm/api.txt. 1089 * emulation. See Documentation/virt/kvm/api.txt.
1090 */ 1090 */
1091#define KVM_IRQFD_FLAG_RESAMPLE (1 << 1) 1091#define KVM_IRQFD_FLAG_RESAMPLE (1 << 1)
1092 1092