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