From a61674a581eb1b73f153086698d4aea066dcd41b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 13 Jun 2020 20:50:20 +0200 Subject: sys/linux: fix some warnings in descriptions syz-check pointed to a new batch of bugs in descriptions. Fix them. --- sys/linux/dev_kvm.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sys/linux/dev_kvm.txt') 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 { -- cgit mrf-deployment