Now that QEMU merged the core parts of my gdbstub rework, it's time to post corresponding KVM support for review and (hopefully) inclusion. The user space series still comes with two QEMU patches, but those are already merged upstream, KVM just need to merge latest SVN head.
Changes since last round: - Rebased over merged QEMU series - Refactored to use TAILQ for breakpoint lists 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) unlimited number of standard breakpoints - SMP guest debugging support - x86 debug registers support (makes guest's gdb and kgdb happy) To-do items (call for contribution): - AMD/SVM support (/may/ already work, but untested) - non-x86 support Find the patches also at git://git.kiszka.org/kvm-userspace.git gdb-queue (Note: you'll find four additional QEMU patches there which are not mandatory for this series, provide useful add-on features, but need further discussion upstream.) Jan -- Siemens AG, Corporate Technology, CT SE 2 ES-OS Corporate Competence Center Embedded Linux -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
