| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | monitor: Use LOCK_GUARD macros | Dr. David Alan Gilbert | 2020-09-25 | 1 | -30/+14 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 3 | -7/+7 |
* | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé | 2020-09-16 | 1 | -33/+25 |
* | configure: do not include dependency flags in QEMU_CFLAGS and LIBS | Paolo Bonzini | 2020-09-08 | 1 | -1/+1 |
* | migration: Add block-bitmap-mapping parameter | Max Reitz | 2020-08-21 | 1 | -0/+30 |
* | meson: convert common QMP bits for qemu and qemu-storage-daemon | Paolo Bonzini | 2020-08-21 | 2 | -6/+9 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | monitor/misc: Remove unused "chardev/char-mux.h" include | Philippe Mathieu-Daudé | 2020-07-13 | 1 | -1/+0 |
* | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 2020-07-10 | 1 | -13/+6 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
* | hmp: Eliminate a variable in hmp_migrate_set_parameter() | Markus Armbruster | 2020-07-10 | 1 | -6/+2 |
* | virtio-pci: Send qapi events when the virtio-mem size changes | David Hildenbrand | 2020-07-03 | 1 | -0/+1 |
* | hmp: Handle virtio-mem when printing memory device info | David Hildenbrand | 2020-07-03 | 1 | -0/+16 |
* | monitor/hmp-cmds: improvements for the 'info migrate' | Mao Zhongyi | 2020-06-17 | 1 | -3/+3 |
* | monitor/hmp-cmds: add 'goto end' to reduce duplicate code. | Mao Zhongyi | 2020-06-17 | 1 | -4/+4 |
* | monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error() | Mao Zhongyi | 2020-06-17 | 1 | -3/+2 |
* | monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f... | Mao Zhongyi | 2020-06-17 | 1 | -1/+4 |
* | monitor/hmp-cmds: add units for migrate_parameters | Mao Zhongyi | 2020-06-17 | 1 | -3/+3 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-06-13 | 1 | -1/+2 |
|\ |
|
| * | memory: Make 'info mtree' not display disabled regions by default | Philippe Mathieu-Daudé | 2020-06-10 | 1 | -1/+2 |
* | | pci: Display PCI IRQ pin in "info pci" | Peter Xu | 2020-06-12 | 1 | -1/+2 |
|/ |
|
* | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé | 2020-05-15 | 1 | -2/+1 |
* | qom: Clean up inconsistent use of gchar * vs. char * | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | migration/xbzrle: add encoding rate | Wei Wang | 2020-05-07 | 1 | -0/+2 |
* | migration/throttle: Add cpu-throttle-tailslow migration parameter | Keqian Zhu | 2020-05-07 | 1 | -0/+8 |
* | migration: move the units of migrate parameters from milliseconds to ms | Mao Zhongyi | 2020-05-07 | 1 | -4/+4 |
* | monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed() | Mao Zhongyi | 2020-05-07 | 1 | -1/+4 |
* | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 2020-05-04 | 1 | -3/+1 |
* | qapi: Disallow qmp_marshal_FOO(NULL, ...) | Markus Armbruster | 2020-04-30 | 1 | -1/+4 |
* | qapi: Only input visitors can actually fail | Markus Armbruster | 2020-04-30 | 1 | -1/+2 |
* | migration: use "" instead of (null) for tls-authz | Mao Zhongyi | 2020-03-25 | 1 | -2/+2 |
* | hmp/vnc: Fix info vnc list leak | Dr. David Alan Gilbert | 2020-03-25 | 1 | -2/+3 |
* | xbzrle: update xbzrle doc | Mao Zhongyi | 2020-03-25 | 1 | -1/+1 |
* | hmp-cmd: fix a missing_break warning | Pan Nengyuan | 2020-03-25 | 1 | -0/+1 |
* | net: Track netdevs in NetClientState rather than QemuOpt | Eric Blake | 2020-03-17 | 1 | -3/+1 |
* | net: Complete qapi-fication of netdev_add | Eric Blake | 2020-03-17 | 1 | -2/+0 |
* | qmp: constify QmpCommand and list | Marc-André Lureau | 2020-03-17 | 2 | -2/+2 |
* | migration/throttle: Add throttle-trig-thres migration parameter | Keqian Zhu | 2020-03-13 | 1 | -0/+7 |
* | monitor/hmp: move hmp_info_block* to block-hmp-cmds.c | Maxim Levitsky | 2020-03-09 | 1 | -388/+0 |
* | monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.c | Maxim Levitsky | 2020-03-09 | 1 | -137/+0 |
* | monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.c | Maxim Levitsky | 2020-03-09 | 1 | -100/+0 |
* | monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.c | Maxim Levitsky | 2020-03-09 | 1 | -47/+0 |
* | monitor/hmp: move hmp_block_job* to block-hmp-cmds.c | Maxim Levitsky | 2020-03-09 | 1 | -52/+0 |
* | monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c | Maxim Levitsky | 2020-03-09 | 1 | -58/+0 |
* | monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.c | Maxim Levitsky | 2020-03-09 | 1 | -0/+1 |
* | monitor/hmp-cmds: Remove redundant statement in hmp_rocker_of_dpa_groups() | Chen Qun | 2020-03-09 | 1 | -4/+1 |
* | qemu-storage-daemon: Add --monitor option | Kevin Wolf | 2020-03-06 | 1 | -0/+2 |
* | monitor: Add allow_hmp parameter to monitor_init() | Kevin Wolf | 2020-03-06 | 1 | -2/+10 |
* | hmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2020-03-06 | 2 | -3/+7 |
* | qmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2020-03-06 | 2 | -5/+13 |