
19 Feb
2019
19 Feb
'19
9:57 a.m.
On Tue, Feb 19, 2019 at 10:04:46AM +0100, Jiri Denemark wrote:
From: Chris Venteicher <cventeic@redhat.com>
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 <cventeic@redhat.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com> Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 7: - no change
src/qemu/qemu_process.c | 2 +- src/qemu/qemu_process.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano