VirtualBox

Changeset 57358 in vbox for trunk/src/VBox/VMM/VMMRZ


Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/VMM/VMMRZ
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp

    r56287 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_DBGF
    2323#include <VBox/vmm/dbgf.h>
  • trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp

    r56287 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Internal Functions                                                         *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Internal Functions                                                                                                           *
     21*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_PGM_DYNMAP
    2323#include <VBox/vmm/pgm.h>
     
    4242
    4343
    44 /*******************************************************************************
    45 *   Defined Constants And Macros                                               *
    46 *******************************************************************************/
     44/*********************************************************************************************************************************
     45*   Defined Constants And Macros                                                                                                 *
     46*********************************************************************************************************************************/
    4747#ifdef IN_RING0
    4848/** The max size of the mapping cache (in pages). */
     
    156156
    157157
    158 /*******************************************************************************
    159 *   Structures and Typedefs                                                    *
    160 *******************************************************************************/
     158/*********************************************************************************************************************************
     159*   Structures and Typedefs                                                                                                      *
     160*********************************************************************************************************************************/
    161161#ifdef IN_RING0
    162162/**
     
    310310
    311311
    312 /*******************************************************************************
    313 *   Global Variables                                                           *
    314 *******************************************************************************/
     312/*********************************************************************************************************************************
     313*   Global Variables                                                                                                             *
     314*********************************************************************************************************************************/
    315315#ifdef IN_RING0
    316316/** Pointer to the ring-0 dynamic mapping cache. */
     
    321321
    322322
    323 /*******************************************************************************
    324 *   Internal Functions                                                         *
    325 *******************************************************************************/
     323/*********************************************************************************************************************************
     324*   Internal Functions                                                                                                           *
     325*********************************************************************************************************************************/
    326326static void pgmRZDynMapReleasePage(PPGMRZDYNMAP pThis, uint32_t iPage, uint32_t cRefs);
    327327#ifdef IN_RING0
  • trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp

    r56287 r57358  
    1717
    1818
    19 /*******************************************************************************
    20 *   Header Files                                                               *
    21 *******************************************************************************/
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2222#include <VBox/vmm/vmm.h>
    2323#include "VMMInternal.h"
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