X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-log.c;h=a4c3d1f2e37f7ae23722d0acaeac690e9e48323c;hb=087bd055acf29e838908a9e6bfad73f12c49bc4c;hp=396aafdf6271ada276f4a6d2b170c465809ef0a1;hpb=d3da41e32bc6d6fac80d402aa1cc0f1d30539d98;p=qemu.git diff --git a/qemu-log.c b/qemu-log.c index 396aafdf6..a4c3d1f2e 100644 --- a/qemu-log.c +++ b/qemu-log.c @@ -116,6 +116,9 @@ const CPULogItem cpu_log_items[] = { "show all i/o ports accesses" }, { LOG_UNIMP, "unimp", "log unimplemented functionality" }, + { LOG_GUEST_ERROR, "guest_errors", + "log when the guest OS does something invalid (eg accessing a\n" + "non-existent register)" }, { 0, NULL, NULL }, };