mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-15 16:11:38 +00:00
This requires making get/set_lapic_reg part of the type. For the moment we cannot provide a default variant for the new type, because picking one will be wrong for the other hypervisor, so I just drop the test cases that requires LapicState::default(). Signed-off-by: Wei Liu <liuwe@microsoft.com>