qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/7] block: Make more blockdev-add options work
@ 2016-09-23 14:32 Kevin Wolf
  2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 1/7] block: Drop aio/cache consistency check from qmp_blockdev_add() Kevin Wolf
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Kevin Wolf @ 2016-09-23 14:32 UTC (permalink / raw)
  To: qemu-block; +Cc: kwolf, mreitz, eblake, qemu-devel

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.

v2:
- Patch 3 ('block/qapi: Move 'aio' option to file driver')
  Use qapi_enum_parse() instead of parsing manually [Eric]

- Patch 4 ('block: Parse 'detect-zeroes' in bdrv_open_common()')
  Fixed typo in commit message [Eric]
  Reuse local detect_zeroes variable instead of querying QemuOpts [Eric]

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              |  44 ++++++++++-------
 block/raw-win32.c              |  56 +++++++++++++++++++--
 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, 164 insertions(+), 145 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-09-27 19:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-23 14:32 [Qemu-devel] [PATCH v2 0/7] block: Make more blockdev-add options work Kevin Wolf
2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 1/7] block: Drop aio/cache consistency check from qmp_blockdev_add() Kevin Wolf
2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 2/7] block/qapi: Use separate options type for curl driver Kevin Wolf
2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 3/7] block/qapi: Move 'aio' option to file driver Kevin Wolf
2016-09-23 14:40   ` Eric Blake
2016-09-26  9:16     ` Kevin Wolf
2016-09-26 16:49   ` Max Reitz
2016-09-27  8:20     ` Kevin Wolf
2016-09-27 19:43       ` Max Reitz
2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 4/7] block: Parse 'detect-zeroes' in bdrv_open_common() Kevin Wolf
2016-09-23 14:41   ` Eric Blake
2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 5/7] block: Use 'detect-zeroes' option for 'blockdev-change-medium' Kevin Wolf
2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 6/7] block: Move 'discard' option to bdrv_open_common() Kevin Wolf
2016-09-23 14:32 ` [Qemu-devel] [PATCH v2 7/7] block: Remove qemu_root_bds_opts Kevin Wolf
2016-09-26 17:10 ` [Qemu-devel] [PATCH v2 0/7] block: Make more blockdev-add options work Max Reitz
2016-09-27  8:26   ` Kevin Wolf
2016-09-27  8:28 ` Kevin Wolf

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