mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
user: introduce "-d page"
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c30f0d182f
commit
1382902055
5 changed files with 11 additions and 8 deletions
|
@ -117,6 +117,8 @@ const QEMULogItem qemu_log_items[] = {
|
|||
{ LOG_GUEST_ERROR, "guest_errors",
|
||||
"log when the guest OS does something invalid (eg accessing a\n"
|
||||
"non-existent register)" },
|
||||
{ CPU_LOG_PAGE, "page",
|
||||
"dump pages at beginning of user mode emulation" },
|
||||
{ CPU_LOG_TB_NOCHAIN, "nochain",
|
||||
"do not chain compiled TBs so that \"exec\" and \"cpu\" show\n"
|
||||
"complete traces" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue