Re: [Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus

2019-09-09 Thread Stefan Hajnoczi
On Thu, Sep 05, 2019 at 04:21:33PM +0100, Stefan Hajnoczi wrote: > It is likely that virtiofsd will need to support "management commands" for > reconfiguring it at runtime. The first use case was proposed by Eryu Guan for > getting/setting the current log level. > > I promised to try out DBus as

Re: [Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus

2019-09-06 Thread Daniel P . Berrangé
On Fri, Sep 06, 2019 at 11:29:26AM +0100, Stefan Hajnoczi wrote: > On Thu, Sep 05, 2019 at 06:40:21PM +0100, Dr. David Alan Gilbert wrote: > > * Stefan Hajnoczi (stefa...@redhat.com) wrote: > > > It is likely that virtiofsd will need to support "management commands" for > > > reconfiguring it at ru

Re: [Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus

2019-09-06 Thread Daniel P . Berrangé
On Thu, Sep 05, 2019 at 04:21:33PM +0100, Stefan Hajnoczi wrote: > It is likely that virtiofsd will need to support "management commands" for > reconfiguring it at runtime. The first use case was proposed by Eryu Guan for > getting/setting the current log level. > > I promised to try out DBus as

Re: [Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus

2019-09-06 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@redhat.com) wrote: > On Thu, Sep 05, 2019 at 06:40:21PM +0100, Dr. David Alan Gilbert wrote: > > * Stefan Hajnoczi (stefa...@redhat.com) wrote: > > > It is likely that virtiofsd will need to support "management commands" for > > > reconfiguring it at runtime. The first

Re: [Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus

2019-09-06 Thread Stefan Hajnoczi
On Thu, Sep 05, 2019 at 06:40:21PM +0100, Dr. David Alan Gilbert wrote: > * Stefan Hajnoczi (stefa...@redhat.com) wrote: > > It is likely that virtiofsd will need to support "management commands" for > > reconfiguring it at runtime. The first use case was proposed by Eryu Guan > > for > > getting

Re: [Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus

2019-09-05 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@redhat.com) wrote: > It is likely that virtiofsd will need to support "management commands" for > reconfiguring it at runtime. The first use case was proposed by Eryu Guan for > getting/setting the current log level. > > I promised to try out DBus as the management int

[Qemu-devel] [RFC 0/3] virtiofsd: get/set log level via DBus

2019-09-05 Thread Stefan Hajnoczi
It is likely that virtiofsd will need to support "management commands" for reconfiguring it at runtime. The first use case was proposed by Eryu Guan for getting/setting the current log level. I promised to try out DBus as the management interface because it has a rich feature set and is accessibl