qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL for-1.4 00/13] Block patches


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL for-1.4 00/13] Block patches
Date: Fri, 1 Feb 2013 15:27:51 +0100

The following changes since commit 8a55ebf01507ab73cc458cfcd5b9cb856aba0b9e:

  Merge remote-tracking branch 'afaerber/qom-cpu' into staging (2013-01-31 
19:37:33 -0600)

are available in the git repository at:


  git://github.com/stefanha/qemu.git block

for you to fetch changes up to fdf263f63fad86b04032da86686a952edfe4644f:

  block/raw-posix: Build fix for O_ASYNC (2013-02-01 15:11:12 +0100)

----------------------------------------------------------------
Andreas Färber (1):
      block/raw-posix: Build fix for O_ASYNC

Kevin Wolf (7):
      qemu-iotests: Add regression test for b7ab0fea
      bochs: Fix bdrv_open() error handling
      cloop: Fix bdrv_open() error handling
      vpc: Fix bdrv_open() error handling
      dmg: Fix bdrv_open() error handling
      dmg: Use g_free instead of free
      parallels: Fix bdrv_open() error handling

Liu Yuan (1):
      sheepdog: pass vdi_id to sheep daemon for sd_close()

Othmar Pasteka (1):
      vmdk: Allow selecting SCSI adapter in image creation

Philipp Hahn (1):
      vmdk: Allow space in file name

Vishvananda Ishaya (2):
      block: Fix is_allocated_above with resized files
      block: Adds mirroring tests for resized images

 block.c                    |   4 +-
 block/bochs.c              |  22 ++++---
 block/cloop.c              |  29 ++++++---
 block/dmg.c                | 153 +++++++++++++++++++++++++++++++--------------
 block/parallels.c          |  23 ++++---
 block/raw-posix.c          |  11 +++-
 block/sheepdog.c           |   5 +-
 block/vmdk.c               |  41 ++++++++----
 block/vpc.c                |  42 +++++++++----
 include/block/block_int.h  |   1 +
 tests/qemu-iotests/041     |  48 ++++++++++++++
 tests/qemu-iotests/041.out |   4 +-
 tests/qemu-iotests/047     |  75 ++++++++++++++++++++++
 tests/qemu-iotests/047.out |  22 +++++++
 tests/qemu-iotests/group   |   1 +
 15 files changed, 379 insertions(+), 102 deletions(-)
 create mode 100755 tests/qemu-iotests/047
 create mode 100644 tests/qemu-iotests/047.out

-- 
1.8.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]