Skip to content

Commit

Permalink
VMCS control were renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Shwartsman authored and Stanislav Shwartsman committed Nov 25, 2023
1 parent 390a7b8 commit 1867d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bochs/cpu/uintr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ void BX_CPU_C::send_uipi(Bit32u notification_destination, Bit32u notification_ve
{
#if BX_SUPPORT_VMX
VMCS_CACHE *vm = &BX_CPU_THIS_PTR vmcs;
if (vm->vmexec_ctrls2 & VMX_VM_EXEC_CTRL2_TPR_SHADOW) {
if (SECONDARY_VMEXEC_CONTROL(VMX_VM_EXEC_CTRL3_VIRTUALIZE_APIC_ACCESSES)) {
if (vm->vmexec_ctrls2 & VMX_VM_EXEC_CTRL1_TPR_SHADOW) {
if (SECONDARY_VMEXEC_CONTROL(VMX_VM_EXEC_CTRL2_VIRTUALIZE_APIC_ACCESSES)) {
// virtualize sending of an XAPIC-mode IPI by:
// - writing to VICR_HI[31:24] = 8 bit destination APIC_ID from NDST[15:8]
// VICR_HI[23:00] = 0
Expand Down

0 comments on commit 1867d9d

Please sign in to comment.