Re: [PATCH 00/17] kvm-userspace: Fix and improve guest debugging and x86 debug registers

2008-11-18 Thread Jan Kiszka
Markus Armbruster wrote: Jan Kiszka [EMAIL PROTECTED] writes: [...] To summarize the contributions of this series (+ its related kernel bits): - fully functional guest debugging via gdbstub, including hardware breakpoints and watchpoints (pick up current gdb cvs to have hbreak via

Re: [PATCH 00/17] kvm-userspace: Fix and improve guest debugging and x86 debug registers

2008-11-17 Thread Markus Armbruster
Jan Kiszka [EMAIL PROTECTED] writes: [...] To summarize the contributions of this series (+ its related kernel bits): - fully functional guest debugging via gdbstub, including hardware breakpoints and watchpoints (pick up current gdb cvs to have hbreak via remote gdb) - (Almost)

Re: [PATCH 00/17] kvm-userspace: Fix and improve guest debugging and x86 debug registers

2008-10-07 Thread Avi Kivity
Jan Kiszka wrote: While still waiting on the required merge of the QEMU bits in this series (sigh...), I want to provide an update of my guest debugging and x86 debug register improvement patches. First comes the kvm-userspace part, kernel bits follow in a separate series. No new features since

Re: [PATCH 00/17] kvm-userspace: Fix and improve guest debugging and x86 debug registers

2008-10-07 Thread Jan Kiszka
Avi Kivity wrote: Jan Kiszka wrote: While still waiting on the required merge of the QEMU bits in this series (sigh...), I want to provide an update of my guest debugging and x86 debug register improvement patches. First comes the kvm-userspace part, kernel bits follow in a separate series.

[PATCH 00/17] kvm-userspace: Fix and improve guest debugging and x86 debug registers

2008-10-06 Thread Jan Kiszka
While still waiting on the required merge of the QEMU bits in this series (sigh...), I want to provide an update of my guest debugging and x86 debug register improvement patches. First comes the kvm-userspace part, kernel bits follow in a separate series. No new features since my last posting.