mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
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>
This commit is contained in:
@ -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 },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user