VirtualBox

Ignore:
Timestamp:
Sep 28, 2018 11:24:47 AM (6 years ago)
Author:
vboxsync
Message:

NEM/win: Updates for new builds. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h

    r73376 r74517  
    453453    }
    454454
    455     /// @todo WHvRegisterPendingEvent0
    456     /// @todo WHvRegisterPendingEvent1
     455    /// @todo WHvRegisterPendingEvent
    457456
    458457    /*
     
    704703    /* event injection */
    705704    aenmNames[iReg++] = WHvRegisterPendingInterruption;
    706     aenmNames[iReg++] = WHvRegisterPendingEvent0;
    707     aenmNames[iReg++] = WHvRegisterPendingEvent1;
     705    aenmNames[iReg++] = WHvRegisterPendingEvent0; /** @todo renamed to WHvRegisterPendingEvent */
    708706
    709707    size_t const cRegs = iReg;
     
    10871085    }
    10881086
    1089     /// @todo WHvRegisterPendingEvent0
    1090     /// @todo WHvRegisterPendingEvent1
     1087    /// @todo WHvRegisterPendingEvent0 (renamed to WHvRegisterPendingEvent).
    10911088
    10921089    /* Almost done, just update extrn flags and maybe change PGM mode. */
     
    37493746    NTSTATUS rcNt = nemR0NtPerformIoControl(pGVM, pGVM->nem.s.IoCtlMessageSlotHandleAndGetNext.uFunction,
    37503747                                            &pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext,
    3751                                             sizeof(pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext),
     3748                                            pGVM->nem.s.IoCtlMessageSlotHandleAndGetNext.cbInput,
    37523749                                            NULL, 0);
    37533750    if (rcNt == STATUS_SUCCESS)
     
    37733770        rcNt = nemR0NtPerformIoControl(pGVM, pGVM->nem.s.IoCtlMessageSlotHandleAndGetNext.uFunction,
    37743771                                       &pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext,
    3775                                        sizeof(pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext),
     3772                                       pGVM->nem.s.IoCtlMessageSlotHandleAndGetNext.cbInput,
    37763773                                       NULL, 0);
    37773774        DBGFTRACE_CUSTOM(pVCpu->CTX_SUFF(pVM), "IoCtlMessageSlotHandleAndGetNextRestart/2 %#x", rcNt);
     
    42404237                NTSTATUS rcNt = nemR0NtPerformIoControl(pGVM, pGVM->nem.s.IoCtlMessageSlotHandleAndGetNext.uFunction,
    42414238                                                        &pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext,
    4242                                                         sizeof(pVCpu->nem.s.uIoCtlBuf.MsgSlotHandleAndGetNext),
     4239                                                        pGVM->nem.s.IoCtlMessageSlotHandleAndGetNext.cbInput,
    42434240                                                        NULL, 0);
    42444241                VMCPU_CMPXCHG_STATE(pVCpu, VMCPUSTATE_STARTED_EXEC_NEM, VMCPUSTATE_STARTED_EXEC_NEM_WAIT);
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