VirtualBox

Changeset 98065 in vbox for trunk/src/VBox/Devices/testcase


Ignore:
Timestamp:
Jan 12, 2023 3:57:23 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155190
Message:

DevVGA: Simplified the tracking of remapped VGA pages, we don't need two variables for that. Corrected comments about the range, since it's technically the 128KB range A0000 thru BFFFF, not just 64KB thru AFFFF. bugref:10251

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r96512 r98065  
    409409    CHECK_MEMBER_ALIGNMENT(VGASTATE, StatRZMemoryRead, 8);
    410410    CHECK_MEMBER_ALIGNMENT(VGASTATE, CritSectIRQ, 8);
     411    CHECK_MEMBER_ALIGNMENT(VGASTATE, bmDirtyBitmap, 8);
     412    CHECK_MEMBER_ALIGNMENT(VGASTATE, pciRegions, 8);
    411413    CHECK_MEMBER_ALIGNMENT(VMMDEV, CritSect, 8);
    412414#ifdef VBOX_WITH_PCI_PASSTHROUGH_IMPL
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