Peter Maydell
d3bd57d9f6
Block layer patches:
- Remove deprecated -drive options for geometry/serial/addr
- luks: Allow shared writers if the parents allow them (share-rw=on)
- qemu-img: Fix error when trying to convert to encrypted target image
- mirror: Fail gracefully for source == target
- I/O throttling: Fix behaviour during drain (always ignore the limits)
- bdrv_reopen() related fixes for bs->options/explicit_options content
- Documentation improvements
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbdApvAAoJEH8JsnLIjy/WJB8P/3JX843sJCKXG2GijuEvgblB
QEJrMowaxWea7LSwc4DoU3Bduj/xri05w3dFvkKzrW+dk7wJB5hb8rfTcROVGP9X
IByZW/Bqom41kvKCshbaGa7WsaOEu24/nW/pzn69iBpEQdZv5xrM1CAVHwlBgKtf
Rc/angKQRE4Lm12Jb40R/r/Fnr1JTRDzb6rwk4w3zOeeKVPYxWT1F6Jk8XJC+R0W
n6fGl6FRiv6kue7UkWrjpASOdKhsZSla0M8nyE/ABuHFXFIcwusPuWkm+qXMWlbH
uXRTLfnzc3brzn4IYR1VVbHCZUBLpyfeuE5S5a8kHFTjLYnNzZH0Crdh7ofpYTnV
AsyL1xnAI238XhExV37c7vnIn9UsYBRm8KrFmFYuGQ2PYFNTUrVRmKAUhh4m89jw
vXhmQckhefyyLRwL/4OQqzbBuDhCewXyBFkj9kq9FonFLmWUo5VzpMUbTYw47QAB
Y/hDYz854UCxoPU/tqevAcpKBgK3rFIXfHcsxqcnsQrqQwgEjhJnNzNwEl+VQWER
nYxad9L91BDjYZiW0MKjqF9d6jKKFVO9HYFY62pYSM5lwkHCirs2j39kfEaWK46T
6WZWSoLNB0uUt9WUn1uM3uo6UWlUWEyEoV9XsKQCzx/XRuLoxMhfTUkMAgMcjqaD
hXcLbldpvtpXj8YAdn8/
=aYYo
-----END PGP SIGNATURE-----
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Block layer patches:
- Remove deprecated -drive options for geometry/serial/addr
- luks: Allow shared writers if the parents allow them (share-rw=on)
- qemu-img: Fix error when trying to convert to encrypted target image
- mirror: Fail gracefully for source == target
- I/O throttling: Fix behaviour during drain (always ignore the limits)
- bdrv_reopen() related fixes for bs->options/explicit_options content
- Documentation improvements
# gpg: Signature made Wed 15 Aug 2018 12:11:43 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: (21 commits)
qapi: block: Remove mentions of error types which were removed
block: Simplify append_open_options()
block: Update bs->options if bdrv_reopen() succeeds
block: Simplify bdrv_reopen_abort()
block: Remove children options from bs->{options,explicit_options}
qdict: Make qdict_extract_subqdict() accept dst = NULL
block: drop empty .bdrv_close handlers
block: make .bdrv_close optional
qemu-img: fix regression copying secrets during convert
mirror: Fail gracefully for source == target
qapi/block: Document restrictions for node names
block: Remove dead deprecation warning code
block: Remove deprecated -drive option serial
block: Remove deprecated -drive option addr
block: Remove deprecated -drive geometry options
luks: Allow share-rw=on
throttle-groups: Don't allow timers without throttled requests
qemu-iotests: Update 093 to improve the draining test
throttle-groups: Skip the round-robin if a member is being drained
qemu-iotests: Test removing a throttle group member with a pending timer
...
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2018-08-15 22:11:08 +01:00
..
2018-06-29 12:32:10 +02:00
2018-06-11 22:19:57 +03:00
2018-02-09 13:50:17 +01:00
2018-07-02 15:41:14 +02:00
2018-08-14 17:17:21 +01:00
2018-07-24 17:02:02 +01:00
2018-08-15 12:50:39 +02:00
2018-07-17 17:06:32 +01:00
2018-07-17 17:06:32 +01:00
2018-07-17 13:12:49 +01:00
2018-07-02 15:41:15 +02:00
2018-08-07 15:03:58 +01:00
2018-06-26 17:50:40 +01:00
2018-06-01 15:14:31 +02:00
2018-07-02 15:41:14 +02:00
2018-07-03 09:56:52 +10:00
2018-08-03 11:35:21 +03:00
2018-08-15 12:50:39 +02:00
2018-06-29 15:04:18 +01:00
2018-08-14 17:17:21 +01:00
2018-07-02 15:41:12 +02:00
2018-06-12 12:07:30 +02:00
2018-06-16 19:46:54 -10:00
2018-07-02 15:41:15 +02:00
2018-07-02 15:41:14 +02:00
2018-06-28 19:05:34 +02:00
2018-07-23 15:21:25 +01:00
2018-07-02 19:07:19 +01:00
2018-08-01 09:48:40 +10:00
2018-04-26 13:57:00 +01:00
2018-07-20 08:30:48 +08:00
2018-07-02 15:41:15 +02:00
2018-07-02 15:41:16 +02:00
2018-04-26 13:57:00 +01:00
2018-03-20 15:48:34 +00:00
2018-02-13 16:33:31 +00:00
2018-07-02 15:41:16 +02:00
2018-08-01 11:01:38 +10:00
2018-07-02 15:41:17 +02:00
2018-07-19 09:05:48 -07:00
2018-07-30 17:41:52 +02:00
2018-08-15 12:50:39 +02:00
2018-07-23 15:21:26 +01:00
2018-07-02 15:41:15 +02:00
2018-07-02 15:41:12 +02:00
2018-07-02 19:07:19 +01:00
2018-07-02 19:07:19 +01:00
2018-06-26 17:50:40 +01:00
2018-07-09 14:51:34 +01:00
2018-05-24 12:07:04 -04:00
2018-07-02 15:41:14 +02:00
2018-03-12 16:12:48 +01:00
2018-08-15 12:50:39 +02:00
2018-07-11 13:43:57 -06:00
2018-08-03 11:35:21 +03:00
2018-06-15 15:23:34 +01:00
2018-06-22 13:28:42 +01:00
2018-07-02 15:41:13 +02:00
2018-07-02 15:41:14 +02:00
2018-06-01 15:14:31 +02:00