qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/22] Block patches


From: Kevin Wolf
Subject: [Qemu-devel] [PULL 00/22] Block patches
Date: Fri, 22 Feb 2013 22:23:29 +0100

The following changes since commit 5cbb08283789caf7dbfd0890dcff47124ad766c2:

  ui/gtk: require at least GTK 2.18 and VTE 0.26 (2013-02-22 09:53:56 -0600)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git for-anthony

for you to fetch changes up to bf3caa3dc17552b323cec6831301a22cfc98ecd5:

  pc: add compatibility machine types for 1.4 (2013-02-22 21:29:45 +0100)

----------------------------------------------------------------
Federico Simoncelli (2):
      qemu-img: find the image end offset during check
      qemu-img: add json output option to the check command

Kevin Wolf (1):
      qemu-iotests: Test qcow2 image creation options

Miroslav Rezanina (4):
      block: Add synchronous wrapper for bdrv_co_is_allocated_above
      qemu-img: Add "Quiet mode" option
      qemu-img: Add compare subcommand
      qemu-iotests: Add qemu-img compare test

Paolo Bonzini (7):
      coroutine: move pooling to common code
      coroutine: trim down nesting level in perf_nesting test
      block: implement BDRV_O_UNMAP
      blockdev: add discard suboption to -drive
      qemu-nbd: add --discard option
      blockdev: enable discard by default
      pc: add compatibility machine types for 1.4

Peter Lieven (1):
      block: complete all IOs before .bdrv_truncate

Stefan Hajnoczi (7):
      qcow2: introduce check_refcounts_l1/l2() flags
      qcow2: record fragmentation statistics during check
      qemu-img: fix missing space in qemu-img check output
      qemu-img: add compressed clusters to BlockFragInfo
      qcow2: support compressed clusters in BlockFragInfo
      block: use Error in do_check_io_limits()
      block: refuse negative iops and bps values

 block.c                      |  80 +++++-
 block/qcow2-refcount.c       |  52 +++-
 blockdev.c                   |  41 ++-
 coroutine-sigaltstack.c      |  43 +--
 coroutine-ucontext.c         |  43 +--
 hw/block-common.h            |   2 +-
 hw/ide/qdev.c                |   5 +-
 hw/pc.h                      |  31 +++
 hw/pc_piix.c                 |  18 +-
 hw/pc_q35.c                  |  19 +-
 hw/scsi-disk.c               |  13 +-
 include/block/block.h        |   9 +-
 qapi-schema.json             |  50 ++++
 qemu-coroutine.c             |  45 +++-
 qemu-img-cmds.hx             |  34 ++-
 qemu-img.c                   | 620 +++++++++++++++++++++++++++++++++++++------
 qemu-img.texi                |  61 ++++-
 qemu-io.c                    |  11 +-
 qemu-nbd.c                   |  18 +-
 qemu-nbd.texi                |   4 +
 qemu-options.hx              |   2 +
 tests/qemu-iotests/026       |   6 +-
 tests/qemu-iotests/036       |   3 +-
 tests/qemu-iotests/039       |   2 +-
 tests/qemu-iotests/044.out   |   2 +
 tests/qemu-iotests/048       |  78 ++++++
 tests/qemu-iotests/048.out   |  31 +++
 tests/qemu-iotests/049       | 123 +++++++++
 tests/qemu-iotests/049.out   | 212 +++++++++++++++
 tests/qemu-iotests/common.rc |   7 +-
 tests/qemu-iotests/group     |   2 +
 tests/test-coroutine.c       |   2 +-
 32 files changed, 1440 insertions(+), 229 deletions(-)
 create mode 100755 tests/qemu-iotests/048
 create mode 100644 tests/qemu-iotests/048.out
 create mode 100755 tests/qemu-iotests/049
 create mode 100644 tests/qemu-iotests/049.out



reply via email to

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