mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Serialized CPU profiles will contain information about the CPU vendor. While there are other ways to encode this, such as going via CPUID, we find simply serializing the pre-existing enum the simplest. We also implement some other common traits such as `Debug` and `Eq` which make it more convenient to work with this type. Signed-off-by: Oliver Anderson <oliver.anderson@cyberus-technology.de> On-behalf-of: SAP oliver.anderson@sap.com