On Thu, Apr 16, 2026 at 02:11:13PM +0200, Magnus Kulke wrote: > We implement mshv_get_supported_cpuid() and invoke it in > x86_cpu_get_supported_feature_word() retrieve the cpu features that the > host is supporting. Initially we mask the virtualization capabilitities > potentially we might need to mask more in the future. > > Signed-off-by: Magnus Kulke <[email protected]> > --- > include/system/mshv.h | 3 +++ > target/i386/cpu.c | 8 ++++++++ > target/i386/mshv/mshv-cpu.c | 27 +++++++++++++++++++++++++++ > 3 files changed, 38 insertions(+)
Reviewed-by: Doru Blânzeanu <[email protected]>
