[libvirt] [PATCH 2/2] DO NOT APPLY: Reproducer for patch 1/2

Martin Kletzander mkletzan at redhat.com
Thu Oct 9 07:58:31 UTC 2014


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 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




More information about the libvir-list mailing list