Re: [libvirt] [PATCH v4 08/14] qemu: Generate cmd line at startup

2018-04-18 Thread Michal Privoznik
On 04/16/2018 04:56 PM, Michal Privoznik wrote: > On 04/14/2018 03:04 PM, John Ferlan wrote: >> >> >> On 04/10/2018 10:58 AM, Michal Privoznik wrote: >>> This is the easier part. All we need to do here is put -object >>> pr-manager-helper,id=$alias,path=$socketPath and then just >>> reference the

Re: [libvirt] [PATCH v4 08/14] qemu: Generate cmd line at startup

2018-04-17 Thread John Ferlan
On 04/16/2018 10:56 AM, Michal Privoznik wrote: > On 04/14/2018 03:04 PM, John Ferlan wrote: >> >> >> On 04/10/2018 10:58 AM, Michal Privoznik wrote: >>> This is the easier part. All we need to do here is put -object >>> pr-manager-helper,id=$alias,path=$socketPath and then just >>> reference

Re: [libvirt] [PATCH v4 08/14] qemu: Generate cmd line at startup

2018-04-16 Thread Michal Privoznik
On 04/14/2018 03:04 PM, John Ferlan wrote: > > > On 04/10/2018 10:58 AM, Michal Privoznik wrote: >> This is the easier part. All we need to do here is put -object >> pr-manager-helper,id=$alias,path=$socketPath and then just >> reference the object in -drive file.pr-manager=$alias. >> >>

Re: [libvirt] [PATCH v4 08/14] qemu: Generate cmd line at startup

2018-04-15 Thread John Ferlan
On 04/10/2018 10:58 AM, Michal Privoznik wrote: > This is the easier part. All we need to do here is put -object > pr-manager-helper,id=$alias,path=$socketPath and then just > reference the object in -drive file.pr-manager=$alias. > > Signed-off-by: Michal Privoznik > ---

[libvirt] [PATCH v4 08/14] qemu: Generate cmd line at startup

2018-04-10 Thread Michal Privoznik
This is the easier part. All we need to do here is put -object pr-manager-helper,id=$alias,path=$socketPath and then just reference the object in -drive file.pr-manager=$alias. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c| 94