mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
7c6bdf8804
`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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |