qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL for-2.10 00/15] Block patches


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL for-2.10 00/15] Block patches
Date: Thu, 31 Aug 2017 09:21:55 +0100

The following changes since commit 248b23735645f7cbb503d9be6f5bf825f2a603ab:

  Update version for v2.10.0-rc4 release (2017-08-24 17:34:26 +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 3e4c705212abfe8c9882a00beb2d1466a8a53cec:

  qcow2: allocate cluster_cache/cluster_data on demand (2017-08-30 18:02:10 
+0100)

----------------------------------------------------------------

----------------------------------------------------------------

Alberto Garcia (8):
  throttle: Fix wrong variable name in the header documentation
  throttle: Update the throttle_fix_bucket() documentation
  throttle: Make throttle_is_valid() a bit less verbose
  throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()
  throttle: Make LeakyBucket.avg and LeakyBucket.max integer types
  throttle: Make burst_length 64bit and add range checks
  throttle: Test the valid range of config values
  misc: Remove unused Error variables

Dan Aloni (1):
  nvme: Fix get/set number of queues feature, again

Eduardo Habkost (1):
  oslib-posix: Print errors before aborting on qemu_alloc_stack()

Fred Rolland (1):
  qemu-doc: Add UUID support in initiator name

Stefan Hajnoczi (4):
  scripts: add argparse module for Python 2.6 compatibility
  docker.py: Python 2.6 argparse compatibility
  tests: migration/guestperf Python 2.6 argparse compatibility
  qcow2: allocate cluster_cache/cluster_data on demand

 include/qemu/throttle.h            |    8 +-
 block/qcow.c                       |   12 +-
 block/qcow2-cluster.c              |   17 +
 block/qcow2.c                      |   20 +-
 dump.c                             |    4 +-
 hw/block/nvme.c                    |    4 +-
 tests/test-throttle.c              |   80 +-
 util/oslib-posix.c                 |    2 +
 util/throttle.c                    |   86 +-
 COPYING.PYTHON                     |  270 ++++
 qemu-doc.texi                      |    5 +-
 scripts/argparse.py                | 2406 ++++++++++++++++++++++++++++++++++++
 tests/docker/docker.py             |    4 +-
 tests/migration/guestperf/shell.py |    8 +-
 14 files changed, 2831 insertions(+), 95 deletions(-)
 create mode 100644 COPYING.PYTHON
 create mode 100644 scripts/argparse.py

-- 
2.13.5




reply via email to

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