Re: [Qemu-devel] [PATCH 8/8] Rework debug exception processing for gdb use

2010-07-22 Thread Jun Koi
On Fri, Jul 23, 2010 at 1:58 PM, TeLeMan wrote: > On Fri, Jun 25, 2010 at 22:56, Jan Kiszka wrote: >> Guest debugging is currently broken under CONFIG_IOTHREAD. The reason is >> inconsistent or even lacking signaling the debug events from the source >> VCPU to the main loop and the gdbstub. >> >>

Re: [Qemu-devel] [PATCH 8/8] Rework debug exception processing for gdb use

2010-07-22 Thread TeLeMan
On Fri, Jun 25, 2010 at 22:56, Jan Kiszka wrote: > Guest debugging is currently broken under CONFIG_IOTHREAD. The reason is > inconsistent or even lacking signaling the debug events from the source > VCPU to the main loop and the gdbstub. > > This patch addresses the issue by pushing this signalin

[Qemu-devel] [PATCH 8/8] Rework debug exception processing for gdb use

2010-06-25 Thread Jan Kiszka
Guest debugging is currently broken under CONFIG_IOTHREAD. The reason is inconsistent or even lacking signaling the debug events from the source VCPU to the main loop and the gdbstub. This patch addresses the issue by pushing this signaling into a CPUDebugExcpHandler: cpu_debug_handler is register