Skip to content

Commit

Permalink
Updated KVM_CAP_IOREGIONFD number to 206
Browse files Browse the repository at this point in the history
Apparently 195 is already used for something else in newer linux and
qemu versions, therefore we should not use it anymore.
  • Loading branch information
gierens committed Jun 14, 2022
1 parent 56b6b36 commit f08eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/kvm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,7 @@ struct kvm_ppc_resize_hpt {
#define KVM_CAP_DIRTY_LOG_RING 192
#define KVM_CAP_X86_BUS_LOCK_EXIT 193
#define KVM_CAP_PPC_DAWR1 194
#define KVM_CAP_IOREGIONFD 195
#define KVM_CAP_IOREGIONFD 206

#ifdef KVM_CAP_IRQ_ROUTING

Expand Down

0 comments on commit f08eae8

Please sign in to comment.