VirtualBox

Changeset 106592 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 22, 2024 11:56:52 PM (3 months ago)
Author:
vboxsync
Message:

VMM/NEM-win/arm: Unused parmaeters & variable warnings (left pragma messages as reminders about incomplete code). jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp

    r106548 r106592  
    14591459    AssertReturn(VM_IS_NEM_ENABLED(pVM), VERR_NEM_IPE_9);
    14601460
     1461#pragma message("NEMHCQueryCpuTick: Implement it!")
    14611462#if 0 /** @todo */
    14621463    /* Call the offical API. */
     
    14721473    if (puAux)
    14731474        *puAux = pVCpu->cpum.GstCtx.fExtrn & CPUMCTX_EXTRN_TSC_AUX ? aValues[1].Reg64 : CPUMGetGuestTscAux(pVCpu);
     1475#else
     1476    RT_NOREF(pVCpu, pcTicks, puAux);
    14741477#endif
    14751478    return VINF_SUCCESS;
     
    14981501        RTThreadYield(); /* Try decrease the chance that we get rescheduled in the middle. */
    14991502
     1503#pragma message("NEMHCResumeCpuTickOnAll: Implement it!")
    15001504#if 0 /** @todo */
    15011505    /* Start with the first CPU. */
     
    15231527                              , VERR_NEM_SET_TSC);
    15241528    }
     1529#else
     1530    RT_NOREF(uPausedTscValue);
    15251531#endif
    15261532
     
    18541860                                            : EMEXIT_MAKE_FT(EMEXIT_F_KIND_EM, EMEXITTYPE_MMIO_READ),
    18551861                                            pHdr->Pc, uHostTsc);
     1862#pragma message("nemR3WinHandleExitMemory: Why not calling nemR3WinCopyStateFromArmHeader?")
     1863/** @todo r=bird: Why is nemR3WinCopyStateFromArmHeader commented out? */
    18561864    //nemR3WinCopyStateFromArmHeader(pVCpu, &pExit->MemoryAccess.Header);
     1865    RT_NOREF_PV(pExitRec);
    18571866    rc = nemHCWinCopyStateFromHyperV(pVM, pVCpu, IEM_CPUMCTX_EXTRN_MUST_MASK);
    18581867    AssertRCReturn(rc, rc);
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