Age | Commit message (Expand) | Author |
2020-10-21 | spice: move display_add_client() to QemuSpiceOps. | Gerd Hoffmann |
2020-10-21 | spice: move auth functions to QemuSpiceOps. | Gerd Hoffmann |
2020-10-21 | spice: add QemuSpiceOps, move migrate_info | Gerd Hoffmann |
2020-10-16 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2020-10-15 | monitor: Fix order in monitor_cleanup() | Kevin Wolf |
2020-10-15 | meson: add spice_headers dependency. | Gerd Hoffmann |
2020-10-09 | hmp: Add support for coroutine command handlers | Kevin Wolf |
2020-10-09 | qmp: Move dispatcher to a coroutine | Kevin Wolf |
2020-10-09 | monitor: Make current monitor a per-coroutine property | Kevin Wolf |
2020-10-09 | qmp: Call monitor_set_cur() only in qmp_dispatch() | Kevin Wolf |
2020-10-09 | qmp: Assert that no other monitor is active | Kevin Wolf |
2020-10-09 | hmp: Update current monitor only in handle_hmp_command() | Kevin Wolf |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf |
2020-10-09 | monitor: Add Monitor parameter to monitor_get_cpu_index() | Kevin Wolf |
2020-10-09 | monitor: Add Monitor parameter to monitor_set_cpu() | Kevin Wolf |
2020-09-29 | qapi: Extract PCI commands to 'pci.json' | Philippe Mathieu-Daudé |
2020-09-29 | qapi: Extract ACPI commands to 'acpi.json' | Philippe Mathieu-Daudé |
2020-09-29 | qapi: Restrict balloon-related commands to machine code | Philippe Mathieu-Daudé |
2020-09-25 | monitor: Use LOCK_GUARD macros | Dr. David Alan Gilbert |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-16 | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé |
2020-09-08 | configure: do not include dependency flags in QEMU_CFLAGS and LIBS | Paolo Bonzini |
2020-08-21 | migration: Add block-bitmap-mapping parameter | Max Reitz |
2020-08-21 | meson: convert common QMP bits for qemu and qemu-storage-daemon | Paolo Bonzini |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-13 | monitor/misc: Remove unused "chardev/char-mux.h" include | Philippe Mathieu-Daudé |
2020-07-10 | qapi: Smooth another visitor error checking pattern | Markus Armbruster |
2020-07-10 | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster |
2020-07-10 | hmp: Eliminate a variable in hmp_migrate_set_parameter() | Markus Armbruster |
2020-07-03 | virtio-pci: Send qapi events when the virtio-mem size changes | David Hildenbrand |
2020-07-03 | hmp: Handle virtio-mem when printing memory device info | David Hildenbrand |
2020-06-17 | monitor/hmp-cmds: improvements for the 'info migrate' | Mao Zhongyi |
2020-06-17 | monitor/hmp-cmds: add 'goto end' to reduce duplicate code. | Mao Zhongyi |
2020-06-17 | monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error() | Mao Zhongyi |
2020-06-17 | monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f... | Mao Zhongyi |
2020-06-17 | monitor/hmp-cmds: add units for migrate_parameters | Mao Zhongyi |
2020-06-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-06-12 | pci: Display PCI IRQ pin in "info pci" | Peter Xu |
2020-06-10 | memory: Make 'info mtree' not display disabled regions by default | Philippe Mathieu-Daudé |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé |
2020-05-15 | qom: Clean up inconsistent use of gchar * vs. char * | Markus Armbruster |
2020-05-07 | migration/xbzrle: add encoding rate | Wei Wang |
2020-05-07 | migration/throttle: Add cpu-throttle-tailslow migration parameter | Keqian Zhu |
2020-05-07 | migration: move the units of migrate parameters from milliseconds to ms | Mao Zhongyi |
2020-05-07 | monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed() | Mao Zhongyi |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky |
2020-04-30 | qapi: Disallow qmp_marshal_FOO(NULL, ...) | Markus Armbruster |
2020-04-30 | qapi: Only input visitors can actually fail | Markus Armbruster |
2020-03-25 | migration: use "" instead of (null) for tls-authz | Mao Zhongyi |
2020-03-25 | hmp/vnc: Fix info vnc list leak | Dr. David Alan Gilbert |