VirtualBox

Changeset 68053 in vbox


Ignore:
Timestamp:
Jul 19, 2017 4:45:07 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117078
Message:

GVMMR0: Fixed assertion in VMMR0TermVM caused by use of the wrong NIL macro in r117023. Assertion caused trouble for VMs that abended on linux (and possibly other hosts) and got cleaned up with the vboxdrv file descriptor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r68013 r68053  
    12361236        {
    12371237            LogFlow(("gvmmR0CleanupVM: Calling VMMR0TermVM\n"));
    1238             VMMR0TermVM(pGVM, pGVM->pVM, NIL_RTCPUID);
     1238            VMMR0TermVM(pGVM, pGVM->pVM, NIL_VMCPUID);
    12391239        }
    12401240        else
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