Age | Commit message (Expand) | Author |
2019-06-17 | Move monitor.c to monitor/misc.c | Kevin Wolf |
2019-06-17 | monitor: Rename HMP command type and tables | Kevin Wolf |
2019-06-17 | monitor: Remove Monitor.cmd_table indirection | Kevin Wolf |
2019-06-17 | monitor: Create MonitorHMP with readline state | Kevin Wolf |
2019-06-17 | monitor: Make MonitorQMP a child class of Monitor | Kevin Wolf |
2019-06-17 | monitor: Split monitor_init in HMP and QMP function | Kevin Wolf |
2019-06-17 | monitor: Remove unused password prompting fields | Kevin Wolf |
2019-06-17 | monitor: Fix return type of monitor_fdset_dup_fd_find | Yury Kotov |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster |
2019-05-14 | monitor: Call mon_get_cpu() only once at hmp_gva2gpa() | Eduardo Habkost |
2019-05-01 | hmp: gva2gpa debug command | Dr. David Alan Gilbert |
2019-04-18 | monitor: Clean up how monitor_disas() funnels output to monitor | Markus Armbruster |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster |
2019-04-18 | qom/cpu: Simplify how CPUClass::dump_statistics() prints | Markus Armbruster |
2019-04-18 | memory: Clean up how mtree_info() prints | Markus Armbruster |
2019-04-18 | qsp: Simplify how qsp_report() prints | Markus Armbruster |
2019-04-18 | tcg: Simplify how dump_drift_info() prints | Markus Armbruster |
2019-04-18 | tcg: Simplify how dump_exec_info() prints | Markus Armbruster |
2019-04-18 | tcg: Simplify how dump_opcount_info() prints | Markus Armbruster |
2019-04-18 | trace: Simplify how st_print_trace_file_status() prints | Markus Armbruster |
2019-04-18 | monitor: Simplify how -device/device_add print help | Markus Armbruster |
2019-04-18 | monitor error: Make printf()-like functions return a value | Markus Armbruster |
2019-03-18 | qmp: common 'id' handling & make QGA conform to QMP spec | Marc-André Lureau |
2019-03-11 | monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_remove | Daniel P. Berrangé |
2019-02-26 | authz: delete existing ACL implementation | Daniel P. Berrange |
2019-02-18 | qmp: Deprecate query-events in favor of query-qmp-schema | Markus Armbruster |
2019-02-18 | qapi: make query-cpu-definitions depend on specific targets | Marc-André Lureau |
2019-02-18 | qapi: make query-cpu-model-expansion depend on s390 or x86 | Marc-André Lureau |
2019-02-18 | qapi: make query-gic-capabilities depend on TARGET_ARM | Marc-André Lureau |
2019-02-18 | qapi: make s390 commands depend on TARGET_S390X | Marc-André Lureau |
2019-02-18 | qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386 | Marc-André Lureau |
2019-02-18 | qapi: Generate QAPIEvent stuff into separate files | Markus Armbruster |
2019-02-05 | monitor: do not use QTAILQ_FOREACH_SAFE across critical sections | Paolo Bonzini |
2019-01-24 | qapi: Eliminate indirection through qmp_event_get_func_emit() | Markus Armbruster |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2018-12-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ... | Peter Maydell |
2018-12-14 | monitor: Use address_space_read() to read memory | Peter Maydell |
2018-12-14 | qapi: add conditions to REPLICATION type/commands on the schema | Marc-André Lureau |
2018-12-13 | cutils: Fix qemu_strtosz() & friends to reject non-finite sizes | David Hildenbrand |
2018-12-12 | monitor: Remove "x-oob", offer capability "oob" unconditionally | Peter Xu |
2018-12-12 | monitor: Suspend monitor instead dropping commands | Peter Xu |
2018-12-12 | monitor: avoid potential dead-lock when cleaning up | Marc-André Lureau |
2018-12-12 | monitor: prevent inserting new monitors after cleanup | Marc-André Lureau |
2018-12-12 | monitor: check if chardev can switch gcontext for OOB | Marc-André Lureau |
2018-12-12 | monitor: accept chardev input from iothread | Marc-André Lureau |
2018-12-12 | monitor: inline ambiguous helper functions | Marc-André Lureau |
2018-11-06 | monitor: delay monitor iothread creation | Wolfgang Bumiller |
2018-11-06 | monitor: guard iothread access by mon->use_io_thread | Wolfgang Bumiller |
2018-10-18 | tcg: distribute tcg_time into TCG contexts | Emilio G. Cota |