Re: [PATCH v1 1/1] target/i386: Add VMX entry load FRED control name to VMX feature words

2024-07-07 Thread Zhao Liu
On Sun, Jul 07, 2024 at 11:10:57AM -0700, Xin Li (Intel) wrote: > Date: Sun, 7 Jul 2024 11:10:57 -0700 > From: "Xin Li (Intel)" > Subject: [PATCH v1 1/1] target/i386: Add VMX entry load FRED control name > to VMX feature words > X-Mailer: git-send-email 2.45.2 &g

[PATCH v1 1/1] target/i386: Add VMX entry load FRED control name to VMX feature words

2024-07-07 Thread Xin Li (Intel)
As VMX entry load FRED control is required to enable FRED in nested VMX, add it to VMX feature words. Signed-off-by: Xin Li (Intel) --- target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index c05765eeaf..84a09c19cf 100644