rust-vmm / kvm-ioctls

Apache License 2.0
255 stars 103 forks source link

vm: Conditional compilation for test_set_gsi_routing #237

Closed endeneer closed 7 months ago

endeneer commented 9 months ago

Summary of the PR

set_gsi_routing is guarded with conditional compilation, so guard test_set_gsi_routing the same way. See https://github.com/rust-vmm/kvm-ioctls/blob/main/src/ioctls/vm.rs#L532

Requirements

Before submitting your PR, please make sure you addressed the following requirements: