VirtualBox

Changeset 28044 in vbox for trunk


Ignore:
Timestamp:
Apr 7, 2010 11:26:17 AM (15 years ago)
Author:
vboxsync
Message:

Check for older non-functioning balloon calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r28036 r28044  
    925925{
    926926    int rc;
     927
     928    /* Older additions (ancient non-functioning balloon code) pass wrong physical addresses. */
     929    AssertReturn(!(paPhysPage[0] & 0xfff), VERR_INVALID_PARAMETER);
    927930
    928931    /* We own the IOM lock here and could cause a deadlock by waiting for another VCPU that is blocking on the IOM lock.
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