aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Expand)Author
2015-01-29qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macroMarkus Armbruster
2015-01-29qmp: Simplify recognition of capability negotiation commandMarkus Armbruster
2015-01-29qmp hmp: Factor out common "using spice" testMarkus Armbruster
2015-01-20monitor.c: Use ld*_p() instead of ld*_raw()Peter Maydell
2014-12-22bootdevice: add Error **errp argument for qemu_boot_set()Gonglei
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-12-10monitor: Fix HMP tab completionKevin Wolf
2014-12-10block/hmp: Allow node-name in 'info block'Kevin Wolf
2014-11-27hmp: fix regression of HMP device_del auto-completionMarcel Apfelbaum
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell
2014-11-11numa: make 'info numa' take into account hotplugged memoryzhanghailiang
2014-11-04ppc: fix monitor access to CRPaolo Bonzini
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster
2014-10-23monitor: delete device_del_bus_completionZhu Guihua
2014-10-23monitor: add del completion for peripheral deviceZhu Guihua
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-20block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster
2014-09-26Add HMP command "info memory-devices"Zhu Guihua
2014-09-26monitor: Reset HMP mon->rs in CHR_EVENT_OPENStratos Psomadakis
2014-09-26trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluĂ­s Vilanova
2014-09-12monitor: fix debug print compiling errorGonglei
2014-08-18monitor: fix use after freeMichael S. Tsirkin
2014-08-18monitor: Remove hardcoded watchdog event namesHani Benhabiles
2014-08-07monitor: Add drift info to 'info jit'Sebastian Tanase
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne
2014-06-29mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti
2014-06-27virtio-serial: report frontend connection state via monitorLaszlo Ersek
2014-06-27qapi event: clean up in callersWenchao Xia
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-23monitor: protect event emissionPaolo Bonzini
2014-06-23monitor: protect outbuf and mux_out with mutexPaolo Bonzini
2014-06-23qapi event: clean upWenchao Xia
2014-06-23qapi event: convert QUORUM eventsWenchao Xia
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia
2014-06-23qmp: convert ACPI_DEVICE_OST eventIgor Mammedov
2014-06-23qapi event: convert WATCHDOGWenchao Xia
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia
2014-06-23monitor: add an implemention of qapi event emit methodWenchao Xia
2014-06-23qapi/hmp: use 'backend' instead of 'device' with memory backendIgor Mammedov
2014-06-19qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov
2014-06-19hmp: add info memdevHu Tao
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-16monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE ModeTom Musta
2014-06-11monitor: Add delvm and loadvm argument completionHani Benhabiles
2014-06-11monitor: Add host_net_remove arguments completionHani Benhabiles
2014-06-11monitor: Add host_net_add device argument completionHani Benhabiles
2014-06-11monitor: Add migrate_set_capability completionHani Benhabiles
2014-06-11monitor: Add watchdog_action argument completionHani Benhabiles
2014-06-11monitor: Add ringbuf_write and ringbuf_read argument completionHani Benhabiles
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini