All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] target/i386: Add VMX entry load FRED control name to VMX feature words
@ 2024-07-07 18:10 Xin Li (Intel)
  2024-07-08  3:22 ` Zhao Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Xin Li (Intel) @ 2024-07-07 18:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, xin3.li

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) <xin@zytor.com>
---
 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
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -1450,7 +1450,7 @@ FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
             NULL, "vmx-entry-ia32e-mode", NULL, NULL,
             NULL, "vmx-entry-load-perf-global-ctrl", "vmx-entry-load-pat", "vmx-entry-load-efer",
             "vmx-entry-load-bndcfgs", NULL, "vmx-entry-load-rtit-ctl", NULL,
-            NULL, NULL, "vmx-entry-load-pkrs", NULL,
+            NULL, NULL, "vmx-entry-load-pkrs", "vmx-entry-load-fred",
             NULL, NULL, NULL, NULL,
             NULL, NULL, NULL, NULL,
         },

base-commit: f2cb4026fccfe073f84a4b440e41d3ed0c3134f6
-- 
2.45.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1 1/1] target/i386: Add VMX entry load FRED control name to VMX feature words
  2024-07-07 18:10 [PATCH v1 1/1] target/i386: Add VMX entry load FRED control name to VMX feature words Xin Li (Intel)
@ 2024-07-08  3:22 ` Zhao Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Zhao Liu @ 2024-07-08  3:22 UTC (permalink / raw)
  To: Xin Li (Intel); +Cc: qemu-devel, pbonzini, xin3.li

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)" <xin@zytor.com>
> 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
> 
> 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) <xin@zytor.com>
> ---
>  target/i386/cpu.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-08  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-07 18:10 [PATCH v1 1/1] target/i386: Add VMX entry load FRED control name to VMX feature words Xin Li (Intel)
2024-07-08  3:22 ` Zhao Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.