qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] [PATCH 0/7] block: Make more blockdev-add options work


From: Kevin Wolf
Subject: [Qemu-block] [PATCH 0/7] block: Make more blockdev-add options work
Date: Tue, 20 Sep 2016 23:08:50 +0200

This series moves a few more options from flags to the appropriate place. This
doesn't only result in cleaner code, but also allows using these options in
nested node definitions.

After this series, bds_tree_init() is only a thin wrapper around bdrv_open()
which sets the right defaults for cache modes and the BDRV_O_INACTIVE flag if
necessary.

Depends on my block branch, specifically Berto's 'read-only' patches.

Kevin Wolf (7):
  block: Drop aio/cache consistency check from qmp_blockdev_add()
  block/qapi: Use separate options type for curl driver
  block/qapi: Move 'aio' option to file driver
  block: Parse 'detect-zeroes' in bdrv_open_common()
  block: Use 'detect-zeroes' option for 'blockdev-change-medium'
  block: Move 'discard' option to bdrv_open_common()
  block: Remove qemu_root_bds_opts

 block.c                        |  50 ++++++++++++++++++-
 block/block-backend.c          |   9 ++--
 block/raw-posix.c              |  45 ++++++++++-------
 block/raw-win32.c              |  50 +++++++++++++++++--
 blockdev.c                     | 110 +++--------------------------------------
 include/block/block.h          |   1 +
 include/sysemu/block-backend.h |   2 +-
 qapi/block-core.json           |  31 ++++++++----
 tests/qemu-iotests/087         |   4 +-
 tests/qemu-iotests/087.out     |   2 +-
 10 files changed, 159 insertions(+), 145 deletions(-)

-- 
1.8.3.1




reply via email to

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