cloud-hypervisor/hypervisor
Wei Liu b59243f6cf hypervisor: mshv: support reading and writing guest memory in emulator
We don't have an easy way to figure out if a GPA points to normal memory
or device memory, but the guest's normal memory regions shouldn't
overlap with device regions. We can simply try to do a normal memory
read / write, and proceed to do device memory read / write if that
fails.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2021-02-17 09:36:19 +01:00
..
src hypervisor: mshv: support reading and writing guest memory in emulator 2021-02-17 09:36:19 +01:00
Cargo.toml build(deps): bump env_logger from 0.8.2 to 0.8.3 2021-02-12 08:15:55 +00:00