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

2019-03-11 Thread Daniel P . Berrangé
On Thu, Mar 07, 2019 at 10:29:12AM +0100, 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 > Reviewed-by: Laszlo Ersek > --- > src/qemu/qemu_domain.c | 26 +

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

2019-03-07 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 Reviewed-by: Laszlo Ersek --- src/qemu/qemu_domain.c | 26 ++ src/qemu/qemu_domain.h | 4 2 files changed, 22