summary refs log tree commit diff stats
path: root/scripts/qapi/commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-21hmp: Restrict auto-complete in preconfigDr. David Alan Gilbert1-2/+7
2018-06-21hmp: Allow help on preconfig commandsDr. David Alan Gilbert2-1/+8
2018-06-21hmp: Add flag for preconfig commandsDr. David Alan Gilbert1-0/+20
2018-06-21hmp-commands: use long for begin and length in dump-guest-memorySuraj Jitindar Singh1-1/+1
2018-06-21monitor: report entirety of hmp command on errorCollin Walling1-2/+6
2018-06-18Update OpenBIOS images to 8fe6f5f96f built from submodule.Mark Cave-Ayland4-0/+0
2018-06-18iotests: Add test for active mirroringMax Reitz3-0/+126
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz4-9/+27
2018-06-18block/mirror: Add active mirroringMax Reitz2-5/+265
2018-06-18job: Add job_progress_increase_remaining()Max Reitz2-0/+20
2018-06-18block/mirror: Add MirrorBDSOpaqueMax Reitz1-0/+12
2018-06-18block/dirty-bitmap: Add bdrv_dirty_iter_next_areaMax Reitz2-0/+57
2018-06-18test-hbitmap: Add non-advancing iter_next testsMax Reitz1-12/+24
2018-06-18hbitmap: Add @advance param to hbitmap_iter_next()Max Reitz5-19/+26
2018-06-18block: Generalize should_update_child() ruleMax Reitz1-10/+34
2018-06-18block/mirror: Use source as a BdrvChildMax Reitz1-8/+6
2018-06-18block/mirror: Wait for in-flight op conflictsMax Reitz1-18/+84
2018-06-18block/mirror: Use CoQueue to wait on in-flight opsMax Reitz1-11/+23
2018-06-18block/mirror: Convert to coroutinesMax Reitz1-62/+90
2018-06-18block/mirror: Pull out mirror_perform()Max Reitz1-22/+29
2018-06-18monitor: add lock to protect mon_fdsetsPeter Xu3-12/+45
2018-06-18monitor: move init global earlierPeter Xu1-6/+1
2018-06-18monitor: remove event_clock_typePeter Xu1-9/+16
2018-06-18monitor: fix comment for monitor_lockPeter Xu1-4/+3
2018-06-18monitor: more comments on lock-free elementsPeter Xu1-1/+10
2018-06-18monitor: protect mon->fds with mon_lockPeter Xu1-4/+18
2018-06-18monitor: rename out_lock to mon_lockPeter Xu1-24/+29
2018-06-18pc-bios/s390-ccw: Update the s390-netboot.img binaryThomas Huth1-0/+0
2018-06-18pc-bios/s390-ccw: Optimize the s390-netboot.img for sizeThomas Huth2-2/+3
2018-06-18pc-bios/s390-ccw/net: Try to load pxelinux.cfg file accoring to the UUIDThomas Huth1-1/+55
2018-06-18pc-bios/s390-ccw/net: Add support for pxelinux-style config filesThomas Huth2-4/+89
2018-06-18pc-bios/s390-ccw/net: Update code for the latest changes in SLOFThomas Huth2-70/+18
2018-06-18roms: Update SLOF submodule to current statusThomas Huth1-0/+0
2018-06-18pc-bios/s390-ccw: define loadparm lengthCollin Walling4-7/+9
2018-06-18block: fix QEMU crash with scsi-hd and drive_delGreg Kurz1-0/+5
2018-06-18test-bdrv-drain: Test graph changes in drain_all sectionKevin Wolf1-2/+73
2018-06-18block: Allow graph changes in bdrv_drain_all_begin/end sectionsKevin Wolf4-17/+79
2018-06-18block: ignore_bds_parents parameter for drain functionsKevin Wolf5-44/+78
2018-06-18block: Move bdrv_drain_all_begin() out of coroutine contextKevin Wolf1-5/+17
2018-06-18block: Allow AIO_WAIT_WHILE with NULL ctxKevin Wolf1-4/+9
2018-06-18test-bdrv-drain: Test that bdrv_drain_invoke() doesn't pollKevin Wolf1-14/+88
2018-06-18block: Defer .bdrv_drain_begin callback to polling phaseKevin Wolf1-5/+23
2018-06-18test-bdrv-drain: Graph change through parent callbackKevin Wolf1-0/+130
2018-06-18block: Don't poll in parent drain callbacksKevin Wolf3-9/+26
2018-06-18test-bdrv-drain: Test node deletion in subtree recursionKevin Wolf1-9/+29
2018-06-18block: Drain recursively with a single BDRV_POLL_WHILE()Kevin Wolf3-22/+52
2018-06-18test-bdrv-drain: Add test for node deletionMax Reitz1-0/+169
2018-06-18block: Remove bdrv_drain_recurse()Kevin Wolf1-33/+3
2018-06-18block: Really pause block jobs on drainKevin Wolf8-14/+107
2018-06-18block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()Kevin Wolf2-15/+18