VirtualBox

Changeset 62277 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 15, 2016 12:15:33 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108796
Message:

VMM/CPUM: Use 'VMMDECL' until we fully retire the old APIC code. Fixes link issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r62260 r62277  
    13741374 *                      change on.  Usually the calling EMT.
    13751375 * @param   fVisible    Whether to make it visible (true) or hide it (false).
    1376  */
    1377 VMM_INT_DECL(bool) CPUMSetGuestCpuIdPerCpuApicFeature(PVMCPU pVCpu, bool fVisible)
     1376 *
     1377 * @remarks This is "VMMDECL" so that it still links with
     1378 *          the old APIC code which is in VBoxDD2 and not in
     1379 *          the VMM module.
     1380 */
     1381VMMDECL(bool) CPUMSetGuestCpuIdPerCpuApicFeature(PVMCPU pVCpu, bool fVisible)
    13781382{
    13791383    bool fOld = pVCpu->cpum.s.fCpuIdApicFeatureVisible;
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