Re: [libvirt] [PATCH v1 02/15] qemu_domain: Separate NVRAM VAR store file name generation

2019-03-05 Thread Michal Privoznik
On 2/28/19 10:11 AM, Laszlo Ersek wrote: On 02/27/19 11:04, Michal Privoznik wrote: Move the code that (possibly) generates filename of NVRAM VAR store into a single function so that it can be re-used later. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 26 ++--

Re: [libvirt] [PATCH v1 02/15] qemu_domain: Separate NVRAM VAR store file name generation

2019-02-28 Thread Laszlo Ersek
On 02/27/19 11:04, Michal Privoznik wrote: > Move the code that (possibly) generates filename of NVRAM VAR > store into a single function so that it can be re-used later. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_domain.c | 26 ++ > src/qemu/qemu_domain.h

[libvirt] [PATCH v1 02/15] qemu_domain: Separate NVRAM VAR store file name generation

2019-02-27 Thread Michal Privoznik
Move the code that (possibly) generates filename of NVRAM VAR store into a single function so that it can be re-used later. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 26 ++ src/qemu/qemu_domain.h | 4 2 files changed, 22 insertions(+), 8 deletions