aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-21monitor: report entirety of hmp command on errorCollin Walling1-2/+6
2018-06-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180619' into stagingPeter Maydell14-104/+240
2018-06-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20180618' i...Peter Maydell4-0/+0
2018-06-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20180618' into...Peter Maydell3-24/+172
2018-06-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20180618' into stagingPeter Maydell1-1/+1
2018-06-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell24-319/+1836
2018-06-19Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-06-18' in...Peter Maydell4-59/+121
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request...Peter Maydell1-1/+1
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell10-1/+193
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180618-pull-request' ...Peter Maydell4-19/+1
2018-06-19Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180618' into...Peter Maydell31-284/+1930
2018-06-19Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell9-274/+494
2018-06-18Update OpenBIOS images to 8fe6f5f96f built from submodule.Mark Cave-Ayland4-0/+0
2018-06-18Merge remote-tracking branch 'mreitz/tags/pull-block-2018-06-18' into queue-b...Kevin Wolf16-152/+799
2018-06-18Merge tag 'tags/s390x-2018-06-18' into stagingCornelia Huck9-83/+173
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