Re: [Qemu-devel] [PATCH v2 7/7] qemu-log: add nochain option to disable TB chaining

2014-03-28 Thread Alex Bennée
Peter Maydell writes: > On 28 March 2014 16:43, Alex Bennée wrote: >> The current exec and cpu flags only show information when we enter a >> TranslationBlock. The blocks will then chain together until there is a >> reason to exit which can make things harder to follow. This new option >> disab

Re: [Qemu-devel] [PATCH v2 7/7] qemu-log: add nochain option to disable TB chaining

2014-03-28 Thread Peter Maydell
On 28 March 2014 16:43, Alex Bennée wrote: > The current exec and cpu flags only show information when we enter a > TranslationBlock. The blocks will then chain together until there is a > reason to exit which can make things harder to follow. This new option > disables the chaining for debugging

[Qemu-devel] [PATCH v2 7/7] qemu-log: add nochain option to disable TB chaining

2014-03-28 Thread Alex Bennée
The current exec and cpu flags only show information when we enter a TranslationBlock. The blocks will then chain together until there is a reason to exit which can make things harder to follow. This new option disables the chaining for debugging purposes. Signed-off-by: Alex Bennée diff --git a