Re: [libvirt] [PATCH 02/11] qemu: Reset the node-name allocator in qemuDomainObjPrivateDataClear

2019-12-20 Thread Daniel P . Berrangé
On Fri, Dec 20, 2019 at 02:25:20PM +0100, Peter Krempa wrote: > qemuDomainObjPrivateDataClear clears state which become invalid after VM > stopped running and the node name allocator belongs there. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_domain.c | 3 +++ >

[libvirt] [PATCH 02/11] qemu: Reset the node-name allocator in qemuDomainObjPrivateDataClear

2019-12-20 Thread Peter Krempa
qemuDomainObjPrivateDataClear clears state which become invalid after VM stopped running and the node name allocator belongs there. Signed-off-by: Peter Krempa --- src/qemu/qemu_domain.c | 3 +++ src/qemu/qemu_process.c | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git