mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
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>