Re: [Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-12 Thread Anthony Liguori
On 12/06/2011 10:03 PM, Michael Roth wrote: This adds a command-line option, -b/--blacklist, that accepts a comma-seperated list of RPCs to disable, or prints a list of available RPCs if passed "?". In consequence this also adds general blacklisting and RPC listing facilities to the new QMP disp

Re: [Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-08 Thread Michael Roth
On 12/08/2011 04:53 PM, Dor Laor wrote: On 12/07/2011 06:45 PM, Michael Roth wrote: On 12/07/2011 06:12 AM, Dor Laor wrote: On 12/07/2011 12:52 PM, Daniel P. Berrange wrote: On Wed, Dec 07, 2011 at 12:34:01PM +0200, Dor Laor wrote: On 12/07/2011 06:03 AM, Michael Roth wrote: This adds a comm

Re: [Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-08 Thread Dor Laor
On 12/07/2011 06:45 PM, Michael Roth wrote: On 12/07/2011 06:12 AM, Dor Laor wrote: On 12/07/2011 12:52 PM, Daniel P. Berrange wrote: On Wed, Dec 07, 2011 at 12:34:01PM +0200, Dor Laor wrote: On 12/07/2011 06:03 AM, Michael Roth wrote: This adds a command-line option, -b/--blacklist, that acc

Re: [Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-07 Thread Michael Roth
On 12/07/2011 06:12 AM, Dor Laor wrote: On 12/07/2011 12:52 PM, Daniel P. Berrange wrote: On Wed, Dec 07, 2011 at 12:34:01PM +0200, Dor Laor wrote: On 12/07/2011 06:03 AM, Michael Roth wrote: This adds a command-line option, -b/--blacklist, that accepts a comma-seperated list of RPCs to disabl

Re: [Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-07 Thread Dor Laor
On 12/07/2011 12:52 PM, Daniel P. Berrange wrote: On Wed, Dec 07, 2011 at 12:34:01PM +0200, Dor Laor wrote: On 12/07/2011 06:03 AM, Michael Roth wrote: This adds a command-line option, -b/--blacklist, that accepts a comma-seperated list of RPCs to disable, or prints a list of available RPCs if

Re: [Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-07 Thread Daniel P. Berrange
On Wed, Dec 07, 2011 at 12:34:01PM +0200, Dor Laor wrote: > On 12/07/2011 06:03 AM, Michael Roth wrote: > >This adds a command-line option, -b/--blacklist, that accepts a > >comma-seperated list of RPCs to disable, or prints a list of > >available RPCs if passed "?". > > > >In consequence this also

Re: [Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-07 Thread Dor Laor
On 12/07/2011 06:03 AM, Michael Roth wrote: This adds a command-line option, -b/--blacklist, that accepts a comma-seperated list of RPCs to disable, or prints a list of available RPCs if passed "?". In consequence this also adds general blacklisting and RPC listing facilities to the new QMP disp

[Qemu-devel] [PATCH 1/2] guest agent: add RPC blacklist command-line option

2011-12-06 Thread Michael Roth
This adds a command-line option, -b/--blacklist, that accepts a comma-seperated list of RPCs to disable, or prints a list of available RPCs if passed "?". In consequence this also adds general blacklisting and RPC listing facilities to the new QMP dispatch/registry facilities, should the QMP monit