cloud-hypervisor/hypervisor
Samuel Ortiz d419e30df1 hypervisor: x86: Add a SegmentRegistorOps trait
In order to validate emulated memory accesses, we need to be able to get
all the segments descriptor attributes.

This is done by abstracting the SegmentRegister attributes through a
trait that each hypervisor will have to implement.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2020-11-30 13:09:19 +00:00
..
src hypervisor: x86: Add a SegmentRegistorOps trait 2020-11-30 13:09:19 +00:00
Cargo.toml hypervisor: x86: Emulate MOV 2020-11-25 17:02:11 +01:00