Age | Commit message (Expand) | Author |
2019-10-28 | trace: add mmu_index to mem_info | Alex Bennée |
2019-10-28 | trace: expand mem_info:size_shift to 4 bits | Emilio G. Cota |
2019-09-25 | exec: Adjust notdirty tracing | Richard Henderson |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-06-17 | Move monitor.c to monitor/misc.c | Kevin Wolf |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster |
2019-03-22 | trace-events: Consistently point to docs/devel/tracing.txt | Markus Armbruster |
2019-01-25 | trace: improve runstate tracing | Vladimir Sementsov-Ogievskiy |
2018-08-31 | jobs: remove ret argument to job_completed; privatize it | John Snow |
2018-05-23 | job: Add lifecycle QMP commands | Kevin Wolf |
2018-05-23 | job: Move completion and cancellation to Job | Kevin Wolf |
2018-05-23 | job: Move state transitions to Job | Kevin Wolf |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-20 | migrate: Update ram_block_discard_range for shared | Dr. David Alan Gilbert |
2018-03-19 | qmp: support out-of-band (oob) execution | Peter Xu |
2018-03-19 | monitor: let suspend/resume work even with QMPs | Peter Xu |
2018-03-12 | trace: remove use of QEMU specific types from trace probes | Daniel P. Berrangé |
2018-02-19 | trace: avoid SystemTap "char const" warnings | Stefan Hajnoczi |
2018-01-16 | find_ram_offset: Add comments and tracing | Dr. David Alan Gilbert |
2017-12-18 | gdbstub: add tracing | Doug Gale |
2017-09-22 | memory: trace FlatView creation and destruction | Paolo Bonzini |
2017-08-01 | trace-events: fix code style: %# -> 0x% | Vladimir Sementsov-Ogievskiy |
2017-07-17 | trace: [trivial] Statically enable all guest events | Lluís Vilanova |
2017-06-15 | accel: move kvm related accelerator files into accel/ | Yang Zhong |
2017-06-15 | tcg: move tcg backend files into accel/tcg/ | Yang Zhong |
2017-06-15 | tcg: move tcg related files into accel/tcg/ subdirectory | Yang Zhong |
2017-06-13 | monitor: resurrect handle_qmp_command trace event | Stefan Hajnoczi |
2017-06-13 | monitor: add handle_hmp_command trace event | Stefan Hajnoczi |
2017-06-06 | kvm: irqchip: trace changes on msi add/remove | Peter Xu |
2017-06-02 | char: move char devices to chardev/ | Marc-André Lureau |
2017-05-23 | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake |
2017-04-25 | move xen-mapcache.c to hw/i386/xen/ | Anthony Xu |
2017-04-25 | move xen-hvm.c to hw/i386/xen/ | Anthony Xu |
2017-03-05 | qmp: Drop duplicated QMP command object checks | Markus Armbruster |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini |
2017-01-31 | trace: clean up trace-events files | Stefan Hajnoczi |
2017-01-31 | trace: move hw/xen events to correct subdir | Daniel P. Berrange |
2017-01-16 | trace: Add event "guest_cpu_exit" | Lluís Vilanova |
2017-01-16 | trace-events: spelling fix | Marc-André Lureau |
2017-01-03 | aio: self-tune polling time | Stefan Hajnoczi |
2017-01-03 | aio: add polling mode to AioContext | Stefan Hajnoczi |
2016-10-31 | memory: Don't use memcpy for ram_device regions | Alex Williamson |
2016-10-12 | trace: Add missing execution mode of guest events | Lluís Vilanova |
2016-10-12 | trace: move colo trace events to net/ sub-directory | Daniel P. Berrange |
2016-09-28 | trace: Document the execution mode of guest events | Lluís Vilanova |
2016-09-28 | trace: Add event "guest_cpu_reset" | Lluís Vilanova |
2016-09-28 | trace: Add event "guest_cpu_enter" | Lluís Vilanova |
2016-09-28 | trace: move hw/virtio/virtio-balloon.c trace points into correct file | Daniel P. Berrange |
2016-09-28 | trace: move util/qemu-coroutine*.c trace points into correct file | Daniel P. Berrange |
2016-09-27 | filter-rewriter: rewrite tcp packet to keep secondary connection | Zhang Chen |