From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL 00/17] Block patches
Date: Fri, 9 May 2014 21:03:20 +0200 [thread overview]
Message-ID: <1399662217-31148-1-git-send-email-stefanha@redhat.com> (raw)
The following changes since commit 43cbeffb19877c62cbe0aaf08b2f235d98d71340:
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2014-05-08 12:38:01 +0100)
are available in the git repository at:
git://github.com/stefanha/qemu.git tags/block-pull-request
for you to fetch changes up to 5a007547df76446ab891df93ebc55749716609bf:
glib: fix g_poll early timeout on windows (2014-05-09 20:57:35 +0200)
----------------------------------------------------------------
Block pull request
----------------------------------------------------------------
Fam Zheng (4):
qemu-img: Convert by cluster size if target is compressed
vmdk: Implement .bdrv_write_compressed
vmdk: Implement .bdrv_get_info()
qemu-iotests: Test converting to streamOptimized from small cluster size
Jeff Cody (3):
block: qemu-iotests - add common.qemu, for bash-controlled qemu tests
block: qemu-iotests - update 085 to use common.qemu
block: qemu-iotests - test for live migration
Kevin Wolf (1):
block: Fix open flags with BDRV_O_SNAPSHOT
Kirill Batuzov (1):
vl.c: remove init_clocks call from main
Max Reitz (4):
qcow2: Fix alloc_clusters_noref() overflow detection
iotests: Use configured python
block/nfs: Check for NULL server part
block/raw-posix: Try both FIEMAP and SEEK_HOLE
Mike Day (1):
qemu-img: sort block formats in help message
Peter Krempa (1):
gluster: Correctly propagate errors when volume isn't accessible
Peter Lieven (1):
block/iscsi: bump year in copyright notice
Sangho Park (1):
glib: fix g_poll early timeout on windows
block.c | 34 +++----
block/gluster.c | 7 +-
block/iscsi.c | 2 +-
block/nfs.c | 4 +
block/qcow2-refcount.c | 4 +-
block/raw-posix.c | 127 +++++++++++++++-----------
block/vmdk.c | 35 ++++++++
configure | 6 ++
include/block/block.h | 6 +-
include/glib-compat.h | 9 +-
qemu-img.c | 29 +++++-
qemu-timer.c | 3 +
tests/qemu-iotests/031 | 9 +-
tests/qemu-iotests/036 | 7 +-
tests/qemu-iotests/039 | 19 ++--
tests/qemu-iotests/051 | 4 +
tests/qemu-iotests/051.out | 10 +++
tests/qemu-iotests/054 | 3 +-
tests/qemu-iotests/059 | 7 ++
tests/qemu-iotests/059.out | 8 ++
tests/qemu-iotests/060 | 21 ++---
tests/qemu-iotests/061 | 25 +++---
tests/qemu-iotests/065 | 2 +-
tests/qemu-iotests/083 | 3 +-
tests/qemu-iotests/085 | 73 +++------------
tests/qemu-iotests/091 | 105 ++++++++++++++++++++++
tests/qemu-iotests/091.out | 28 ++++++
tests/qemu-iotests/check | 18 +++-
tests/qemu-iotests/common.qemu | 200 +++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/group | 1 +
util/oslib-win32.c | 112 +++++++++++++++++++++++
vl.c | 1 -
32 files changed, 744 insertions(+), 178 deletions(-)
create mode 100755 tests/qemu-iotests/091
create mode 100644 tests/qemu-iotests/091.out
create mode 100644 tests/qemu-iotests/common.qemu
--
1.9.0
next reply other threads:[~2014-05-09 19:03 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 19:03 Stefan Hajnoczi [this message]
2014-05-09 19:03 ` [Qemu-devel] [PULL 01/17] qcow2: Fix alloc_clusters_noref() overflow detection Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 02/17] iotests: Use configured python Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 03/17] qemu-img: sort block formats in help message Stefan Hajnoczi
2014-05-13 14:18 ` Cornelia Huck
2014-05-13 15:40 ` Mike Day
2014-05-14 12:35 ` Stefan Hajnoczi
2014-05-14 13:27 ` Mike Day
2014-05-14 13:40 ` Fam Zheng
2014-05-14 13:46 ` Jeff Cody
2014-05-14 13:43 ` Jeff Cody
2014-05-14 14:03 ` Mike Day
2014-05-09 19:03 ` [Qemu-devel] [PULL 04/17] block/nfs: Check for NULL server part Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 05/17] block/iscsi: bump year in copyright notice Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 06/17] qemu-img: Convert by cluster size if target is compressed Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 07/17] vmdk: Implement .bdrv_write_compressed Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 08/17] vmdk: Implement .bdrv_get_info() Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 09/17] qemu-iotests: Test converting to streamOptimized from small cluster size Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 10/17] block: Fix open flags with BDRV_O_SNAPSHOT Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 11/17] vl.c: remove init_clocks call from main Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 12/17] gluster: Correctly propagate errors when volume isn't accessible Stefan Hajnoczi
2014-05-12 16:07 ` Eric Blake
2014-05-14 12:36 ` Stefan Hajnoczi
2014-05-14 12:52 ` Peter Krempa
2014-05-09 19:03 ` [Qemu-devel] [PULL 13/17] block/raw-posix: Try both FIEMAP and SEEK_HOLE Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 14/17] block: qemu-iotests - add common.qemu, for bash-controlled qemu tests Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 15/17] block: qemu-iotests - update 085 to use common.qemu Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 16/17] block: qemu-iotests - test for live migration Stefan Hajnoczi
2014-05-09 19:03 ` [Qemu-devel] [PULL 17/17] glib: fix g_poll early timeout on windows Stefan Hajnoczi
2014-05-13 10:32 ` [Qemu-devel] [PULL 00/17] Block patches Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2019-08-19 16:17 Max Reitz
2019-08-20 12:40 ` Peter Maydell
2016-09-12 14:08 Stefan Hajnoczi
2016-09-12 15:12 ` Peter Maydell
2016-09-12 15:56 ` Peter Maydell
2016-09-13 1:11 ` Fam Zheng
2016-09-13 8:34 ` Stefan Hajnoczi
2016-09-13 8:53 ` Stefan Hajnoczi
2016-01-20 16:24 Kevin Wolf
2016-01-21 13:42 ` Peter Maydell
2015-07-02 9:19 Stefan Hajnoczi
2015-07-02 12:46 ` Peter Maydell
2015-07-07 13:47 ` Peter Maydell
2015-07-08 13:52 ` Stefan Hajnoczi
2015-06-05 11:57 Stefan Hajnoczi
2015-06-05 13:53 ` Peter Maydell
2014-06-02 13:56 Kevin Wolf
2014-06-02 14:46 ` Peter Maydell
2013-10-29 16:30 Kevin Wolf
2010-07-06 15:33 Kevin Wolf
2010-07-06 19:07 ` Anthony Liguori
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=1399662217-31148-1-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=peter.maydell@linaro.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).