kvm: Actually remove software breakpoints from list on cleanup
commit78021d6d8dc50ed4d67442c3ca11eab78220e9ef
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 12 Nov 2012 14:04:35 +0000 (12 15:04 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 14 Nov 2012 22:15:38 +0000 (14 20:15 -0200)
treeb23e6a0d87aceb9c87d32fbe12444c1e53abf483
parentb0b873a07872f7ab7f66f259c73fb9dd42aa66a9
kvm: Actually remove software breakpoints from list on cleanup

So far we only removed them from the guest, leaving its states in the
list. This made it impossible for gdb to re-enable breakpoints on the
same address after re-attaching.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
kvm-all.c