summaryrefslogtreecommitdiffstats
path: root/monitor.c
Commit message (Expand)AuthorAgeFilesLines
* block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster2015-02-061-5/+11
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-02-061-0/+5
|\
| * monitor: more accurate completion for host_net_remove()Jason Wang2015-02-061-0/+5
* | qmp: Eliminate silly QERR_COMMAND_NOT_FOUND macroMarkus Armbruster2015-01-291-1/+2
* | qmp: Simplify recognition of capability negotiation commandMarkus Armbruster2015-01-291-8/+3
* | qmp hmp: Factor out common "using spice" testMarkus Armbruster2015-01-291-2/+3
|/
* monitor.c: Use ld*_p() instead of ld*_raw()Peter Maydell2015-01-201-4/+4
* bootdevice: add Error **errp argument for qemu_boot_set()Gonglei2014-12-221-8/+6
* tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-0/+12
* monitor: Fix HMP tab completionKevin Wolf2014-12-101-1/+1
* block/hmp: Allow node-name in 'info block'Kevin Wolf2014-12-101-3/+3
* hmp: fix regression of HMP device_del auto-completionMarcel Apfelbaum2014-11-271-7/+4
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell2014-11-111-1/+5
|\
| * numa: make 'info numa' take into account hotplugged memoryzhanghailiang2014-11-111-1/+5
* | ppc: fix monitor access to CRPaolo Bonzini2014-11-041-1/+1
|/
* hmp: Remove "info pcmcia"Markus Armbruster2014-10-241-8/+0
* monitor: delete device_del_bus_completionZhu Guihua2014-10-231-20/+0
* monitor: add del completion for peripheral deviceZhu Guihua2014-10-231-0/+26
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-3/+3
* block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster2014-10-201-23/+9
* Add HMP command "info memory-devices"Zhu Guihua2014-09-261-0/+7
* monitor: Reset HMP mon->rs in CHR_EVENT_OPENStratos Psomadakis2014-09-261-0/+1
* trace: [hmp] Reimplement "trace-event" and "info trace-events" using QMPLluĂ­s Vilanova2014-09-261-13/+14
* monitor: fix debug print compiling errorGonglei2014-09-121-2/+5
* monitor: fix use after freeMichael S. Tsirkin2014-08-181-3/+5
* monitor: Remove hardcoded watchdog event namesHani Benhabiles2014-08-181-6/+5
* monitor: Add drift info to 'info jit'Sebastian Tanase2014-08-071-0/+1
* serial: poll the serial console with G_IO_HUPRoger Pau Monne2014-06-301-1/+1
* mc146818rtc: add rtc-reset-reinjection QMP commandMarcelo Tosatti2014-06-291-0/+7
* virtio-serial: report frontend connection state via monitorLaszlo Ersek2014-06-271-0/+1
* qapi event: clean up in callersWenchao Xia2014-06-271-1/+1
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-06-241-135/+92
|\
| * monitor: protect event emissionPaolo Bonzini2014-06-231-0/+16
| * monitor: protect outbuf and mux_out with mutexPaolo Bonzini2014-06-231-9/+36
| * qapi event: clean upWenchao Xia2014-06-231-216/+4
| * qapi event: convert QUORUM eventsWenchao Xia2014-06-231-3/+3
| * qapi event: convert BALLOON_CHANGEWenchao Xia2014-06-231-2/+1
| * qmp: convert ACPI_DEVICE_OST eventIgor Mammedov2014-06-231-1/+0
| * qapi event: convert WATCHDOGWenchao Xia2014-06-231-1/+1
| * qapi event: convert RTC_CHANGEWenchao Xia2014-06-231-1/+3
| * monitor: add an implemention of qapi event emit methodWenchao Xia2014-06-231-1/+127
* | qapi/hmp: use 'backend' instead of 'device' with memory backendIgor Mammedov2014-06-231-1/+1
|/
* qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov2014-06-191-0/+1
* hmp: add info memdevHu Tao2014-06-191-0/+7
* NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2014-06-191-1/+1
* monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE ModeTom Musta2014-06-161-0/+4
* monitor: Add delvm and loadvm argument completionHani Benhabiles2014-06-111-0/+48
* monitor: Add host_net_remove arguments completionHani Benhabiles2014-06-111-0/+38
* monitor: Add host_net_add device argument completionHani Benhabiles2014-06-111-0/+16
* monitor: Add migrate_set_capability completionHani Benhabiles2014-06-111-0/+21
OpenPOWER on IntegriCloud