Re: [libvirt] [PATCH 12/13] util: storage: Store PR manager alias in the definition

2018-05-15 Thread Peter Krempa
On Mon, May 14, 2018 at 18:03:00 -0400, John Ferlan wrote: > > > On 05/14/2018 11:19 AM, Michal Privoznik wrote: > > On 05/14/2018 12:45 PM, Peter Krempa wrote: > >> Rather than always re-generating the alias store it in the definition > >> and in the status XML. > >> > >> Signed-off-by: Peter

Re: [libvirt] [PATCH 12/13] util: storage: Store PR manager alias in the definition

2018-05-14 Thread John Ferlan
On 05/14/2018 11:19 AM, Michal Privoznik wrote: > On 05/14/2018 12:45 PM, Peter Krempa wrote: >> Rather than always re-generating the alias store it in the definition >> and in the status XML. >> >> Signed-off-by: Peter Krempa >> --- >> src/qemu/qemu_command.c

Re: [libvirt] [PATCH 12/13] util: storage: Store PR manager alias in the definition

2018-05-14 Thread Michal Privoznik
On 05/14/2018 12:45 PM, Peter Krempa wrote: > Rather than always re-generating the alias store it in the definition > and in the status XML. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_command.c | 23 +++-- >

[libvirt] [PATCH 12/13] util: storage: Store PR manager alias in the definition

2018-05-14 Thread Peter Krempa
Rather than always re-generating the alias store it in the definition and in the status XML. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 23 +++-- src/qemu/qemu_command.h | 3 +-- src/qemu/qemu_domain.c