VirtualBox

Ignore:
Timestamp:
Dec 10, 2012 1:19:18 PM (12 years ago)
Author:
vboxsync
Message:

VMMR0/CPUMR0: atomic update of aGuestCpuId*(); fix return type of CPUMR3LogCpuIds()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r44076 r44078  
    43944394 * Called when the ring-0 init phases comleted.
    43954395 *
    4396  * @returns VBox status code.
    43974396 * @param   pVM                 Pointer to the VM.
    43984397 */
    4399 VMMR3DECL(int) CPUMR3LogCpuIds(PVM pVM)
     4398VMMR3DECL(void) CPUMR3LogCpuIds(PVM pVM)
    44004399{
    44014400    /*
     
    44134412    RTLogRelSetBuffering(fOldBuffered);
    44144413    LogRel(("******************** End of CPUID dump **********************\n"));
    4415     return VINF_SUCCESS;
    44164414}
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