summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-10scsi: move unmap error checking to the complete callbackAnton Nefedov
2019-10-10scsi: store unmap offset and nb_sectors in request structAnton Nefedov
2019-10-10ide: account UNMAP (TRIM) operationsAnton Nefedov
2019-10-10block: add empty account cookie typeAnton Nefedov
2019-10-10qapi: add unmap to BlockDeviceStatsAnton Nefedov
2019-10-10qapi: group BlockDeviceStats fieldsAnton Nefedov
2019-10-10iotests: 257: drop device_addVladimir Sementsov-Ogievskiy
2019-10-10iotests: 257: drop unused Drive.device fieldVladimir Sementsov-Ogievskiy
2019-10-10iotests: prepare 124 and 257 bitmap querying for backup-top filterVladimir Sementsov-Ogievskiy
2019-10-10block: teach bdrv_debug_breakpoint skip filters with backingVladimir Sementsov-Ogievskiy
2019-10-10block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy
2019-10-10block/backup: fix block-comment styleVladimir Sementsov-Ogievskiy
2019-10-10block/backup: introduce BlockCopyStateVladimir Sementsov-Ogievskiy
2019-10-10block/backup: improve comment about image fleecingVladimir Sementsov-Ogievskiy
2019-10-10block/backup: split shareable copying part from backup_do_cowVladimir Sementsov-Ogievskiy
2019-10-10block/backup: fix backup_cow_with_offload for last clusterVladimir Sementsov-Ogievskiy
2019-10-10block/backup: fix max_transfer handling for copy_rangeVladimir Sementsov-Ogievskiy
2019-10-10block/qcow2: introduce parallel subrequest handling in read and writeVladimir Sementsov-Ogievskiy
2019-10-10block/qcow2: refactor qcow2_co_pwritev_partVladimir Sementsov-Ogievskiy
2019-10-10block/qcow2: refactor qcow2_co_preadv_partVladimir Sementsov-Ogievskiy
2019-10-10block: introduce aio task poolVladimir Sementsov-Ogievskiy
2019-10-10qemu-iotests: ignore leaks on failure paths in 026Vladimir Sementsov-Ogievskiy
2019-10-08Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-10-08iotests/262: Switch source/dest VM launch orderMax Reitz
2019-10-08block: Skip COR for inactive nodesMax Reitz
2019-10-08virtio-blk: schedule virtio_notify_config to run on main contextSergio Lopez
2019-10-08util/ioc.c: try to reassure Coverity about qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy
2019-10-08Merge remote-tracking branch 'remotes/philmd-gitlab/tags/edk2-next-20191007' ...Peter Maydell
2019-10-08Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell
2019-10-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-10-07edk2 build scripts: work around TianoCore#1607 without forcing Python 2Laszlo Ersek
2019-10-07edk2 build scripts: honor external BaseTools flags with uefi-test-toolsLaszlo Ersek
2019-10-07roms: Add a 'make help' target aliasPhilippe Mathieu-Daudé
2019-10-07roms/Makefile.edk2: don't pull in submodules when building from tarballMichael Roth
2019-10-07make-release: pull in edk2 submodules so we can build it from tarballsMichael Roth
2019-10-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell
2019-10-04Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-10-04target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth
2019-10-04target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini
2019-10-04target/i386: add VMX featuresPaolo Bonzini
2019-10-04vmxcap: correct the name of the variablesPaolo Bonzini
2019-10-04target/i386: add VMX definitionsPaolo Bonzini
2019-10-04target/i386: expand feature words to 64 bitsPaolo Bonzini
2019-10-04target/i386: introduce generic feature dependency mechanismPaolo Bonzini
2019-10-04target/i386: handle filtered_features in a new function mark_unavailable_feat...Paolo Bonzini
2019-10-04tests/docker: only enable ubsan for test-clangPaolo Bonzini
2019-10-04win32: work around main-loop busy loop on socket/fd eventMarc-André Lureau
2019-10-04tests: skip serial test on windowsMarc-André Lureau
2019-10-04util: WSAEWOULDBLOCK on connect should map to EINPROGRESSMarc-André Lureau
2019-10-04Fix wrong behavior of cpu_memory_rw_debug() function in SMMDmitry Poletaev