Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
commit33d609990621dea6c7d056c86f707b8811320ac1
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 18 Jun 2019 16:00:52 +0000 (18 17:00 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 18 Jun 2019 16:00:52 +0000 (18 17:00 +0100)
treef5dbf8ea65223e324b1bc6db75c1f54f52361bf7
parentafec70e4de8e21b96e09b23c87c15cfdb3feb7ba
parent128b05f7e00765d883164631b974a27af5b4b613
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging

Block layer patches:

- block: Remove bs->job
- block: Ignore loosening perm restrictions failures
- block/null: Expose read-zeroes option in QAPI schema
- iotests: Hide timestamps for skipped tests

# gpg: Signature made Tue 18 Jun 2019 15:44:12 BST
# gpg:                using RSA key 7F09B272C88F2FD6
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>" [full]
# Primary key fingerprint: DC3D EB15 9A9A F95D 3D74  56FE 7F09 B272 C88F 2FD6

* remotes/kevin/tags/for-upstream:
  block/null: Expose read-zeroes option in QAPI schema
  iotests: Test failure to loosen restrictions
  block: Ignore loosening perm restrictions failures
  block: Add *tighten_restrictions to *check*_perm()
  block: Fix order in bdrv_replace_child()
  block/commit: Drop bdrv_child_try_set_perm()
  block/mirror: Fix child permissions
  block: Add bdrv_child_refresh_perms()
  file-posix: Update open_flags in raw_set_perm()
  block: drop bs->job
  blockdev: blockdev_mark_auto_del: drop usage of bs->job
  block/block-backend: blk_iostatus_reset: drop usage of bs->job
  block/replication: drop usage of bs->job
  iotests: Hide timestamps for skipped tests

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>