From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/7] Block layer fixes for 3.0-rc1
Date: Thu, 12 Jul 2018 18:31:45 +0200 [thread overview]
Message-ID: <20180712163152.12521-1-kwolf@redhat.com> (raw)
The following changes since commit dc3c89d612252fc461a65f54885a1fe108e9ec05:
ui/cocoa.m: replace scrollingDeltaY with deltaY (2018-07-12 16:03:50 +0100)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 8dcd3c9b91a300c86e315d7e5427dce1383f7387:
qemu-img: align result of is_allocated_sectors (2018-07-12 18:24:08 +0200)
----------------------------------------------------------------
Block layer patches:
- file-posix: Check correct file type (regular file for 'file',
character or block device for 'host_device'/'host_cdrom')
- scsi-disk: Block Device Characteristics emulation fix
- qemu-img: Consider required alignment for sparse area detection
- Documentation and test improvements
----------------------------------------------------------------
Daniel Henrique Barboza (1):
scsi-disk: Block Device Characteristics emulation fix
Fam Zheng (3):
iotests: 153: Fix dead code
iotests: nbd: Stop qemu-nbd before remaking image
qemu-img: Document copy offloading implications with -S and -c
John Snow (2):
file-posix: specify expected filetypes
iotests: add test 226 for file driver types
Peter Lieven (1):
qemu-img: align result of is_allocated_sectors
block/file-posix.c | 39 ++++++++++++++++++++------
hw/scsi/scsi-disk.c | 7 +++--
qemu-img.c | 44 +++++++++++++++++++++++++----
qemu-doc.texi | 6 ++++
qemu-img.texi | 6 ++--
tests/qemu-iotests/122.out | 18 ++++++------
tests/qemu-iotests/153 | 2 ++
tests/qemu-iotests/153.out | 25 +++++++++++++++++
tests/qemu-iotests/226 | 66 ++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/226.out | 26 +++++++++++++++++
tests/qemu-iotests/common.rc | 21 ++++++++++----
tests/qemu-iotests/group | 1 +
12 files changed, 226 insertions(+), 35 deletions(-)
create mode 100755 tests/qemu-iotests/226
create mode 100644 tests/qemu-iotests/226.out
next reply other threads:[~2018-07-12 16:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-12 16:31 Kevin Wolf [this message]
2018-07-12 16:31 ` [Qemu-devel] [PULL 1/7] iotests: 153: Fix dead code Kevin Wolf
2018-07-12 16:31 ` [Qemu-devel] [PULL 2/7] iotests: nbd: Stop qemu-nbd before remaking image Kevin Wolf
2018-07-12 16:31 ` [Qemu-devel] [PULL 3/7] qemu-img: Document copy offloading implications with -S and -c Kevin Wolf
2018-07-12 16:31 ` [Qemu-devel] [PULL 4/7] file-posix: specify expected filetypes Kevin Wolf
2018-07-12 16:31 ` [Qemu-devel] [PULL 5/7] iotests: add test 226 for file driver types Kevin Wolf
2018-07-12 16:31 ` [Qemu-devel] [PULL 6/7] scsi-disk: Block Device Characteristics emulation fix Kevin Wolf
2018-07-12 16:31 ` [Qemu-devel] [PULL 7/7] qemu-img: align result of is_allocated_sectors Kevin Wolf
2018-07-12 17:24 ` [Qemu-devel] [PULL 0/7] Block layer fixes for 3.0-rc1 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180712163152.12521-1-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).