cloud-hypervisor/hypervisor
Praveen Paladugu 71c435ce91 hypervisor, vmm: Introduce VmmOps trait
Run loop in hypervisor needs a callback mechanism to access resources
like guest memory, mmio, pio etc.

VmmOps trait is introduced here, which is implemented by vmm module.
While handling vcpuexits in run loop, this trait allows hypervisor
module access to the above mentioned resources via callbacks.

Signed-off-by: Praveen Paladugu <prapal@microsoft.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-10-02 16:42:55 +01:00
..
src hypervisor, vmm: Introduce VmmOps trait 2020-10-02 16:42:55 +01:00
Cargo.toml hypervisor, vmm: Introduce VmmOps trait 2020-10-02 16:42:55 +01:00