Re: [PATCH REBASE 4/7] qemuBuildMemoryBackendProps: Fix const correctness

2020-09-08 Thread Ján Tomko
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 --- src/qemu/qemu_command.c | 4 ++-- src/qemu/qemu_command.h | 4 ++-- 2 files changed, 4

[PATCH REBASE 4/7] qemuBuildMemoryBackendProps: Fix const correctness

2020-09-01 Thread Michal Privoznik
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 --- src/qemu/qemu_command.c | 4 ++-- src/qemu/qemu_command.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git