Revision 7851f1a70657245fab837615087ceaf4541df71f authored by Peter Maydell on 10 July 2018, 16:28:29 UTC, committed by Peter Maydell on 10 July 2018, 16:28:29 UTC
Block layer patches:

- Copy offloading fixes for when the copy increases the image size
- Temporary revert of the removal of deprecated -drive options
- Fix request serialisation in the image fleecing scenario
- Fix copy-on-read crash with unaligned image size
- Fix another drain crash

# gpg: Signature made Tue 10 Jul 2018 16:37:52 BST
# gpg:                using RSA key 7F09B272C88F2FD6
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
# Primary key fingerprint: DC3D EB15 9A9A F95D 3D74  56FE 7F09 B272 C88F 2FD6

* remotes/kevin/tags/for-upstream: (24 commits)
  block: Use common write req handling in truncate
  block: Fix bdrv_co_truncate overlap check
  block: Use common req handling in copy offloading
  block: Use common req handling for discard
  block: Fix handling of image enlarging write
  block: Extract common write req handling
  block: Use uint64_t for BdrvTrackedRequest byte fields
  block: Use BdrvChild to discard
  block: Add copy offloading trace points
  block: Prefix file driver trace points with "file_"
  Revert "block: Remove deprecated -drive geometry options"
  Revert "block: Remove deprecated -drive option addr"
  Revert "block: Remove deprecated -drive option serial"
  Revert "block: Remove dead deprecation warning code"
  block/blklogwrites: Make sure the log sector size is not too small
  qapi/block-core.json: Add missing documentation for blklogwrites log-append option
  block/backup: fix fleecing scheme: use serialized writes
  block: add BDRV_REQ_SERIALISING flag
  block: split flags in copy_range
  block/io: fix copy_range
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2 parent s 0956ee3 + cd47d79
History
File Mode Size
config
devel
interop
specs
spin
COLO-FT.txt -rw-r--r-- 9.9 KB
amd-memory-encryption.txt -rw-r--r-- 4.5 KB
block-replication.txt -rw-r--r-- 10.2 KB
bootindex.txt -rw-r--r-- 2.4 KB
can.txt -rw-r--r-- 4.2 KB
ccid.txt -rw-r--r-- 7.5 KB
colo-proxy.txt -rw-r--r-- 11.1 KB
generic-loader.txt -rw-r--r-- 4.2 KB
igd-assign.txt -rw-r--r-- 7.1 KB
image-fuzzer.txt -rw-r--r-- 9.4 KB
memory-hotplug.txt -rw-r--r-- 3.3 KB
multi-thread-compression.txt -rw-r--r-- 5.7 KB
multiseat.txt -rw-r--r-- 5.0 KB
nvdimm.txt -rw-r--r-- 6.9 KB
pci_expander_bridge.txt -rw-r--r-- 2.7 KB
pcie.txt -rw-r--r-- 14.6 KB
pcie_pci_bridge.txt -rw-r--r-- 4.4 KB
pr-manager.rst -rw-r--r-- 4.7 KB
pvrdma.txt -rw-r--r-- 9.3 KB
qcow2-cache.txt -rw-r--r-- 7.6 KB
qdev-device-use.txt -rw-r--r-- 13.3 KB
qemu-block-drivers.texi -rw-r--r-- 31.9 KB
qemu_logo.pdf -rw-r--r-- 8.9 KB
qemupciserial.inf -rw-r--r-- 2.9 KB
rdma.txt -rw-r--r-- 18.0 KB
replay.txt -rw-r--r-- 17.3 KB
spice-port-fqdn.txt -rw-r--r-- 490 bytes
throttle.txt -rw-r--r-- 10.3 KB
usb-storage.txt -rw-r--r-- 2.5 KB
usb2.txt -rw-r--r-- 6.2 KB
virtio-balloon-stats.txt -rw-r--r-- 3.6 KB
xbzrle.txt -rw-r--r-- 4.8 KB
xen-save-devices-state.txt -rw-r--r-- 998 bytes

back to top