Changes between Version 20 and Version 21 of VBoxLogging
- Timestamp:
- Mar 21, 2017 4:23:33 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VBoxLogging
v20 v21 88 88 == Guest Additions logging == 89 89 90 To enable the '''release logging''' (and debug logging) of the Guest R3 applications into the VMM backdoor: 91 * '''Windows guests''': Create a 92 {{{ 93 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VBoxGuest\LoggingEnabled 94 }}} 95 registry key with the value 0xFF (DWORD 32bit). 96 97 * '''Linux guests''': Set /sys/module/vboxguest/r3_log_to_host to 1. For Debian-based guests, install the sysfstools package and add 98 {{{ 99 module/vboxguest/parameters/r3_log_to_host = 1 100 }}} 101 to /etc/sysfs.conf. Changing this value at runtime is possible as well. 102 103 90 104 To enable Guest Additions logging, add to the host environment variables: 91 105 … … 111 125 VBOX_LOG=+hgcm.e.f,+shared_folders.e.f 112 126 }}} 113 114 '''NOTE:''' If you have release build of GAs installed into your Windows guest, please also consider to set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VBoxGuest\LoggingEnabled registry key to value 0xFF (DWORD 32bit) in order to enable R3 logging into VMM backdoor.115 127 116 128 == Changing settings using VBoxManage ==