summaryrefslogtreecommitdiff
path: root/qemu-log.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-06-03 17:04:28 +0000
committerBlue Swirl <blauwirbel@gmail.com>2012-06-21 18:45:20 +0000
commitdafdf1abfd339602c17228a8de5adcf000eaefd0 (patch)
treeb4b90e49ef69d51ff14207e9948d7817d9181e70 /qemu-log.c
parenteeacee4d8652d7f3b9224cfe0707c0ed87cc0e96 (diff)
downloadqemu-dafdf1abfd339602c17228a8de5adcf000eaefd0.tar.gz
qemu-log: add log category for unimplemented functionality
Add new log category (LOG_UNIMP) for unimplemented functionality. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qemu-log.c')
-rw-r--r--qemu-log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-log.c b/qemu-log.c
index 1dd3de41ad..1ec70e7e83 100644
--- a/qemu-log.c
+++ b/qemu-log.c
@@ -120,6 +120,8 @@ const CPULogItem cpu_log_items[] = {
{ CPU_LOG_IOPORT, "ioport",
"show all i/o ports accesses" },
#endif
+ { LOG_UNIMP, "unimp",
+ "log unimplemented functionality" },
{ 0, NULL, NULL },
};