target/i386: Add VMX control bits for nested FRED support
authorXin Li (Intel) <xin@zytor.com>
Wed, 7 Aug 2024 08:18:11 +0000 (01:18 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Oct 2024 10:58:46 +0000 (12:58 +0200)
commit7c6ec5bc5fea92a4ddea3f0189e3a7e7588e1d19
tree3fc6704f6dbcbc3caf1b12ef1d5c4072c8796fa1
parenta23bc6539890d8b27458cf56bc4ed0e0d3c2de3e
target/i386: Add VMX control bits for nested FRED support

Add definitions of
  1) VM-exit activate secondary controls bit
  2) VM-entry load FRED bit
which are required to enable nested FRED.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Xin Li (Intel) <xin@zytor.com>
Link: https://lore.kernel.org/r/20240807081813.735158-3-xin@zytor.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c