]> git.proxmox.com Git - qemu.git/blobdiff - qemu-log.h
xen_platform: convert PIO to new memory api read/write
[qemu.git] / qemu-log.h
index 5ccecf30aff844e3f47c620f88fa32e4127663f7..ce6bb095b35693f56560e4b6d8a1a45b9adc5d32 100644 (file)
@@ -35,6 +35,7 @@ static inline bool qemu_log_enabled(void)
 #define CPU_LOG_TB_CPU     (1 << 8)
 #define CPU_LOG_RESET      (1 << 9)
 #define LOG_UNIMP          (1 << 10)
+#define LOG_GUEST_ERROR    (1 << 11)
 
 /* Returns true if a bit is set in the current loglevel mask
  */