Age | Commit message (Expand) | Author |
2017-12-18 | gdbstub: add tracing | Doug Gale |
2017-07-21 | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell |
2017-07-14 | gdbstub: don't fail on vCont; C04:0; c packets | Alex Bennée |
2017-07-14 | qom/cpu: remove host_tid field | Alex Bennée |
2017-07-14 | gdbstub: rename cpu_index -> cpu_gdb_index | Alex Bennée |
2017-07-14 | gdbstub: modernise DEBUG_GDB | Alex Bennée |
2017-07-14 | char: add backend hotswap handler | Anton Nefedov |
2017-06-02 | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau |
2017-05-08 | gdbstub: implement remote debugging protocol escapes for command receive | Doug Gale |
2017-05-04 | char: add a /chardevs container | Marc-André Lureau |
2017-02-16 | gdbstub: Fix vCont behaviour | Claudio Imbrenda |
2017-01-27 | chardev: qom-ify | Marc-André Lureau |
2017-01-27 | char: rename CharDriverState Chardev | Marc-André Lureau |
2017-01-27 | char: allocate CharDriverState as a single object | Marc-André Lureau |
2017-01-27 | char: move callbacks in CharDriver | Marc-André Lureau |
2017-01-24 | gdbstub.c: update old error report statements | Ziyue Yang |
2017-01-24 | gdbstub.c: fix GDB connection segfault caused by empty machines | Ziyue Yang |
2017-01-19 | kvm: move cpu synchronization code | Vincent Palatin |
2016-10-28 | clean-up: removed duplicate #includes | Anand J |
2016-10-24 | char: remove explicit_fe_open, use a set_handlers argument | Marc-André Lureau |
2016-10-24 | char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit | Marc-André Lureau |
2016-10-24 | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau |
2016-10-24 | char: remaining switch to CharBackend in frontend | Marc-André Lureau |
2016-10-24 | char: remove init callback | Marc-André Lureau |
2016-09-13 | hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all | Daniel P. Berrange |
2016-06-08 | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int... | Peter Maydell |
2016-06-07 | gdbstub: set listen backlog to 1 | Peter Wu |
2016-06-07 | linux-user: Remove redundant gdb_queuesig() | Timothy E Baldwin |
2016-06-06 | gdbstub: avoid busy loop while waiting for gdb | Peter Wu |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-15 | replay: character devices | Pavel Dovgalyuk |
2016-02-04 | all: Clean up includes | Peter Maydell |
2016-01-27 | gdb: provide the name of the architecture in the target.xml | David Hildenbrand |
2016-01-15 | qemu-char: add logfile facility to all chardev backends | Daniel P. Berrange |
2015-11-06 | gdbstub: Fix buffer overflows in gdb_handle_packet() | Kevin Wolf |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-09 | use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread | Paolo Bonzini |
2015-09-07 | gdbstub: Implement gdb_do_syscallv() | Peter Maydell |
2015-07-27 | gdbstub: Set current CPU on interruptions | Jan Kiszka |
2015-07-09 | gdbstub: Use cpu_set_pc() helper | Peter Crosthwaite |
2015-07-09 | gdbstub: Change gdbserver_fork() to accept cpu instead of env | Peter Crosthwaite |
2015-07-09 | translate-all: Change tb_flush() env argument to cpu | Peter Crosthwaite |
2015-06-19 | semihosting: create SemihostingConfig structure and semihost.h | Leon Alrae |
2015-05-28 | Revert "gdbstub: Do not kill target in system emulation mode" | Fabien Chouteau |
2015-05-28 | Add GDB qAttached support | Jan Kiszka |