VirtualBox

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


Ignore:
Timestamp:
Jun 16, 2023 7:33:46 AM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157896
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 [shut up MSC]

File:
1 edited

Legend:

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

    r100188 r100190  
    34863486                            ("cb=%u\n", cb), VINF_IOM_MMIO_UNUSED_FF);
    34873487
    3488     uint64_t u64Val;
     3488    uint64_t u64Val = 0; /* shut up MSC */
    34893489    if (cb == sizeof(uint64_t))
    34903490        u64Val = *(uint64_t *)pv;
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