diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-06-13 20:50:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-06-13 20:50:20 +0200 |
| commit | a61674a581eb1b73f153086698d4aea066dcd41b (patch) | |
| tree | a3ecf72f691e574a76411aed65f275aba13c8415 /sys/linux/dev_kvm.txt | |
| parent | 6378506674c8c6658bcb403c8141481e5336d4c0 (diff) | |
sys/linux: fix some warnings in descriptions
syz-check pointed to a new batch of bugs in descriptions.
Fix them.
Diffstat (limited to 'sys/linux/dev_kvm.txt')
| -rw-r--r-- | sys/linux/dev_kvm.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/linux/dev_kvm.txt b/sys/linux/dev_kvm.txt index 5fcfd044b..290191a45 100644 --- a/sys/linux/dev_kvm.txt +++ b/sys/linux/dev_kvm.txt @@ -393,6 +393,7 @@ kvm_assigned_msix_entry { devid int32 gsi int32 entry int16 + padding array[const[0, int16], 3] } kvm_assigned_msix_nr { @@ -447,10 +448,11 @@ kvm_irq_routing_hv_sint { } kvm_assigned_irq { - devid int32 - hirq int32 - girq int32 - flags flags[kvm_assigned_irq_flags, int32] + assigned_dev_id int32 + host_irq const[0, int32] + guest_irq int32 + flags flags[kvm_assigned_irq_flags, int32] + reserved array[const[0, int32], 12] } kvm_assigned_pci_dev { |
