cloud-hypervisor/arch/src
Wei Liu 45fbf840db hypervisor, vmm: move away from CpuId type
CpuId is an alias type for the flexible array structure type over
CpuIdEntry. The type itself and the type of the element in the array
portion are tied to the underlying hypervisor.

Switch to using CpuIdEntry slice or vector directly. The construction of
CpuId type is left to hypervisors.

This allows us to decouple CpuIdEntry from hypervisors more easily.

No functional change intended.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2022-07-18 22:15:30 +01:00
..
aarch64 aarch64: Move setup_regs to hypervisor 2022-06-06 11:07:46 +01:00
x86_64 hypervisor, vmm: move away from CpuId type 2022-07-18 22:15:30 +01:00
lib.rs build: Fix beta clippy issue (derive_partial_eq_without_eq) 2022-06-30 20:50:45 +01:00