Re: [PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-23 Thread Pekka Paalanen
On Mon, 23 Oct 2017 12:31:53 +0200 Daniel Stone wrote: > Hi all, > > On 12 October 2017 at 13:13, Emre Ucan wrote: > > + > > + > > + This is a generic debugging interface for Weston internals, the > > global > > + object advertized through wl_registry. > > + > > + WARNING:

Re: [PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-23 Thread Daniel Stone
Hi all, On 12 October 2017 at 13:13, Emre Ucan wrote: > + > + > + This is a generic debugging interface for Weston internals, the global > + object advertized through wl_registry. > + > + WARNING: This interface by design allows a denial-of-service attack. It > + should

Re: [PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-23 Thread Daniel Stone
Hi Emre, Maniraj, On 12 October 2017 at 13:13, Emre Ucan wrote: > From: Pekka Paalanen > > This is a new debugging extension for non-production environments. The > aim is to replace all build-time choosable debug prints in the > compositor with runtime subscribable debug streams. > > Signed-off-

Re: [PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-23 Thread Pekka Paalanen
On Mon, 23 Oct 2017 10:04:16 +0200 Quentin Glidic wrote: > On 10/23/17 8:55 AM, Pekka Paalanen wrote: > > Hi, > > > > I'm CC'ing Quentin for the automake comments below. > > > >> diff --git a/Makefile.am b/Makefile.am > >> index 1d3eedb..026cc58 100644 > >> --- a/Makefile.am > >> +++ b/Makefil

Re: [PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-23 Thread Quentin Glidic
On 10/23/17 8:55 AM, Pekka Paalanen wrote: Hi, I'm CC'ing Quentin for the automake comments below. On Thu, 12 Oct 2017 13:13:41 +0200 Emre Ucan wrote: From: Pekka Paalanen This is a new debugging extension for non-production environments. The aim is to replace all build-time choosable deb

Re: [PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-22 Thread Pekka Paalanen
Hi, I'm CC'ing Quentin for the automake comments below. On Thu, 12 Oct 2017 13:13:41 +0200 Emre Ucan wrote: > From: Pekka Paalanen > > This is a new debugging extension for non-production environments. The > aim is to replace all build-time choosable debug prints in the > compositor with run

[PATCH weston v4 1/9] protocol: add weston-debug.xml

2017-10-12 Thread Emre Ucan
From: Pekka Paalanen This is a new debugging extension for non-production environments. The aim is to replace all build-time choosable debug prints in the compositor with runtime subscribable debug streams. Signed-off-by: Pekka Paalanen Added new libweston-$MAJOR-protocols.pc file and install