summaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau1-6/+0
2016-09-23monitor: fix crash for platforms without a CPU 0David Gibson1-1/+1
2016-09-19monitor: use qmp_dispatch()Marc-André Lureau1-292/+34
2016-09-19monitor: remove mhandler.cmd_newMarc-André Lureau1-8/+5
2016-09-19monitor: implement 'qmp_query_commands' without qmp_cmdsMarc-André Lureau1-11/+18
2016-09-19monitor: use qmp_find_command() (using generated qapi code)Marc-André Lureau1-7/+7
2016-09-19qmp: Hack to keep commands configuration-specificMarc-André Lureau1-0/+35
2016-09-19monitor: register gen:false commands manuallyMarc-André Lureau1-0/+13
2016-09-19monitor: simplify invalid_qmp_mode()Marc-André Lureau1-5/+5
2016-09-19qapi-schema: use generated marshaller for 'qmp_capabilities'Marc-André Lureau1-2/+2
2016-08-08monitor: fix crash when leaving qemu with spice audioMarc-André Lureau1-0/+20
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-7/+7
2016-07-18trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing stateLluís Vilanova1-2/+15
2016-07-18trace: Allow event name pattern in "info trace-events"Lluís Vilanova1-1/+30
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster1-9/+0
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-5/+1
2016-06-20log: Fix qemu_set_log_filename() error handlingMarkus Armbruster1-1/+6
2016-06-17QMP: Add query-hotpluggable-cpusIgor Mammedov1-0/+13
2016-06-07monitor: Typo fixEric Blake1-1/+1
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf1-2/+2
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+4
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-2/+4
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-30arm: qmp: add query-gic-capabilities interfacePeter Xu1-0/+8
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-03-17monitor: Use BB list for BB name completionMax Reitz1-3/+4
2016-03-14monitor: Use QEMU_CLOCK_VIRTUAL for the event queue in qtest modeAlberto Garcia1-3/+10
2016-03-14monitor: Separate QUORUM_REPORT_BAD events according to the node nameAlberto Garcia1-0/+9
2016-03-01qapi: rename input buttonsGerd Hoffmann1-1/+1
2016-02-04all: Clean up includesPeter Maydell1-1/+1
2016-01-13error: Use error_report_err() instead of monitor_printf()Markus Armbruster1-4/+2
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-1/+1
2015-12-17qapi: Add alias for ErrorClassEric Blake1-1/+1
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-7/+7
2015-11-26qjson: store tokens in a GQueuePaolo Bonzini1-1/+1
2015-11-26monitor: Plug memory leak on QMP errorMarkus Armbruster1-0/+1
2015-11-12monitor/target-ppc: Define target_get_monitor_defAlexey Kardashevskiy1-1/+9
2015-11-09monitor: add missed aio_context_acquire into vm_completion callDenis V. Lunev1-3/+8
2015-10-30monitor: Throttle event VSERPORT_CHANGE separately by "id"Markus Armbruster1-4/+23
2015-10-30monitor: Turn monitor_qapi_event_state[] into a hash tableMarkus Armbruster1-16/+37
2015-10-29monitor: Split MonitorQAPIEventConf off MonitorQAPIEventStateMarkus Armbruster1-41/+37
2015-10-29monitor: Switch from timer_new() to timer_new_ns()Markus Armbruster1-4/+3
2015-10-29monitor: Simplify event throttlingMarkus Armbruster1-33/+30
2015-10-29monitor: Reduce casting of QAPI event QDictMarkus Armbruster1-19/+19
2015-10-23block: Prepare for NULL BDSMax Reitz1-0/+4
2015-09-25monitor: make monitor_fprintf and mon_get_cpu externally visiblePavel Butsykin1-3/+2