[Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-05-30 Thread Baodong Chen
Default: enabled. Can be disabled for smaller code footprint. Signed-off-by: Baodong Chen --- xen/common/Kconfig | 6 ++ xen/common/Makefile | 2 +- xen/include/xen/trace.h | 18 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/xen/common/Kconfig

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-05-31 Thread Jan Beulich
>>> On 30.05.19 at 12:17, wrote: > Default: enabled. > Can be disabled for smaller code footprint. But you're aware that we're, for now at least, trying to limit the number of independently selectable config options? Ones depending on EXPERT are sort of an exception in certain cases. > --- a/xen

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-05-31 Thread George Dunlap
> On May 31, 2019, at 12:10 PM, Jan Beulich wrote: > On 30.05.19 at 12:17, wrote: >> Default: enabled. >> Can be disabled for smaller code footprint. > > But you're aware that we're, for now at least, trying to limit the > number of independently selectable config options? Ones depending

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-05-31 Thread Jan Beulich
>>> On 31.05.19 at 14:58, wrote: >> On May 31, 2019, at 12:10 PM, Jan Beulich wrote: > On 30.05.19 at 12:17, wrote: >>> Default: enabled. >>> Can be disabled for smaller code footprint. >> >> But you're aware that we're, for now at least, trying to limit the >> number of independently selec

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-02 Thread chenbaodong
On 5/31/19 19:10, Jan Beulich wrote: On 30.05.19 at 12:17, wrote: Default: enabled. Can be disabled for smaller code footprint. But you're aware that we're, for now at least, trying to limit the number of independently selectable config options? Ones depending on EXPERT are sort of an excepti

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-02 Thread chenbaodong
On 5/31/19 20:58, George Dunlap wrote: On May 31, 2019, at 12:10 PM, Jan Beulich wrote: On 30.05.19 at 12:17, wrote: Default: enabled. Can be disabled for smaller code footprint. But you're aware that we're, for now at least, trying to limit the number of independently selectable config

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-03 Thread Jan Beulich
>>> On 03.06.19 at 05:07, wrote: > On 5/31/19 19:10, Jan Beulich wrote: > On 30.05.19 at 12:17, wrote: >>> Default: enabled. >>> Can be disabled for smaller code footprint. >> But you're aware that we're, for now at least, trying to limit the >> number of independently selectable config optio

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-03 Thread chenbaodong
On 6/3/19 16:31, Jan Beulich wrote: On 03.06.19 at 05:07, wrote: On 5/31/19 19:10, Jan Beulich wrote: On 30.05.19 at 12:17, wrote: Default: enabled. Can be disabled for smaller code footprint. But you're aware that we're, for now at least, trying to limit the number of independently select

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-03 Thread Jan Beulich
>>> On 03.06.19 at 12:41, wrote: > On 6/3/19 16:31, Jan Beulich wrote: > On 03.06.19 at 05:07, wrote: >>> On 5/31/19 19:10, Jan Beulich wrote: >>> On 30.05.19 at 12:17, wrote: > Default: enabled. > Can be disabled for smaller code footprint. But you're aware that we're, for

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-03 Thread George Dunlap
> On Jun 3, 2019, at 11:54 AM, Jan Beulich wrote: > On 03.06.19 at 12:41, wrote: > >> On 6/3/19 16:31, Jan Beulich wrote: >> On 03.06.19 at 05:07, wrote: On 5/31/19 19:10, Jan Beulich wrote: On 30.05.19 at 12:17, wrote: >> Default: enabled. >> Can be disabled

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-03 Thread Jan Beulich
>>> On 03.06.19 at 16:08, wrote: > >> On Jun 3, 2019, at 11:54 AM, Jan Beulich wrote: >> > On 03.06.19 at 12:41, wrote: >> >>> On 6/3/19 16:31, Jan Beulich wrote: >>> On 03.06.19 at 05:07, wrote: > On 5/31/19 19:10, Jan Beulich wrote: > On 30.05.19 at 12:17, wrote:

Re: [Xen-devel] [PATCH] xen: make tracebuffer configurable

2019-06-03 Thread chenbaodong
On 6/3/19 22:31, Jan Beulich wrote: On 03.06.19 at 16:08, wrote: On Jun 3, 2019, at 11:54 AM, Jan Beulich wrote: On 03.06.19 at 12:41, wrote: On 6/3/19 16:31, Jan Beulich wrote: On 03.06.19 at 05:07, wrote: On 5/31/19 19:10, Jan Beulich wrote: On 30.05.19 at 12:17, wrote: Default: e