summary refs log tree commit diff stats
path: root/include/sysemu/kvm_int.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-10-18 12:11:34 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-10-25 17:35:15 +0200
commitd19fe67ba86f60cf7b7de9306475fe90f5ac648f (patch)
treeb8ad4e79f964a8098eb594f97d21cfcd4839ae11 /include/sysemu/kvm_int.h
parentf8c0687fe364355ee35896e97fec89b61220340a (diff)
downloadfocaccia-qemu-d19fe67ba86f60cf7b7de9306475fe90f5ac648f.tar.gz
focaccia-qemu-d19fe67ba86f60cf7b7de9306475fe90f5ac648f.zip
kvm: drop reference to KVM_CAP_PCI_2_3
This is a remnant of pre-VFIO device assignment; it is not defined
anymore by Linux and not used by QEMU.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu/kvm_int.h')
-rw-r--r--include/sysemu/kvm_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/kvm_int.h b/include/sysemu/kvm_int.h
index a7dacd12d6..817238b958 100644
--- a/include/sysemu/kvm_int.h
+++ b/include/sysemu/kvm_int.h
@@ -85,7 +85,6 @@ struct KVMState
 #endif
     int max_nested_state_len;
     int many_ioeventfds;
-    int intx_set_mask;
     int kvm_shadow_mem;
     bool kernel_irqchip_allowed;
     bool kernel_irqchip_required;