target/i386: Raise the highest index value used for any VMCS encoding
authorLei Wang <lei4.wang@intel.com>
Wed, 7 Aug 2024 08:18:12 +0000 (01:18 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Oct 2024 10:58:46 +0000 (12:58 +0200)
commitab891454ebe82f7e359be721007652556f9f8356
tree54e314bdf80c975b43ca64af94ee63225806e9cb
parent7c6ec5bc5fea92a4ddea3f0189e3a7e7588e1d19
target/i386: Raise the highest index value used for any VMCS encoding

Because the index value of the VMCS field encoding of FRED injected-event
data (one of the newly added VMCS fields for FRED transitions), 0x52, is
larger than any existing index value, raise the highest index value used
for any VMCS encoding to 0x52.

Because the index value of the VMCS field encoding of Secondary VM-exit
controls, 0x44, is larger than any existing index value, raise the highest
index value used for any VMCS encoding to 0x44.

Co-developed-by: Xin Li <xin3.li@intel.com>
Signed-off-by: Xin Li <xin3.li@intel.com>
Signed-off-by: Lei Wang <lei4.wang@intel.com>
Signed-off-by: Xin Li (Intel) <xin@zytor.com>
Link: https://lore.kernel.org/r/20240807081813.735158-4-xin@zytor.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.h
target/i386/kvm/kvm.c