Re: [PATCH 4/7] target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES

2023-06-26 Thread Igor Mammedov
On Fri, 16 Jun 2023 11:23:08 +0800 Tao Su wrote: > Currently, bit 13, 14, 15 and 24 of MSR_IA32_ARCH_CAPABILITIES are > disclosed for fixing security issues, so add those bit definitions > and feature names. > > Signed-off-by: Tao Su Reviewed-by: Igor Mammedov > --- > target/i386/cpu.c | 4

[PATCH 4/7] target/i386: Add new bit definitions of MSR_IA32_ARCH_CAPABILITIES

2023-06-15 Thread Tao Su
Currently, bit 13, 14, 15 and 24 of MSR_IA32_ARCH_CAPABILITIES are disclosed for fixing security issues, so add those bit definitions and feature names. Signed-off-by: Tao Su --- target/i386/cpu.c | 4 ++-- target/i386/cpu.h | 4 2 files changed, 6 insertions(+), 2 deletions(-) diff --git