VirtualBox

Changeset 78433 in vbox


Ignore:
Timestamp:
May 7, 2019 2:12:04 PM (6 years ago)
Author:
vboxsync
Message:

VMM: Started refactoring GVM & VM structures for bugref:9217

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vm.mac

    r76553 r78433  
    101101    .uCpuExecutionCap       resd 1
    102102    .cbSelf                 resd 1
     103%ifdef VBOX_WITH_RAW_MODE
    103104    .offVMCPU               resd 1
     105%else
     106    .u32Unused              resd 1
     107%endif
    104108    .pfnVMMRCToHostAsm      resd 1
    105109    .pfnVMMRCToHostAsmNoReturn resd 1
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r76553 r78433  
    527527                        $(DEFS.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) \
    528528                        $(if $(VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI),VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI,) \
     529                       $(VMM_COMMON_DEFS) \
    529530                ) \
    530531                -f $(if $(eq $(KBUILD_TARGET),darwin),macho,elf) \
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