mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
Sebastien Boeuf
parent
80aa0a753d
commit
9ccc7daa83
@@ -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 => {}
|
||||
|
||||
Reference in New Issue
Block a user