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