VirtualBox

Changeset 106479 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 18, 2024 1:26:55 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165306
Message:

VMMArm: Skeleton of the PMU device emulation enough to make Windows/ARM boot as a guest and have it out of the NEM darwin backend, bugref:10778 [release build fix]

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

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

    r106477 r106479  
    7676#endif
    7777
     78    RT_NOREF(pVCpu);
    7879    switch (u32Reg)
    7980    {
     
    118119#endif
    119120
     121    RT_NOREF(pVCpu, u64Value);
    120122    switch (u32Reg)
    121123    {
     
    128130        case ARMV8_AARCH64_SYSREG_PMUSERENR_EL0:
    129131        case ARMV8_AARCH64_SYSREG_PMCCNTR_EL0:
    130             RT_NOREF(u64Value);
    131132            break;
    132133        default:
  • trunk/src/VBox/VMM/VMMR3/PMUR3.cpp

    r106476 r106479  
    8383    LogFlow(("PMU: pmuR3Reset\n"));
    8484
     85    RT_NOREF(pVM);
    8586#if 0
    8687    for (VMCPUID idCpu = 0; idCpu < pVM->cCpus; idCpu++)
Note: See TracChangeset for help on using the changeset viewer.

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