VirtualBox

Changeset 90897 in vbox for trunk/include


Ignore:
Timestamp:
Aug 25, 2021 8:00:41 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146533
Message:

VMM: Initialize the ring-0 loggers as early as possible, so we can update their settings before doing vmmR0InitVM and similar where we'd like to have working log output. bugref:10086

File:
1 edited

Legend:

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

    r90829 r90897  
    521521VMMR0DECL(int)       VMMR0EntryEx(PGVM pGVM, PVMCC pVM, VMCPUID idCpu, VMMR0OPERATION enmOperation,
    522522                                  PSUPVMMR0REQHDR pReq, uint64_t u64Arg, PSUPDRVSESSION);
    523 VMMR0_INT_DECL(void) VMMR0InitPerVMData(PGVM pGVM);
     523VMMR0_INT_DECL(int) VMMR0InitPerVMData(PGVM pGVM);
    524524VMMR0_INT_DECL(int)  VMMR0TermVM(PGVM pGVM, VMCPUID idCpu);
    525525VMMR0_INT_DECL(void) VMMR0CleanupVM(PGVM pGVM);
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