acrn-hypervisor/hypervisor/include
Haiwei Li f7506424e4 hv: cpuid: refactor per-cpu leaves definition
CPUID returns processor identification and feature information.
Different pcpus may return different infos. That is, the info is
per-cpu.

In hybrid architecture, per-cpu leaf is different from the previous. So
introduce a struct percpu_cpuids to indicate the per-cpu leaf. struct
percpu_cpuids will consist of two parts: generic percpu leaves and
hybrid related percpu leaves.

This patch is just to add generic percpu leaves.

Tracked-On: #8608
Signed-off-by: Haiwei Li <haiwei.li@intel.com>
2024-05-28 11:02:56 +08:00
..
arch/x86/asm hv: cpuid: refactor per-cpu leaves definition 2024-05-28 11:02:56 +08:00
common hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
debug hv: change sbuf to a common infrastructure 2022-09-27 10:26:42 +08:00
dm debug: vuart: add guest break key support 2024-04-25 15:00:09 +08:00
hw hv: enable thermal lvt interrupt 2024-05-16 09:40:32 +08:00
lib hv: add clamp macro for convenience 2023-09-18 16:26:05 +08:00
public dm: vm_event: add support for RTC change event 2024-02-01 17:01:31 +08:00