summaryrefslogtreecommitdiffstats
path: root/monitor
Commit message (Expand)AuthorAgeFilesLines
...
* hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf2020-11-131-3/+3
* hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf2020-11-131-1/+1
* hmp: Pass monitor to mon_get_cpu()Kevin Wolf2020-11-133-11/+11
* console: make QMP/HMP screendump run in coroutineMarc-André Lureau2020-11-041-1/+2
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-011-0/+6
* spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+1
* spice: move auth functions to QemuSpiceOps.Gerd Hoffmann2020-10-211-2/+2
* spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann2020-10-211-1/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-10-161-16/+17
|\
| * monitor: Fix order in monitor_cleanup()Kevin Wolf2020-10-151-16/+17
* | meson: add spice_headers dependency.Gerd Hoffmann2020-10-151-1/+1
|/
* hmp: Add support for coroutine command handlersKevin Wolf2020-10-092-5/+33
* qmp: Move dispatcher to a coroutineKevin Wolf2020-10-093-40/+143
* monitor: Make current monitor a per-coroutine propertyKevin Wolf2020-10-092-9/+29
* qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf2020-10-091-7/+2Star
* qmp: Assert that no other monitor is activeKevin Wolf2020-10-091-1/+4
* hmp: Update current monitor only in handle_hmp_command()Kevin Wolf2020-10-092-10/+5Star
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-096-19/+40
* monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf2020-10-092-11/+11
* monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf2020-10-092-6/+6
* qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé2020-09-291-0/+1
* qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé2020-09-291-0/+1
* qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2020-09-291-0/+1
* monitor: Use LOCK_GUARD macrosDr. David Alan Gilbert2020-09-251-30/+14Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-233-7/+7
* monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé2020-09-161-33/+25Star
* configure: do not include dependency flags in QEMU_CFLAGS and LIBSPaolo Bonzini2020-09-081-1/+1
* migration: Add block-bitmap-mapping parameterMax Reitz2020-08-211-0/+30
* meson: convert common QMP bits for qemu and qemu-storage-daemonPaolo Bonzini2020-08-212-6/+9
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* monitor/misc: Remove unused "chardev/char-mux.h" includePhilippe Mathieu-Daudé2020-07-131-1/+0Star
* qapi: Smooth another visitor error checking patternMarkus Armbruster2020-07-101-13/+6Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* hmp: Eliminate a variable in hmp_migrate_set_parameter()Markus Armbruster2020-07-101-6/+2Star
* virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand2020-07-031-0/+1
* hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand2020-07-031-0/+16
* monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi2020-06-171-3/+3
* monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi2020-06-171-4/+4
* monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi2020-06-171-3/+2Star
* monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi2020-06-171-1/+4
* monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi2020-06-171-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-1/+2
|\
| * memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé2020-06-101-1/+2
* | pci: Display PCI IRQ pin in "info pci"Peter Xu2020-06-121-1/+2
|/
* various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé2020-05-151-2/+1Star
* qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster2020-05-151-1/+1
* migration/xbzrle: add encoding rateWei Wang2020-05-071-0/+2
* migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu2020-05-071-0/+8
* migration: move the units of migrate parameters from milliseconds to msMao Zhongyi2020-05-071-4/+4
* monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi2020-05-071-1/+4