cloud-hypervisor/hypervisor/src/mshv
Akira Moroo 7c6bdf8804 hypervisor: Remove mshv specific type from translate_gva
`translate_gva` returns mshv-specific type `hv_translate_gva_result`.
This return type is not a problem since this function is implemented
only for mshv, but we need to remove the type as the same function will
be implemented for KVM in PR #3575. This commit replaces the
mshv-specific type with `u32`.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
2022-02-23 11:16:09 +00:00
..
x86_64 hypervisor: Add Misc register to Save/Restore state for MSHV 2021-10-15 14:54:02 -07:00
mod.rs hypervisor: Remove mshv specific type from translate_gva 2022-02-23 11:16:09 +00:00