[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/10] Block patches for 2.0
From: |
Kevin Wolf |
Subject: |
[Qemu-devel] [PULL 00/10] Block patches for 2.0 |
Date: |
Fri, 4 Apr 2014 21:27:39 +0200 |
The following changes since commit 5913815a17387a5e9825c734ccab760588471ee5:
Update version for v2.0.0-rc1 release (2014-04-03 15:51:01 +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 54bee5c2b487250dcb8631ddff4307f329ec0541:
dataplane: replace iothread object_add() with embedded instance (2014-04-04
20:48:13 +0200)
----------------------------------------------------------------
Block patches for 2.0.0
----------------------------------------------------------------
Fam Zheng (1):
iscsi: Don't set error if already set in iscsi_do_inquiry
Kevin Wolf (6):
qcow2: Flush metadata during read-only reopen
qcow2: Put cache reference in error case
block: Don't parse 'filename' option
qemu-iotests: Remove CR line endings in reference output
block: Fix snapshot=on for protocol parsed from filename
block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot()
Peter Maydell (1):
dma-helpers: Initialize DMAAIOCB in_cancel flag
Stefan Hajnoczi (2):
iothread: make IOThread struct definition public
dataplane: replace iothread object_add() with embedded instance
block.c | 161 ++++++++++++++++++++++------------------
block/iscsi.c | 6 +-
block/qcow2-cluster.c | 1 +
block/qcow2.c | 25 ++++++-
dma-helpers.c | 1 +
hw/block/dataplane/virtio-blk.c | 31 +++-----
include/block/block.h | 1 +
include/sysemu/iothread.h | 12 ++-
iothread.c | 11 ---
tests/qemu-iotests/039 | 20 +++++
tests/qemu-iotests/039.out | 11 +++
tests/qemu-iotests/051 | 12 +++
tests/qemu-iotests/051.out | 49 ++++++++++--
13 files changed, 225 insertions(+), 116 deletions(-)
- [Qemu-devel] [PULL 00/10] Block patches for 2.0,
Kevin Wolf <=
- [Qemu-devel] [PULL 02/10] qcow2: Flush metadata during read-only reopen, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 01/10] iscsi: Don't set error if already set in iscsi_do_inquiry, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 03/10] qcow2: Put cache reference in error case, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 04/10] block: Don't parse 'filename' option, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 06/10] block: Fix snapshot=on for protocol parsed from filename, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 05/10] qemu-iotests: Remove CR line endings in reference output, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 08/10] dma-helpers: Initialize DMAAIOCB in_cancel flag, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 07/10] block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot(), Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 09/10] iothread: make IOThread struct definition public, Kevin Wolf, 2014/04/04
- [Qemu-devel] [PULL 10/10] dataplane: replace iothread object_add() with embedded instance, Kevin Wolf, 2014/04/04