Re: [libvirt] [PATCH v5 13/36] qemu_process: Setup paths within qemuProcessQmpInit

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:10:07 -0600, Chris Venteicher wrote: > Move code for setting paths and prepping file system from > qemuProcessQmpNew to qemuProcessQmpInit. > > This keeps qemuProcessQmpNew limited to data structures > and path initialization is done in qemuProcessQmpInit. > > The

[libvirt] [PATCH v5 13/36] qemu_process: Setup paths within qemuProcessQmpInit

2018-12-02 Thread Chris Venteicher
Move code for setting paths and prepping file system from qemuProcessQmpNew to qemuProcessQmpInit. This keeps qemuProcessQmpNew limited to data structures and path initialization is done in qemuProcessQmpInit. The patch is a non-functional, cut / paste change, however goto is now "cleanup"