Re: [libvirt] [PATCH 1/2] qemu_command: create prefixed alias to separate variable

2016-10-18 Thread Pavel Hrdina
On Tue, Oct 18, 2016 at 10:22:50AM -0400, John Ferlan wrote: > > > On 10/18/2016 09:58 AM, Pavel Hrdina wrote: > > Instead of typing the prefix every time we want to append parameters > > to qemu command line use a variable that contains prefixed alias. > > > > Signed-off-by: Pavel Hrdina

Re: [libvirt] [PATCH 1/2] qemu_command: create prefixed alias to separate variable

2016-10-18 Thread John Ferlan
On 10/18/2016 09:58 AM, Pavel Hrdina wrote: > Instead of typing the prefix every time we want to append parameters > to qemu command line use a variable that contains prefixed alias. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_command.c | 35

[libvirt] [PATCH 1/2] qemu_command: create prefixed alias to separate variable

2016-10-18 Thread Pavel Hrdina
Instead of typing the prefix every time we want to append parameters to qemu command line use a variable that contains prefixed alias. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_command.c | 35 --- 1 file changed, 20 insertions(+), 15