Optional IPC logging
This commit is contained in:
@@ -37,6 +37,13 @@
|
||||
*/
|
||||
#define DEBUG_RACE 0
|
||||
|
||||
/* DEBUG_DUMPIPC dumps all IPC to serial; due to the amount of logging it is
|
||||
* strongly recommended to set "ctty 0" in the boot monitor and run inside a
|
||||
* virtual machine if you enable this; on the hardware it would take forever
|
||||
* just to boot
|
||||
*/
|
||||
#define DEBUG_DUMPIPC 0
|
||||
|
||||
#if DEBUG_TRACE
|
||||
|
||||
#define VF_SCHEDULING (1L << 1)
|
||||
|
||||
Reference in New Issue
Block a user