Re: [Qemu-devel] [PATCH 3/3] vl.c: add HMP help to machine

2014-12-15 Thread Marcel Apfelbaum
On 12/15/2014 05:20 PM, Daniel P. Berrange wrote: On Mon, Dec 15, 2014 at 04:16:02PM +0100, Alexander Graf wrote: On 10.12.14 14:19, Marcel Apfelbaum wrote: The help is based on the actual machine properties exposing only the relevant options. Signed-off-by: Marcel Apfelbaum Can libvirt ma

Re: [Qemu-devel] [PATCH 3/3] vl.c: add HMP help to machine

2014-12-15 Thread Daniel P. Berrange
On Mon, Dec 15, 2014 at 04:16:02PM +0100, Alexander Graf wrote: > > > On 10.12.14 14:19, Marcel Apfelbaum wrote: > > The help is based on the actual machine properties > > exposing only the relevant options. > > > > Signed-off-by: Marcel Apfelbaum > > Can libvirt make use of this or would it n

Re: [Qemu-devel] [PATCH 3/3] vl.c: add HMP help to machine

2014-12-15 Thread Alexander Graf
On 10.12.14 14:19, Marcel Apfelbaum wrote: > The help is based on the actual machine properties > exposing only the relevant options. > > Signed-off-by: Marcel Apfelbaum Can libvirt make use of this or would it need QMP based exposure? Alex

[Qemu-devel] [PATCH 3/3] vl.c: add HMP help to machine

2014-12-10 Thread Marcel Apfelbaum
The help is based on the actual machine properties exposing only the relevant options. Signed-off-by: Marcel Apfelbaum --- vl.c | 28 1 file changed, 28 insertions(+) diff --git a/vl.c b/vl.c index f9757c3..fd54b44 100644 --- a/vl.c +++ b/vl.c @@ -1469,6 +1469,31 @@