
2 Nov
2017
2 Nov
'17
12:11 a.m.
On 10/24/2017 07:41 AM, Michal Privoznik wrote:
In near future we will need more than just a plain VIR_STRDUP(). Better implement that in a separate function and in qemuBuildMemoryBackendStr() which is complicated enough already.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_command.c | 2 +- src/qemu/qemu_conf.c | 18 ++++++++++++++++++ src/qemu/qemu_conf.h | 3 +++ 3 files changed, 22 insertions(+), 1 deletion(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John