VirtualBox

Changeset 100188 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Jun 16, 2023 7:03:46 AM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157894
Message:

Devices/VMMDev: Add an MMIO interface in addition to the existing PIO interface for guest additions running inside an ARM based guest. Also remove the dependency from the architecture page size and introduce a 4KiB VMM page size as ARM has different page sizes (4KiB, 16KiB, 64KiB) and it can differ between host and guest, bugref:10456 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r100187 r100188  
    34783478    const uint32_t offReg = (uint32_t)off;
    34793479    RT_NOREF(pvUser);
     3480#ifndef IN_RING3
     3481    RT_NOREF(pDevIns);
     3482#endif
    34803483
    34813484    /* Only 32-bit and 64-bit accesses. */
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