VirtualBox

Changeset 94381 in vbox for trunk


Ignore:
Timestamp:
Mar 28, 2022 1:11:32 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Increase VMM API vtable major version due to the removeal of CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vmmr3vtable.h

    r93600 r94381  
    6161
    6262/** Magic and version for the VMM vtable.  (Magic: Emmet Cohen)   */
    63 #define VMMR3VTABLE_MAGIC_VERSION         RT_MAKE_U64(0x19900525, 0x00020000)
     63#define VMMR3VTABLE_MAGIC_VERSION         RT_MAKE_U64(0x19900525, 0x00030000)
    6464/** Compatibility mask: These bits must match - magic and major version. */
    6565#define VMMR3VTABLE_MAGIC_VERSION_MASK    RT_MAKE_U64(0xffffffff, 0xffff0000)
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