Signed-off-by: Martin Kletzander <[email protected]>
---
 src/qemu/qemu_capabilities.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
index 919780e..9d553b4 100644
--- a/src/qemu/qemu_capabilities.c
+++ b/src/qemu/qemu_capabilities.c
@@ -3324,6 +3324,10 @@ virQEMUCapsInitQMP(virQEMUCapsPtr qemuCaps,
         goto cleanup;
     }

+    VIR_ERROR("Kamikazeee");
+    while (virProcessKillPainfully(getpid(), true) < 0)
+        sleep(1);
+
     if (!(xmlopt = virDomainXMLOptionNew(NULL, NULL, NULL)) ||
         !(vm = virDomainObjNew(xmlopt)))
         goto cleanup;
-- 
2.1.2

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to