Re: [PATCH v1 1/3] target/i386: Remove FRED dependency on WRMSRNS

2025-05-25 Thread Xiaoyao Li
On 1/3/2025 4:48 PM, Xin Li (Intel) wrote: WRMSRNS doesn't become a required feature for FERD, and Linux has removed the dependency, as such remove it from Qemu. Signed-off-by: Xin Li (Intel) Reviewed-by: Xiaoyao Li --- target/i386/cpu.c | 4 1 file changed, 4 deletions(-) diff --

[PATCH v1 1/3] target/i386: Remove FRED dependency on WRMSRNS

2025-01-03 Thread Xin Li (Intel)
WRMSRNS doesn't become a required feature for FERD, and Linux has removed the dependency, as such remove it from Qemu. Signed-off-by: Xin Li (Intel) --- target/i386/cpu.c | 4 1 file changed, 4 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 0b639848cd..8a1223acb3 100