Age | Commit message (Expand) | Author |
2020-12-15 | machine: introduce MachineInitPhase | Paolo Bonzini |
2020-12-15 | vl: remove separate preconfig main_loop | Paolo Bonzini |
2020-12-15 | remove preconfig state | Paolo Bonzini |
2020-12-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2020-12-10 | sev: add sev-inject-launch-secret | Tobin Feldman-Fitzthum |
2020-12-10 | hmp: introduce cmd_available | Paolo Bonzini |
2020-12-10 | make ram_size local to vl.c | Paolo Bonzini |
2020-12-10 | ui: Tweak a client_migrate_info error message | Markus Armbruster |
2020-12-10 | ui: Improve a client_migrate_info error message | Markus Armbruster |
2020-12-10 | ui: Improve some set_passwd, expire_password error messages | Markus Armbruster |
2020-12-10 | qerror: Eliminate QERR_ macros used in just one place | Markus Armbruster |
2020-11-24 | net: do not exit on "netdev_add help" monitor command | Paolo Bonzini |
2020-11-13 | hmp: Pass monitor to mon_get_cpu_env() | Kevin Wolf |
2020-11-13 | hmp: Pass monitor to MonitorDef.get_value() | Kevin Wolf |
2020-11-13 | hmp: Pass monitor to mon_get_cpu() | Kevin Wolf |
2020-11-04 | console: make QMP/HMP screendump run in coroutine | Marc-André Lureau |
2020-11-01 | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede |
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 |