rust-vmm / mshv

Crates for Microsoft Hypervisor ioctls and bindings
Apache License 2.0
29 stars 12 forks source link

Enable x2apic for regular guests #132

Closed skinsbursky closed 5 months ago

skinsbursky commented 5 months ago

Summary of the PR

This is needed to influence guest Linux to use physical address mode for MSIs (which it does by default when x2apic is enabled), which allows to support virtual interrupt injections in MSHV driver and thus improve overall VirtIO throughput.

Requirements

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