]> git.proxmox.com Git - qemu.git/commit
Enable -d cpu logging by default.
authorRichard Henderson <rth@twiddle.net>
Wed, 28 Apr 2010 23:07:57 +0000 (16:07 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 5 May 2010 10:20:06 +0000 (12:20 +0200)
commita73b1fd9afe937d70be82a0b3994c8844c072085
treea4c7bae8ccc8bc0ee067f783cdc9e96f1c3b5eb9
parent6f0f607f96f4af5ed54391b960686c557f8738d6
Enable -d cpu logging by default.

When -d cpu logging was handled by target-foo/translate.c,
it was controled by DEBUG_DISAS, which is enabled by default.
Use the same condition in cpu_exec.

At the same time, reduce the if-deffery by assuming no flags
update is required for the target.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
cpu-exec.c