From 89a82cd4b6a90fe117fa715e2abe51d5c607560c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 16 Sep 2015 15:33:53 -0700 Subject: cpu-exec: Add "nochain" debug flag Respect it to avoid linking TBs together. Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- qemu-log.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qemu-log.c') diff --git a/qemu-log.c b/qemu-log.c index 13f3813..efd07c8 100644 --- a/qemu-log.c +++ b/qemu-log.c @@ -119,6 +119,9 @@ 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_TB_NOCHAIN, "nochain", + "do not chain compiled TBs so that \"exec\" and \"cpu\" show\n" + "complete traces" }, { 0, NULL, NULL }, }; -- cgit v1.1