]> git.proxmox.com Git - qemu.git/blobdiff - kvm-all.c
target-i386: Enable SSSE3 TCG support
[qemu.git] / kvm-all.c
index b6d04835765638f4457c98a1b83e2a8dc69aa848..3bc3347d07192b5c2a50c16ec987de7d72107fc2 100644 (file)
--- a/kvm-all.c
+++ b/kvm-all.c
@@ -1905,6 +1905,8 @@ void kvm_remove_all_breakpoints(CPUArchState *current_env)
                 }
             }
         }
+        QTAILQ_REMOVE(&s->kvm_sw_breakpoints, bp, entry);
+        g_free(bp);
     }
     kvm_arch_remove_all_hw_breakpoints();