VirtualBox

Changeset 20214 in vbox


Ignore:
Timestamp:
Jun 3, 2009 8:15:54 AM (16 years ago)
Author:
vboxsync
Message:

ACPI: Always show the CPU leafs when we have multiple VCPUs or when the IO-APIC is enabled.

File:
1 edited

Legend:

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

    r20117 r20214  
    18521852                                N_("Configuration error: Failed to read \"ShowCpu\""));
    18531853
    1854     /* Always show the CPU leafs when we have multiple VCPUs. */
    1855     if (s->cCpus > 1)
     1854    /* Always show the CPU leafs when we have multiple VCPUs or when the IO-APIC is enabled. */
     1855    if (    s->cCpus > 1
     1856        ||  s->u8UseIOApic)
    18561857        s->fShowCpu = true;
    18571858
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