cloud-hypervisor/hypervisor/src
Wei Liu dd3c086a0a hypervisor: drop one unsafe from mock_vmm
Simple aggregate types are Sync by default. There is no need to use
`impl Sync` for MockVmm (a simple struct).

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2021-11-18 14:42:55 +00:00
..
arch hypervisor: drop one unsafe from mock_vmm 2021-11-18 14:42:55 +00:00
kvm hypervisor: aarch64: move a comment to where it should be 2021-11-16 10:13:09 +08:00
mshv hypervisor: mshv: Use assert!() rather than if+panic 2021-10-19 19:42:36 +01:00
cpu.rs hypervisor: Add Misc register to Save/Restore state for MSHV 2021-10-15 14:54:02 -07: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: implement devicefd management for MSHV 2021-09-07 15:17:08 +01:00