Re: [libvirt] [PATCH v5 03/36] qemu_process: Limit qemuProcessQmpNew to const input strings

2019-01-03 Thread Jiri Denemark
On Sun, Dec 02, 2018 at 23:09:57 -0600, Chris Venteicher wrote: > Add the const qualifier on non modified strings > (string only copied inside qemuProcessQmpNew) > so that const strings can be used directly in calls to > qemuProcessQmpNew in future patches. > > Signed-off-by: Chris Venteicher > -

[libvirt] [PATCH v5 03/36] qemu_process: Limit qemuProcessQmpNew to const input strings

2018-12-02 Thread Chris Venteicher
Add the const qualifier on non modified strings (string only copied inside qemuProcessQmpNew) so that const strings can be used directly in calls to qemuProcessQmpNew in future patches. Signed-off-by: Chris Venteicher --- src/qemu/qemu_process.c | 2 +- src/qemu/qemu_process.h | 2 +- 2 files ch