]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use virDomainChrSourceDefNew for monConfig
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Apr 2018 15:49:01 +0000 (11:49 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 10 Apr 2018 12:11:09 +0000 (08:11 -0400)
commit9e792d1aaa984978c1530e48d233a44c9ce7434f
treee384a3c061e3ba9778abfb15bc6d29c446849ace
parentd6d8d7bb9aab90702d58114c9ec5a28c7329777c
qemu: Use virDomainChrSourceDefNew for monConfig

Rather than VIR_ALLOC, use the New function for allocation. We
already use the Free function anyway.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
Reviewed-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_domain.c
src/qemu/qemu_parse_command.c
src/qemu/qemu_process.c