VirtualBox

Ignore:
Timestamp:
Sep 13, 2011 1:58:47 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74007
Message:

*: Please don NOT redefine logger macros.

Location:
trunk/src/VBox/Additions/solaris/Virtio
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c

    r34233 r38736  
    11/* $Id$ */
    22/** @file
    3  * VirtualBox Guest Additions: Virtio Driver for Solaris.
     3 * VirtualBox Guest Additions - Virtio Driver for Solaris.
    44 */
    55
     
    2828*   Header Files                                                               *
    2929*******************************************************************************/
     30#ifdef DEBUG_ramshankar
     31# define LOG_INSTANCE       RTLogRelDefaultInstance()
     32#endif
    3033#include "Virtio-solaris.h"
    3134
     
    3437#include <VBox/log.h>
    3538
    36 #if defined(DEBUG_ramshankar)
    37 # undef LogFlowFunc
    38 # define LogFlowFunc        LogRel
    39 # undef Log
    40 # define Log                LogRel
    41 # undef LogFlow
    42 # define LogFlow            LogRel
    43 #endif
    4439
    4540/**
  • trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c

    r34143 r38736  
    11/* $Id$ */
    22/** @file
    3  * VirtualBox Guest Additions: Virtio Network Driver for Solaris.
     3 * VirtualBox Guest Additions - Virtio Network Driver for Solaris.
    44 */
    55
     
    2828*   Header Files                                                               *
    2929*******************************************************************************/
     30#ifdef DEBUG_ramshankar
     31# define LOG_INSTANCE       RTLogRelDefaultInstance()
     32#endif
    3033#include "Virtio-solaris.h"
    3134#include "VirtioPci-solaris.h"
     
    7578#define VIRTIO_NET_CTRL_VLAN      0x00080000      /* Control channel VLAN filtering */
    7679
    77 #if defined(DEBUG_ramshankar)
    78 # undef LogFlowFunc
    79 # define LogFlowFunc        LogRel
    80 # undef Log
    81 # define Log                LogRel
    82 # undef LogFlow
    83 # define LogFlow            LogRel
    84 #endif
    8580
    8681/*******************************************************************************
  • trunk/src/VBox/Additions/solaris/Virtio/VirtioPci-solaris.c

    r34233 r38736  
    11/* $Id$ */
    22/** @file
    3  * VirtualBox Guest Additions: Virtio Driver for Solaris, PCI Hypervisor Interface.
     3 * VirtualBox Guest Additions - Virtio Driver for Solaris, PCI Hypervisor Interface.
    44 */
    55
     
    2828*   Header Files                                                               *
    2929*******************************************************************************/
     30#ifdef DEBUG_ramshankar
     31# define LOG_INSTANCE       RTLogRelDefaultInstance()
     32#endif
    3033#include "VirtioPci-solaris.h"
    3134
     
    5760#define VIRTIO_PCI_RING_ALIGN               PAGE_SIZE
    5861#define VIRTIO_PCI_QUEUE_ADDR_SHIFT         PAGE_SHIFT
    59 
    60 #if defined(DEBUG_ramshankar)
    61 # undef LogFlowFunc
    62 # define LogFlowFunc        LogRel
    63 # undef Log
    64 # define Log                LogRel
    65 # undef LogFlow
    66 # define LogFlow            LogRel
    67 #endif
    6862
    6963/**
  • trunk/src/VBox/Additions/solaris/Virtio/VirtioRing-solaris.c

    r34233 r38736  
    2828*   Header Files                                                               *
    2929*******************************************************************************/
     30#ifdef DEBUG_ramshankar
     31# define LOG_INSTANCE       RTLogRelDefaultInstance()
     32#endif
    3033#include "Virtio-solaris.h"
    3134
     
    3740
    3841#include <sys/cmn_err.h>
    39 
    40 #if defined(DEBUG_ramshankar)
    41 # undef LogFlowFunc
    42 # define LogFlowFunc        LogRel
    43 # undef Log
    44 # define Log                LogRel
    45 # undef LogFlow
    46 # define LogFlow            LogRel
    47 #endif
    4842
    4943/**
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