Re: [Qemu-devel] [PATCH] Do not enable QOM debugging by default

2018-07-17 Thread Daniel P . Berrangé
On Mon, Jul 16, 2018 at 09:41:12PM +0100, Peter Maydell wrote: > On 16 July 2018 at 20:47, BALATON Zoltan wrote: > > Commit 3556c233d 5 years ago added an option to disable QOM debugging, > > noting that it can have high performance cost but left the default to on. > > Change the default to off an

Re: [Qemu-devel] [PATCH] Do not enable QOM debugging by default

2018-07-16 Thread BALATON Zoltan
On Mon, 16 Jul 2018, Peter Maydell wrote: On 16 July 2018 at 20:47, BALATON Zoltan wrote: Commit 3556c233d 5 years ago added an option to disable QOM debugging, noting that it can have high performance cost but left the default to on. Change the default to off and only enable it when debugging

Re: [Qemu-devel] [PATCH] Do not enable QOM debugging by default

2018-07-16 Thread Peter Maydell
On 16 July 2018 at 20:47, BALATON Zoltan wrote: > Commit 3556c233d 5 years ago added an option to disable QOM debugging, > noting that it can have high performance cost but left the default to on. > Change the default to off and only enable it when debugging is requested > to avoid the performance

[Qemu-devel] [PATCH] Do not enable QOM debugging by default

2018-07-16 Thread BALATON Zoltan
Commit 3556c233d 5 years ago added an option to disable QOM debugging, noting that it can have high performance cost but left the default to on. Change the default to off and only enable it when debugging is requested to avoid the performance penalty for those compiling without debug options. Sign