commit | 36eb6e096729f9aade3a6af7dbe4d0a990335d7e | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Sep 15 11:45:09 2015 -0700 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Fri Oct 23 12:59:27 2015 -0200 |
tree | 386b80943fc45bd5742babd5cc7d51bdf825a4b8 | |
parent | 93d00d0fbe4711061834730fb70525d167b6f908 [diff] |
target-i386: Re-introduce optimal breakpoint removal Before the last patch, we had an efficient loop that disabled local breakpoints on task switch. Re-add that, but in a more general way that handles changes to the global enable bits too. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>