aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Update version for 4.1.1 releasev4.1.1stable-4.1Michael Roth1-1/+1
2019-11-12mirror: Keep mirror_top_bs drained after dropping permissionsKevin Wolf1-1/+5
2019-11-12block/create: Do not abort if a block driver is not availablePhilippe Mathieu-Daudé1-1/+5
2019-11-12vhost: Fix memory region section comparisonDr. David Alan Gilbert1-2/+7
2019-11-12memory: Provide an equality function for MemoryRegionSectionsDr. David Alan Gilbert1-0/+12
2019-11-12memory: Align MemoryRegionSections fieldsDr. David Alan Gilbert1-1/+1
2019-11-12tests: make filemonitor test more robust to event orderingDaniel P. Berrangé1-9/+34
2019-11-12block: posix: Always allocate the first blockNir Soffer9-21/+99
2019-11-12file-posix: Handle undetectable alignmentNir Soffer1-11/+25
2019-11-12block/file-posix: Let post-EOF fallocate serializeMax Reitz1-0/+36
2019-11-12block: Add bdrv_co_get_self_request()Max Reitz2-0/+19
2019-11-12block: Make wait/mark serialising requests publicMax Reitz2-12/+15
2019-11-12block/io: refactor paddingVladimir Sementsov-Ogievskiy1-165/+200
2019-11-12util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy3-14/+21
2019-11-12util/iov: introduce qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy2-5/+114
2019-11-12qcow2-bitmap: Fix uint64_t left-shift overflowTuguoyi1-3/+11
2019-11-12iotests: Add peek_file* functionsMax Reitz1-0/+20
2019-11-12iotests: Add test for 4G+ compressed qcow2 writeMax Reitz3-0/+90
2019-11-11qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASKMax Reitz1-1/+1
2019-11-05virtio-blk: Cancel the pending BH when the dataplane is resetPhilippe Mathieu-Daudé1-0/+3
2019-11-05scsi: lsi: exit infinite loop while executing script (CVE-2019-12068)Paolo Bonzini1-14/+27
2019-11-05target/xtensa: regenerate and re-import test_mmuhifi_c3 coreMax Filippov4-3001/+3154
2019-11-04target/arm: Allow reading flags from FPSCR for M-profileChristophe Lyon1-2/+3
2019-11-04hbitmap: handle set/reset with zero lengthVladimir Sementsov-Ogievskiy1-0/+8
2019-11-04util/hbitmap: strict hbitmap_resetVladimir Sementsov-Ogievskiy3-1/+10
2019-11-04COLO-compare: Fix incorrect `if` logicFan Yang1-3/+3
2019-11-04virtio-net: prevent offloads reset on migrationMikhail Sennikovsky2-3/+26
2019-11-04virtio: new post_load hookMichael S. Tsirkin2-0/+13
2019-11-04ui: Fix hanging up Cocoa display on macOS 10.15 (Catalina)Hikaru Nishida1-0/+12
2019-11-04mirror: Do not dereference invalid pointersMax Reitz1-4/+9
2019-11-04iotests: Test large write request to qcow2 fileMax Reitz3-0/+93
2019-11-04qcow2: Limit total allocation range to INT_MAXMax Reitz1-1/+4
2019-11-04hw/core/loader: Fix possible crash in rom_copy()Thomas Huth1-1/+1
2019-11-04vhost-user: save features if the char dev is closedAdrian Moreno1-0/+4
2019-11-04iotests: Test internal snapshots with -blockdevKevin Wolf4-4/+358
2019-11-04block/snapshot: Restrict set of snapshot nodesKevin Wolf1-7/+19
2019-10-30s390: PCI: fix IOMMU region initMatthew Rosato1-1/+6
2019-10-30roms/Makefile.edk2: don't pull in submodules when building from tarballMichael Roth1-1/+6
2019-10-30make-release: pull in edk2 submodules so we can build it from tarballsMichael Roth1-0/+8
2019-10-30hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel bootsPeter Maydell1-0/+2
2019-10-30block/backup: fix backup_cow_with_offload for last clusterVladimir Sementsov-Ogievskiy1-1/+1
2019-10-30block/backup: fix max_transfer handling for copy_rangeVladimir Sementsov-Ogievskiy1-4/+11
2019-10-30qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()Kevin Wolf2-1/+4
2019-10-30coroutine: Add qemu_co_mutex_assert_locked()Kevin Wolf1-0/+15
2019-10-30block/qcow2: Fix corruption introduced by commit 8ac0f15f335Maxim Levitsky1-3/+4
2019-10-30blockjob: update nodes head while removing all bdrvSergio Lopez1-4/+13
2019-10-30curl: Handle success in multi_check_completionMax Reitz1-40/+29
2019-10-30curl: Report only ready socketsMax Reitz1-11/+6
2019-10-30curl: Pass CURLSocket to curl_multi_do()Max Reitz1-9/+11
2019-10-30curl: Check completion in curl_multi_do()Max Reitz1-12/+2