cloud-hypervisor/hypervisor/src
Henry Wang 2fe3586eba hypervisor: support AArch64 get_host_ipa_limit
Not all AArch64 platforms support IPAs up to 40 bits. Since the
kvm-ioctl crate now supports `get_host_ipa_limit` for AArch64,
when creating the VM, it is better to get the IPA size from the
host and use that to create the VM.

Signed-off-by: Henry Wang <Henry.Wang@arm.com>
2021-06-10 12:06:17 +02:00
..
arch hypervisor: emulator: emulate OR instruction 2021-06-07 11:54:57 -07:00
kvm hypervisor: support AArch64 get_host_ipa_limit 2021-06-10 12:06:17 +02:00
mshv hypervisor: Fix MSHV set_xsave API call 2021-06-03 08:30:50 +01:00
cpu.rs hypervisor: Address Rust 1.51.0 clippy issue (upper_case_acroynms) 2021-03-26 11:32:09 +00:00
device.rs hypervisor: Implement get_device_attr method for AArch64 2020-09-23 12:37:25 +01:00
hypervisor.rs hypervisor: Add get_host_ipa_limit for AArch64 2021-06-10 12:06:17 +02:00
lib.rs misc: Remove unnecessary "extern crate" 2021-05-12 17:26:11 +02:00
vm.rs hypervisor: Address Rust 1.51.0 clippy issue (from_over_into) 2021-03-26 11:32:09 +00:00