Age | Commit message (Expand) | Author |
2013-02-23 | Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() | Peter Maydell |
2013-02-16 | qemu-log: Rename CPULogItem, cpu_log_items to QEMULogItem, qemu_log_items | Peter Maydell |
2013-02-16 | qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log | Peter Maydell |
2013-02-16 | qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask | Peter Maydell |
2013-02-16 | qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename | Peter Maydell |
2013-01-17 | HMP: add sub command table to info | Wenchao Xia |
2013-01-17 | HMP: move define of mon_cmds | Wenchao Xia |
2013-01-17 | HMP: add infrastructure for sub command | Wenchao Xia |
2013-01-17 | HMP: delete info handler | Wenchao Xia |
2013-01-17 | HMP: add QDict to info callback handler | Wenchao Xia |
2013-01-15 | cpu: Move cpu_index field to CPUState | Andreas Färber |
2013-01-15 | cpu: Move numa_node field to CPUState | Andreas Färber |
2013-01-14 | Merge remote-tracking branch 'bonzini/stub' into staging | Anthony Liguori |
2013-01-12 | qemu-option: move standard option definitions out of qemu-config.c | Paolo Bonzini |
2013-01-10 | monitor: assert monitor_puts()'s loop invariant | Markus Armbruster |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini |
2012-12-19 | net: reorganize headers | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-10-31 | target-i386: Pass X86CPU to cpu_x86_inject_mce() | Andreas Färber |
2012-10-24 | block: introduce BLOCK_JOB_READY event | Paolo Bonzini |
2012-10-24 | monitor: Prevent removing fd from set during init | Corey Bryant |
2012-10-24 | monitor: Enable adding an inherited fd to an fd set | Corey Bryant |
2012-10-24 | monitor: Allow add-fd to any specified fd set | Corey Bryant |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-05 | cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic | Peter Maydell |
2012-10-04 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2012-10-04 | Merge remote-tracking branch 'qmp/queue/qmp' into staging | Anthony Liguori |
2012-10-04 | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity |
2012-09-28 | block: introduce block job error | Paolo Bonzini |
2012-09-26 | qapi: convert add_client | Luiz Capitulino |
2012-09-26 | monitor: add Error * argument to monitor_get_fd | Paolo Bonzini |
2012-09-10 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2012-09-10 | Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemu | Aurelien Jarno |
2012-09-07 | monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param | Nicholas Bellinger |
2012-09-05 | qapi: convert screendump | Luiz Capitulino |
2012-09-05 | qapi: convert sendkey | Amos Kong |
2012-09-05 | monitor: move key_defs[] table and introduce two help functions | Amos Kong |
2012-09-05 | hmp: rename arguments | Amos Kong |
2012-09-05 | monitor: rename keyname '<' to 'less' | Amos Kong |
2012-09-05 | spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED | Yonit Halperin |
2012-08-23 | monitor: don't try to initialize json parser when monitor is HMP | Anthony Liguori |
2012-08-23 | monitor: move json init from OPEN event to init | Anthony Liguori |