cloud-hypervisor/hypervisor
Wei Liu 519476e842 hypervisor: mshv: relax the requirement for instruction emulation
Previously we required the hypervisor to give us a valid instruction
stream. That worked well enough because we never hit any edge conditions
(such as when the instruction stream crosses page boundary).

Now that MSHV can deal with partial or empty instruction stream, we can
remove that requirement.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2024-07-04 18:45:01 +00:00
..
src hypervisor: mshv: relax the requirement for instruction emulation 2024-07-04 18:45:01 +00:00
Cargo.toml build: Fix Cargo.toml formatting 2024-06-18 16:19:12 +00:00