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