Re: [libvirt] [PATCH v5 12/36] qemu_process: Store libDir in qemuProcessQmp struct

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:06 -0600, Chris Venteicher wrote: > Store libDir path in the qemuProcessQmp struct in anticipation of moving > path construction code into qemuProcessQmpInit function. > > Signed-off-by: Chris Venteicher > --- > src/qemu/qemu_process.c | 8 +--- >

[libvirt] [PATCH v5 12/36] qemu_process: Store libDir in qemuProcessQmp struct

2018-12-02 Thread Chris Venteicher
Store libDir path in the qemuProcessQmp struct in anticipation of moving path construction code into qemuProcessQmpInit function. Signed-off-by: Chris Venteicher --- src/qemu/qemu_process.c | 8 +--- src/qemu/qemu_process.h | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git