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

2018-02-12 Thread Peter Krempa
On Thu, Jan 18, 2018 at 17:04:39 +0100, Michal Privoznik wrote: > This is the easier part. All we need to do here is put -object > pr-manger-helper,id=$alias,path=$socketPath and then just > reference the object in -drive file.pr-manger=$alias. > > Signed-off-by: Michal Privoznik

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

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