cloud-hypervisor/hypervisor/src
Muminul Islam 8c85dd32fa hypervisor: Move msr and msr_data macro to arch/x86
Currently these two macros(msr, msr_data) reside both on kvm and mshv
module. Definition is same for both module. Moving them to arch/x86
module eliminates redundancy and makes more sense.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
2020-12-11 00:59:46 +01:00
..
arch hypervisor: Move msr and msr_data macro to arch/x86 2020-12-11 00:59:46 +01:00
kvm hypervisor: Move msr and msr_data macro to arch/x86 2020-12-11 00:59:46 +01:00
mshv hypervisor: Move msr and msr_data macro to arch/x86 2020-12-11 00:59:46 +01:00
cpu.rs hypervisor, vmm: Implement the mshv module and add mshv support in vmm 2020-12-09 14:55:20 +01:00
device.rs hypervisor: Implement get_device_attr method for AArch64 2020-09-23 12:37:25 +01:00
hypervisor.rs hypervisor, vmm: Implement the mshv module and add mshv support in vmm 2020-12-09 14:55:20 +01:00
lib.rs hypervisor: Move msr and msr_data macro to arch/x86 2020-12-11 00:59:46 +01:00
vm.rs hypervisor: mshv: Emulate IrqFd and IOEventFd for mshv module 2020-12-09 14:55:20 +01:00