VirtualBox

Changeset 62277 in vbox


Ignore:
Timestamp:
Jul 15, 2016 12:15:33 PM (8 years ago)
Author:
vboxsync
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r61776 r62277  
    11201120VMMR3_INT_DECL(void) CPUMR3ClearGuestCpuIdFeature(PVM pVM, CPUMCPUIDFEATURE enmFeature);
    11211121VMMR3_INT_DECL(bool) CPUMR3GetGuestCpuIdFeature(PVM pVM, CPUMCPUIDFEATURE enmFeature);
    1122 VMM_INT_DECL(bool)  CPUMSetGuestCpuIdPerCpuApicFeature(PVMCPU pVCpu, bool fVisible);
     1122VMMDECL(bool)       CPUMSetGuestCpuIdPerCpuApicFeature(PVMCPU pVCpu, bool fVisible);
    11231123VMMDECL(void)       CPUMSetGuestCtx(PVMCPU pVCpu, const PCPUMCTX pCtx);
    11241124VMM_INT_DECL(void)  CPUMGuestLazyLoadHiddenCsAndSs(PVMCPU pVCpu);
  • 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette