build, vmm: Update to latest kvm-ioctls

The ch branch has been rebased to incorporate the latest upstream code
requiring a small change to the unit tests.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-05-13 12:03:55 +01:00
committed by Sebastien Boeuf
parent 80aa0a753d
commit 9ccc7daa83
2 changed files with 2 additions and 2 deletions

View File

@@ -1426,7 +1426,7 @@ pub fn test_vm() {
VcpuExit::Watchdog => {}
VcpuExit::S390Tsch => {}
VcpuExit::Epr => {}
VcpuExit::SystemEvent => {}
VcpuExit::SystemEvent(_, _) => {}
VcpuExit::S390Stsi => {}
VcpuExit::IoapicEoi(_vector) => {}
VcpuExit::Hyperv => {}