]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move freeing of PCI address list to qemuProcessStop
authorPeter Krempa <pkrempa@redhat.com>
Wed, 26 Apr 2017 08:27:49 +0000 (10:27 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 28 Apr 2017 07:26:24 +0000 (09:26 +0200)
commit44f8e00b6b8e575ee09f301d209c1586b527f8c1
tree13c77ab6a9bde6c89192d8e735efa60ad617a2f4
parent8c1fee5f12e607a775199b65915715bb5a2b581d
qemu: Move freeing of PCI address list to qemuProcessStop

Rather than freeing the list before starting a new VM clear it after
stopping the old instance when the data becomes invalid.
src/qemu/qemu_domain_address.c
src/qemu/qemu_process.c