Re: [Qemu-devel] [PATCH 2/9] qemu-log: fix cpu_reset log target

2016-03-14 Thread Paolo Bonzini
On 14/03/2016 12:21, Denis V. Lunev wrote: > From: Vladimir Sementsov-Ogievskiy > > Do not print superfluous zero cpu state on vm start with -d cpu_reset It's really just the very first reset that is all zeroes. If you use "-S", you can be in prelaunch state and have a meaningful state. Over

[Qemu-devel] [PATCH 2/9] qemu-log: fix cpu_reset log target

2016-03-14 Thread Denis V. Lunev
From: Vladimir Sementsov-Ogievskiy Do not print superfluous zero cpu state on vm start with -d cpu_reset Signed-off-by: Vladimir Sementsov-Ogievskiy Signed-off-by: Denis V. Lunev CC: Stefan Hajnoczi CC: Paolo Bonzini CC: Andreas Färber --- qom/cpu.c | 3 ++- 1 file changed, 2 insertions(+)