Age | Commit message (Expand) | Author | Files | Lines |
2013-07-23 | gdbstub: Change syscall callback argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-07-23 | kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState | Andreas Färber | 1 | -4/+8 |
2013-07-23 | cpu: Change cpu_single_step() argument to CPUState | Andreas Färber | 1 | -4/+5 |
2013-07-23 | gdbstub: Update gdb_handlesig() and gdb_signalled() Coding Style | Andreas Färber | 1 | -47/+47 |
2013-07-23 | cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() | Andreas Färber | 1 | -33/+6 |
2013-07-23 | gdbstub: Change GDBState::query_cpu to CPUState | Andreas Färber | 1 | -5/+4 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 1 | -16/+23 |
2013-07-09 | kvm: Change kvm_remove_all_breakpoints() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-07-09 | Revert "gdbstub: Simplify find_cpu()" | Andreas Färber | 1 | -4/+8 |
2013-06-28 | gdbstub: Set gdb_set_stop_cpu() argument to CPUState | Andreas Färber | 1 | -1/+3 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-06-28 | kvm: Change cpu_synchronize_state() argument to CPUState | Andreas Färber | 1 | -4/+4 |
2013-06-28 | gdbstub: Simplify find_cpu() | Andreas Färber | 1 | -8/+4 |
2013-06-10 | gdbstub: let the debugger resume from guest panicked state | Paolo Bonzini | 1 | -0/+3 |
2013-06-10 | gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dc | Paolo Bonzini | 1 | -1/+1 |
2013-05-30 | gdbstub: do not restart crashed guest | Paolo Bonzini | 1 | -1/+3 |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -1/+1 |
2013-04-04 | qemu-char: Call fe_claim / fe_release when not using qdev chr properties | Hans de Goede | 1 | -0/+1 |
2013-03-22 | Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu | Aurelien Jarno | 1 | -1/+2 |
2013-03-22 | PPC/GDB: handle read and write of fpscr | Fabien Chouteau | 1 | -1/+2 |
2013-03-22 | MinGW: Replace setsockopt by qemu_setsocketopt | Stefan Weil | 1 | -1/+1 |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 1 | -1/+1 |
2013-03-04 | move socket_set_nodelay to osdep.c | MORITA Kazutaka | 1 | -3/+2 |
2013-02-16 | cpu: Move host_tid field to CPUState | Andreas Färber | 1 | -5/+9 |
2013-01-15 | cpu: Move cpu_index field to CPUState | Andreas Färber | 1 | -1/+2 |
2013-01-05 | target-s390: Fix gdbstub | Richard Henderson | 1 | -30/+48 |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-09-22 | target-xtensa: add FP registers | Max Filippov | 1 | -0/+8 |
2012-09-21 | gdbstub/sh4: fix build with USE_SOFTFLOAT_STRUCT_TYPES | Aurelien Jarno | 1 | -54/+90 |
2012-07-27 | target-or32: Add gdb stub support | Jia Liu | 1 | -0/+64 |
2012-06-04 | make gdb_id() generally avialable and rename it to cpu_index() | Wen Congyang | 1 | -14/+5 |
2012-04-21 | gdbstub: Synchronize CPU state unconditionally in gdb_set_cpu_pc | Peter Maydell | 1 | -2/+1 |
2012-03-24 | gdbserver: Don't send a GDB syscall until the system CPU is stopped | Meador Inge | 1 | -15/+27 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -22/+22 |
2012-03-14 | monitor: Avoid CPUState in read/write functions | Andreas Färber | 1 | -28/+28 |
2012-03-11 | gdbstub: Do not kill target in system emulation mode | Jan Kiszka | 1 | -0/+2 |
2012-01-06 | gdbstub: Fix fd leak in gdbserver_open() error path | Peter Maydell | 1 | -0/+2 |
2011-12-14 | Fix spelling in comments, documentation and messages | Stefan Weil | 1 | -1/+1 |
2011-11-19 | gdbstub: Fix memory leak | Stefan Weil | 1 | -6/+8 |
2011-10-26 | target-sparc: Change fpr representation to doubles. | Richard Henderson | 1 | -11/+24 |
2011-10-10 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori | 1 | -13/+13 |
2011-10-06 | Gdbstub: handle read of fpscr | Fabien Chouteau | 1 | -1/+1 |
2011-10-04 | RunState: Rename enum values as generated by the QAPI | Luiz Capitulino | 1 | -13/+13 |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino | 1 | -2/+2 |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 1 | -15/+15 |