aboutsummaryrefslogtreecommitdiff
path: root/monitor
AgeCommit message (Expand)Author
2020-10-21spice: move display_add_client() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move auth functions to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: add QemuSpiceOps, move migrate_infoGerd Hoffmann
2020-10-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-10-15monitor: Fix order in monitor_cleanup()Kevin Wolf
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann
2020-10-09hmp: Add support for coroutine command handlersKevin Wolf
2020-10-09qmp: Move dispatcher to a coroutineKevin Wolf
2020-10-09monitor: Make current monitor a per-coroutine propertyKevin Wolf
2020-10-09qmp: Call monitor_set_cur() only in qmp_dispatch()Kevin Wolf
2020-10-09qmp: Assert that no other monitor is activeKevin Wolf
2020-10-09hmp: Update current monitor only in handle_hmp_command()Kevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_set_cpu()Kevin Wolf
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé
2020-09-25monitor: Use LOCK_GUARD macrosDr. David Alan Gilbert
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé
2020-09-08configure: do not include dependency flags in QEMU_CFLAGS and LIBSPaolo Bonzini
2020-08-21migration: Add block-bitmap-mapping parameterMax Reitz
2020-08-21meson: convert common QMP bits for qemu and qemu-storage-daemonPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-13monitor/misc: Remove unused "chardev/char-mux.h" includePhilippe Mathieu-Daudé
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10hmp: Eliminate a variable in hmp_migrate_set_parameter()Markus Armbruster
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand
2020-07-03hmp: Handle virtio-mem when printing memory device infoDavid Hildenbrand
2020-06-17monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi
2020-06-17monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi
2020-06-17monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi
2020-06-17monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi
2020-06-17monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-12pci: Display PCI IRQ pin in "info pci"Peter Xu
2020-06-10memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé
2020-05-15various: Remove unnecessary OBJECT() castPhilippe Mathieu-Daudé
2020-05-15qom: Clean up inconsistent use of gchar * vs. char *Markus Armbruster
2020-05-07migration/xbzrle: add encoding rateWei Wang
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu
2020-05-07migration: move the units of migrate parameters from milliseconds to msMao Zhongyi
2020-05-07monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()Mao Zhongyi
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-04-30qapi: Disallow qmp_marshal_FOO(NULL, ...)Markus Armbruster
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster
2020-03-25migration: use "" instead of (null) for tls-authzMao Zhongyi
2020-03-25hmp/vnc: Fix info vnc list leakDr. David Alan Gilbert