On a Tuesday in 2020, Michal Privoznik wrote:
The objects at @def and @mem pointers is only read and not
written. Make the arguments const to make that explicit.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_command.c | 4 ++--
src/qemu/qemu_command.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Better than nothing(TM).
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano