VirtualBox

Changeset 25218 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Dec 7, 2009 6:00:56 PM (15 years ago)
Author:
vboxsync
Message:

ACPI: need to update tables if rebasing, was hidden by fact that most guests don't do rebasing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r24669 r25218  
    19561956        if (RT_FAILURE(rc))
    19571957            return rc;
    1958 
     1958       
    19591959        pThis->uPmIoPortBase = uNewBase;
    19601960
    19611961        rc = acpiRegisterPmHandlers(pThis);
     1962        if (RT_FAILURE(rc))
     1963            return rc;
     1964
     1965        /* We have to update FADT table acccording to the new base */
     1966        rc = acpiPlantTables(pThis);
     1967        Assert(RT_SUCCESS(rc));
    19621968        if (RT_FAILURE(rc))
    19631969            return rc;
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