qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/39] Block patches
@ 2014-06-16 11:23 Stefan Hajnoczi
  2014-06-16 11:23 ` [Qemu-devel] [PULL 01/39] configure: Enable dead code (lzo, snappy, quorum) Stefan Hajnoczi
                   ` (39 more replies)
  0 siblings, 40 replies; 44+ messages in thread
From: Stefan Hajnoczi @ 2014-06-16 11:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Stefan Hajnoczi

The following changes since commit 06a59afac4505f5ed942db4200e5ca16fcbba74d:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into staging (2014-06-13 18:18:55 +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 98d896d978eef0fd6ff8d93a1ccea34e00b97f8c:

  QemuOpts: cleanup tmp 'allocated' member from QemuOptsList (2014-06-16 17:23:21 +0800)

----------------------------------------------------------------
Block pull request

----------------------------------------------------------------
Chunyan Liu (33):
      QemuOpts: move find_desc_by_name ahead for later calling
      QemuOpts: repurpose qemu_opts_print to replace print_option_parameters
      QemuOpts: add def_value_str to QemuOptDesc
      qapi: output def_value_str when query command line options
      QemuOpts: change opt->name|str from (const char *) to (char *)
      QemuOpts: move qemu_opt_del ahead for later calling
      QemuOpts: add qemu_opt_get_*_del functions for replace work
      QemuOpts: add qemu_opts_print_help to replace print_option_help
      QemuOpts: add conversion between QEMUOptionParameter to QemuOpts
      QemuOpts: add qemu_opts_append to replace append_option_parameters
      QemuOpts: check NULL input for qemu_opts_del
      change block layer to support both QemuOpts and QEMUOptionParamter
      vvfat.c: handle cross_driver's create_options and create_opts
      cow.c: replace QEMUOptionParameter with QemuOpts
      gluster.c: replace QEMUOptionParameter with QemuOpts
      iscsi.c: replace QEMUOptionParameter with QemuOpts
      nfs.c: replace QEMUOptionParameter with QemuOpts
      qcow.c: replace QEMUOptionParameter with QemuOpts
      QemuOpts: export qemu_opt_find
      qcow2.c: replace QEMUOptionParameter with QemuOpts
      qed.c: replace QEMUOptionParameter with QemuOpts
      raw-posix.c: replace QEMUOptionParameter with QemuOpts
      raw-win32.c: replace QEMUOptionParameter with QemuOpts
      raw_bsd.c: replace QEMUOptionParameter with QemuOpts
      rbd.c: replace QEMUOptionParameter with QemuOpts
      sheepdog.c: replace QEMUOptionParameter with QemuOpts
      ssh.c: replace QEMUOptionParameter with QemuOpts
      vdi.c: replace QEMUOptionParameter with QemuOpts
      vhdx.c: replace QEMUOptionParameter with QemuOpts
      vmdk.c: replace QEMUOptionParameter with QemuOpts
      vpc.c: replace QEMUOptionParameter with QemuOpts
      cleanup QEMUOptionParameter
      QemuOpts: cleanup tmp 'allocated' member from QemuOptsList

Kevin Wolf (1):
      blockdev: Move 'serial' option to drive_init()

Markus Armbruster (3):
      block: Drop superfluous conditionals around g_free()
      blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()
      blockdev: Remove unused DriveInfo reference count

Peter Lieven (1):
      block/nfs: fix potential segfault on early callback

Stefan Weil (1):
      configure: Enable dead code (lzo, snappy, quorum)

 block.c                    |  99 ++++----
 block/cow.c                |  52 ++--
 block/curl.c               |   9 +-
 block/gluster.c            |  73 +++---
 block/iscsi.c              |  36 ++-
 block/nfs.c                |  14 +-
 block/qcow.c               |  72 +++---
 block/qcow2.c              | 259 ++++++++++----------
 block/qed.c                | 112 +++++----
 block/qed.h                |   3 +-
 block/raw-posix.c          |  55 ++---
 block/raw-win32.c          |  38 +--
 block/raw_bsd.c            |  25 +-
 block/rbd.c                |  61 +++--
 block/sheepdog.c           | 105 ++++----
 block/ssh.c                |  30 ++-
 block/vdi.c                |  71 +++---
 block/vhdx.c               |  97 ++++----
 block/vhdx.h               |   1 +
 block/vmdk.c               | 121 +++++-----
 block/vpc.c                |  60 ++---
 block/vvfat.c              |  14 +-
 blockdev.c                 |  48 ++--
 configure                  |  39 +--
 device-hotplug.c           |   4 +-
 hw/block/onenand.c         |   4 +-
 hw/ide/piix.c              |   2 +-
 hw/usb/dev-storage.c       |   2 +-
 include/block/block.h      |   7 +-
 include/block/block_int.h  |   9 +-
 include/qemu/option.h      |  53 +---
 include/qemu/option_int.h  |   4 +-
 include/sysemu/blockdev.h  |   8 +-
 qapi-schema.json           |   5 +-
 qapi/opts-visitor.c        |  10 +-
 qemu-img.c                 |  91 ++++---
 qmp-commands.hx            |   2 +
 tests/qemu-iotests/049.out |   2 +-
 tests/qemu-iotests/061.out |   2 +-
 tests/qemu-iotests/081.out |   2 +-
 util/qemu-config.c         |   4 +
 util/qemu-option.c         | 590 ++++++++++++++++++++-------------------------
 vl.c                       |   4 +-
 43 files changed, 1096 insertions(+), 1203 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 44+ messages in thread
* [Qemu-devel] [PULL 00/39] Block patches
@ 2012-06-15 13:33 Kevin Wolf
  2012-06-20 13:09 ` Anthony Liguori
  0 siblings, 1 reply; 44+ messages in thread
From: Kevin Wolf @ 2012-06-15 13:33 UTC (permalink / raw)
  To: anthony; +Cc: kwolf, qemu-devel

The following changes since commit 63bb682a18acc5d2f3219ea96c4d81c1a3b50748:

  Merge branch 'master' of git://git.qemu.org/qemu (2012-06-15 15:53:34 +0400)

are available in the git repository at:

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

Josh Durgin (1):
      rbd: hook up cache options

Kevin Wolf (7):
      qemu-img check -r for repairing images
      qemu-img check: Print fixed clusters and recheck
      qcow2: Support for fixing refcount inconsistencies
      qcow2: Simplify calculation for COW area at the end
      qcow2: Fix avail_sectors in cluster allocation code
      qemu-iotests: Some backing file COW tests
      qemu-iotests: COW with many AIO requests on the same cluster

MORITA Kazutaka (1):
      sheepdog: add coroutine_fn markers to coroutine functions

Markus Armbruster (7):
      Un-inline fdctrl_init_isa()
      block: Simplify how drive_init() computes default ID
      block: New bdrv_get_flags()
      scsi-disk: Don't peek behind the BlockDriverState abstraction
      block: Replace bdrv_get_format() by bdrv_get_format_name()
      xen: Don't change -drive if=xen device name during machine init
      xen: Don't peek behind the BlockDriverState abstraction

Max Filippov (1):
      xtensa_lx60: add missing #include "blockdev.h"

Paolo Bonzini (13):
      block: implement is_allocated for raw
      stream: tweak usage of bdrv_co_is_allocated
      stream: move is_allocated_above to block.c
      stream: move rate limiting to a separate header file
      qemu-iotests: fill streaming test image with data
      qemu-iotests: start vms in qtest mode
      block: flush in writethrough mode after writes
      savevm: flush after saving vm state
      block: copy enable_write_cache in bdrv_append
      block: add bdrv_set_enable_write_cache
      block: always open drivers in writeback mode
      ide: support enable/disable write cache
      qcow2: always operate caches in writeback mode

Pavel Dovgaluk (1):
      Prevent disk data loss when closing qemu

Pavel Hrdina (2):
      fdc: fix implied seek while there is no media in drive
      fdc-test: introduced qtest read_without_media

Stefan Hajnoczi (4):
      qemu-img: document qed format on qemu-img man page
      qcow2: fix autoclear image header update
      qemu-iotests: add qcow2.py set-feature-bit command
      qemu-iotests: add 036 autoclear feature bit test

Zhi Yong Wu (2):
      qcow2: remove a line of unnecessary code
      qcow2: fix endianness conversion

 block.c                       |   90 ++++-
 block.h                       |   17 +-
 block/qcow2-cache.c           |   25 +-
 block/qcow2-cluster.c         |   16 +-
 block/qcow2-refcount.c        |   57 ++-
 block/qcow2.c                 |   29 +-
 block/qcow2.h                 |    8 +-
 block/qed-check.c             |    2 +
 block/qed.c                   |    5 +-
 block/raw-posix.c             |   98 +++++
 block/raw.c                   |    8 +
 block/rbd.c                   |   19 +
 block/sheepdog.c              |    9 +-
 block/stream.c                |  109 +-----
 block/vdi.c                   |    7 +-
 block_int.h                   |    3 +-
 blockdev.c                    |    7 +-
 hw/fdc.c                      |   24 ++
 hw/fdc.h                      |   24 +-
 hw/ide/core.c                 |   21 +-
 hw/ide/piix.c                 |    3 +-
 hw/isa.h                      |    2 -
 hw/pc_sysfw.c                 |    1 +
 hw/scsi-disk.c                |    3 +-
 hw/xen_devconfig.c            |   13 +-
 hw/xen_disk.c                 |    3 +-
 hw/xtensa_lx60.c              |    1 +
 include/qemu/ratelimit.h      |   48 +++
 os-win32.c                    |    8 +-
 qemu-common.h                 |    1 +
 qemu-img-cmds.hx              |    4 +-
 qemu-img.c                    |   40 ++-
 qemu-img.texi                 |   30 ++-
 savevm.c                      |    2 +-
 tests/fdc-test.c              |   66 +++
 tests/qemu-iotests/030        |   15 +-
 tests/qemu-iotests/036        |   68 +++
 tests/qemu-iotests/036.out    |   52 +++
 tests/qemu-iotests/037        |  119 ++++++
 tests/qemu-iotests/037.out    |  645 +++++++++++++++++++++++++++++
 tests/qemu-iotests/038        |  133 ++++++
 tests/qemu-iotests/038.out    |  909 +++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/group      |    3 +
 tests/qemu-iotests/iotests.py |    4 +-
 tests/qemu-iotests/qcow2.py   |   23 +
 45 files changed, 2531 insertions(+), 243 deletions(-)
 create mode 100644 include/qemu/ratelimit.h
 create mode 100755 tests/qemu-iotests/036
 create mode 100644 tests/qemu-iotests/036.out
 create mode 100755 tests/qemu-iotests/037
 create mode 100644 tests/qemu-iotests/037.out
 create mode 100755 tests/qemu-iotests/038
 create mode 100644 tests/qemu-iotests/038.out

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2014-06-30 17:53 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 11:23 [Qemu-devel] [PULL 00/39] Block patches Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 01/39] configure: Enable dead code (lzo, snappy, quorum) Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 02/39] block: Drop superfluous conditionals around g_free() Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 03/39] blockdev: Move 'serial' option to drive_init() Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 04/39] blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del() Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 05/39] blockdev: Remove unused DriveInfo reference count Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 06/39] block/nfs: fix potential segfault on early callback Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 07/39] QemuOpts: move find_desc_by_name ahead for later calling Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 08/39] QemuOpts: repurpose qemu_opts_print to replace print_option_parameters Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 09/39] QemuOpts: add def_value_str to QemuOptDesc Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 10/39] qapi: output def_value_str when query command line options Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 11/39] QemuOpts: change opt->name|str from (const char *) to (char *) Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 12/39] QemuOpts: move qemu_opt_del ahead for later calling Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 13/39] QemuOpts: add qemu_opt_get_*_del functions for replace work Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 14/39] QemuOpts: add qemu_opts_print_help to replace print_option_help Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 15/39] QemuOpts: add conversion between QEMUOptionParameter to QemuOpts Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 16/39] QemuOpts: add qemu_opts_append to replace append_option_parameters Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 17/39] QemuOpts: check NULL input for qemu_opts_del Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 18/39] change block layer to support both QemuOpts and QEMUOptionParamter Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 19/39] vvfat.c: handle cross_driver's create_options and create_opts Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 20/39] cow.c: replace QEMUOptionParameter with QemuOpts Stefan Hajnoczi
2014-06-30 17:52   ` Peter Maydell
2014-06-16 11:23 ` [Qemu-devel] [PULL 21/39] gluster.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 22/39] iscsi.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 23/39] nfs.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 24/39] qcow.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 25/39] QemuOpts: export qemu_opt_find Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 26/39] qcow2.c: replace QEMUOptionParameter with QemuOpts Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 27/39] qed.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 28/39] raw-posix.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 29/39] raw-win32.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 30/39] raw_bsd.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 31/39] rbd.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 32/39] sheepdog.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 33/39] ssh.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 34/39] vdi.c: " Stefan Hajnoczi
2014-06-16 11:23 ` [Qemu-devel] [PULL 35/39] vhdx.c: " Stefan Hajnoczi
2014-06-16 11:24 ` [Qemu-devel] [PULL 36/39] vmdk.c: " Stefan Hajnoczi
2014-06-16 11:24 ` [Qemu-devel] [PULL 37/39] vpc.c: " Stefan Hajnoczi
2014-06-16 11:24 ` [Qemu-devel] [PULL 38/39] cleanup QEMUOptionParameter Stefan Hajnoczi
2014-06-16 11:24 ` [Qemu-devel] [PULL 39/39] QemuOpts: cleanup tmp 'allocated' member from QemuOptsList Stefan Hajnoczi
2014-06-16 13:30 ` [Qemu-devel] [PULL 00/39] Block patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2012-06-15 13:33 Kevin Wolf
2012-06-20 13:09 ` Anthony Liguori

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).