Re: [Qemu-devel] [PATCH 28/37] Move debug exception handling out of cpu_exec

2011-03-07 Thread TeLeMan
On Mon, Mar 7, 2011 at 16:54, Jan Kiszka wrote: > On 2011-03-07 09:26, Jan Kiszka wrote: >> On 2011-03-07 02:52, TeLeMan wrote: >>> This patch breaks the support for x86 hardware breakpoints because >>> cpu_resume_from_signal() and raise_exception_env() are used in >>> breakpoint_handler(). >> >>

Re: [Qemu-devel] [PATCH 28/37] Move debug exception handling out of cpu_exec

2011-03-07 Thread Jan Kiszka
On 2011-03-07 09:26, Jan Kiszka wrote: > On 2011-03-07 02:52, TeLeMan wrote: >> This patch breaks the support for x86 hardware breakpoints because >> cpu_resume_from_signal() and raise_exception_env() are used in >> breakpoint_handler(). > > Yeah, unfortunately true. The TCG bits of this refactori

Re: [Qemu-devel] [PATCH 28/37] Move debug exception handling out of cpu_exec

2011-03-07 Thread Jan Kiszka
On 2011-03-07 02:52, TeLeMan wrote: > This patch breaks the support for x86 hardware breakpoints because > cpu_resume_from_signal() and raise_exception_env() are used in > breakpoint_handler(). Yeah, unfortunately true. The TCG bits of this refactoring have to be moved back. Will fix. Thanks, Jan

Re: [Qemu-devel] [PATCH 28/37] Move debug exception handling out of cpu_exec

2011-03-06 Thread TeLeMan
This patch breaks the support for x86 hardware breakpoints because cpu_resume_from_signal() and raise_exception_env() are used in breakpoint_handler().