aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-12libvhost-user: Remove unnecessary FD flag check for event file descriptorsXie Yongji
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji
2019-03-12nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO sizeWei Yang
2019-03-12nvdimm: use *function* directly instead of allocating it againWei Yang
2019-03-12nvdimm: fix typo in nvdimm_build_nvdimm_devices argumentWei Yang
2019-03-12intel_iommu: add scalable-mode option to make scalable mode workYi Sun
2019-03-12intel_iommu: add 256 bits qi_desc supportLiu, Yi L
2019-03-12intel_iommu: scalable mode emulationLiu, Yi L
2019-03-12libvhost-user: add vu_queue_unpop()Marc-André Lureau
2019-03-12libvhost-user-glib: export vug_source_new()Marc-André Lureau
2019-03-12vhost-user: split vhost_user_read()Marc-André Lureau
2019-03-12vhost-user: wrap some read/write with retry handlingMarc-André Lureau
2019-03-12libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau
2019-03-12vhost-user: define conventions for vhost-user backendsMarc-André Lureau
2019-03-12libvhost-user: fix clang enum-conversion warningMarc-André Lureau
2019-03-12virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson
2019-03-12virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson
2019-03-12virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)David Gibson
2019-03-12virtio-balloon: fix a use-after-free caseWei Wang
2019-03-12Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-1...Peter Maydell
2019-03-12qemu-iotests: Test the x-blockdev-reopen QMP commandAlberto Garcia
2019-03-12block: Add an 'x-blockdev-reopen' QMP commandAlberto Garcia
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia
2019-03-12block: Add bdrv_reset_options_allowed()Alberto Garcia
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia
2019-03-12block: Allow omitting the 'backing' option in certain casesAlberto Garcia
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia
2019-03-12block: Allow freezing BdrvChild linksAlberto Garcia
2019-03-12nvme: fix write zeroes offset and countKeith Busch
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf
2019-03-12file-posix: Fix bdrv_open_flags() for snapshot=onKevin Wolf
2019-03-12block: Make permission changes in reopen less wrongKevin Wolf
2019-03-12block: Avoid useless local_errKevin Wolf
2019-03-12qemu-iotests: commit to backing file with auto-read-onlyKevin Wolf
2019-03-12tests/virtio-blk-test: Disable auto-read-onlyKevin Wolf
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-12tests/qemu-iotests: add bitmap resize test 246John Snow
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow
2019-03-12block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell