summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang2019-05-213-12/+45
* i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo membersWei Yang2019-05-211-7/+7
* hw/arm/virt-acpi-build: remove unnecessary variable mcfg_startWei Yang2019-05-211-3/+1Star
* do not call vhost_net_cleanup() on running net from char user eventDan Streetman2019-05-211-1/+0Star
* q35: acpi: do not create dummy MCFG tableIgor Mammedov2019-05-211-14/+4Star
* acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster2019-05-212-0/+10
* acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster2019-05-212-17/+17
* acpi/piix4: Convert debug printf()s to trace eventsMarkus Armbruster2019-05-212-11/+7Star
* contrib/vhost-user-blk: enable inflight I/O trackingXie Yongji2019-05-211-1/+2
* vhost-user-blk: Add support to reconnect backendXie Yongji2019-05-212-23/+139
* vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji2019-05-211-4/+5
* vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji2019-05-211-2/+1Star
* vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji2019-05-211-2/+2
* virtio: Use started flag in virtio_vmstate_change()Xie Yongji2019-05-211-1/+1
* virtio: Introduce started flag to VirtioDeviceXie Yongji2019-05-212-2/+52
* docs: reST-ify vhost-user documentationMarc-André Lureau2019-05-214-1221/+1353
* Revert "globals: Allow global properties to be optional"Daniel P. Berrangé2019-05-212-6/+0Star
* hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé2019-05-217-23/+73
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-05-2027-134/+728
|\
| * iotests: Make 245 faster and more reliableMax Reitz2019-05-202-8/+26
| * iotests.py: Fix VM.run_jobMax Reitz2019-05-201-1/+1
| * iotests.py: Let assert_qmp() accept an arrayMax Reitz2019-05-201-2/+16
| * block: Improve "Block node is read-only" messageMax Reitz2019-05-201-1/+16
| * qemu-img.texi: Describe human-readable info outputMax Reitz2019-05-201-0/+41
| * qemu-img.texi: Be specific about JSON object typesMax Reitz2019-05-201-3/+8
| * iotests: Test unaligned raw images with O_DIRECTMax Reitz2019-05-204-0/+103
| * block/file-posix: Unaligned O_DIRECT block-statusMax Reitz2019-05-201-0/+16
| * test-block-iothread: Test AioContext propagation for block jobsKevin Wolf2019-05-201-0/+71
| * blockjob: Remove AioContext notifiersKevin Wolf2019-05-201-41/+2Star
| * blockjob: Propagate AioContext change to all job nodesKevin Wolf2019-05-203-17/+35
| * block: Add blk_set_allow_aio_context_change()Kevin Wolf2019-05-202-0/+11
| * block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf2019-05-201-2/+43
| * test-block-iothread: Test AioContext propagation through the treeKevin Wolf2019-05-201-0/+131
| * block: Propagate AioContext change to parentsKevin Wolf2019-05-203-6/+45
| * block: Move recursion to bdrv_set_aio_context()Kevin Wolf2019-05-201-8/+7Star
| * block: Make bdrv_attach/detach_aio_context() staticKevin Wolf2019-05-202-24/+3Star
| * block: Add bdrv_try_set_aio_context()Kevin Wolf2019-05-203-0/+103
| * nvme: fix copy direction in DMA reads going to CMBKlaus Birkelund Jensen2019-05-201-1/+1
| * iotest: fix 169: do not run qmp_cont in RUN_STATE_FINISH_MIGRATEVladimir Sementsov-Ogievskiy2019-05-201-1/+6
| * qmp: forbid qmp_cont in RUN_STATE_FINISH_MIGRATEVladimir Sementsov-Ogievskiy2019-05-201-0/+3
| * block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia2019-05-202-7/+6Star
| * qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia2019-05-204-14/+23
| * block/file-posix: Truncate in xfs_write_zeroes()Max Reitz2019-05-201-0/+13
|/
* Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190519' into stagingPeter Maydell2019-05-205-70/+141
|\
| * target/alpha: Fix user-only floating-point exceptionsRichard Henderson2019-05-195-61/+131
| * target/alpha: Clean up alpha_cpu_dump_stateRichard Henderson2019-05-191-9/+10
* | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2019-05-206-57/+171
|\ \ | |/ |/|
| * virtfs: Fix documentation of -fsdev and -virtfsGreg Kurz2019-05-171-27/+66
| * vl: Deprecate -virtfs_synthGreg Kurz2019-05-173-1/+11
| * fsdev: Error out when unsupported option is passedGreg Kurz2019-05-171-3/+71