VirtualBox

Changeset 99935 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 23, 2023 1:03:37 PM (21 months ago)
Author:
vboxsync
Message:

VMM/GIC: Always set DS bit in the CTRL register to indicate we only support one security state, fixes UEFI receiving timer interrupts, bugref:10404

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/GICAll.cpp

    r99885 r99935  
    284284        case GIC_DIST_REG_CTLR_OFF:
    285285            *puValue =   (ASMAtomicReadBool(&pThis->fIrqGrp0Enabled) ? GIC_DIST_REG_CTRL_ENABLE_GRP0 : 0)
    286                        | (ASMAtomicReadBool(&pThis->fIrqGrp1Enabled) ? GIC_DIST_REG_CTRL_ENABLE_GRP1_NS : 0);
     286                       | (ASMAtomicReadBool(&pThis->fIrqGrp1Enabled) ? GIC_DIST_REG_CTRL_ENABLE_GRP1_NS : 0)
     287                       | GIC_DIST_REG_CTRL_DS;
    287288            break;
    288289        case GIC_DIST_REG_TYPER_OFF:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette