qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/9] blockdev: (Nearly) free clean-up work
@ 2016-05-17 14:41 Max Reitz
  2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 1/9] block: Drop useless bdrv_new() call Max Reitz
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Max Reitz @ 2016-05-17 14:41 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, Max Reitz, Kevin Wolf, Alberto Garcia

After a lot has been restructed in the block layer in the past, we can
now reap at least one of the fruits: Make bdrv_open() return a BDS!


v4:
- Rebased
- Patch 4:
  - Fixed the comment above blk_new_open() (we are no longer calling
    blk_new_with_bs())
  - Dropped the blk_new_with_bs() declaration in sysemu/block-backend.h
- Patch 9: Added


git-backport-diff against v3:

Key:
[----] : patches are identical
[####] : number of functional differences between upstream/downstream patch
[down] : patch is downstream-only
The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively

001/9:[----] [--] 'block: Drop useless bdrv_new() call'
002/9:[----] [--] 'block: Let bdrv_open_inherit() return the snapshot'
003/9:[----] [--] 'tests: Drop BDS from test-throttle.c'
004/9:[0003] [FC] 'block: Drop blk_new_with_bs()'
005/9:[----] [--] 'block: Drop bdrv_new_root()'
006/9:[----] [-C] 'block: Make bdrv_open() return a BDS'
007/9:[----] [--] 'block: Assert !bs->refcnt in bdrv_close()'
008/9:[----] [--] 'block: Drop bdrv_parent_cb_...() from bdrv_close()'
009/9:[down] 'block: Drop errp parameter from blk_new()'


Max Reitz (9):
  block: Drop useless bdrv_new() call
  block: Let bdrv_open_inherit() return the snapshot
  tests: Drop BDS from test-throttle.c
  block: Drop blk_new_with_bs()
  block: Drop bdrv_new_root()
  block: Make bdrv_open() return a BDS
  block: Assert !bs->refcnt in bdrv_close()
  block: Drop bdrv_parent_cb_...() from bdrv_close()
  block: Drop errp parameter from blk_new()

 block.c                        | 146 +++++++++++++++++------------------------
 block/block-backend.c          |  39 +++--------
 block/vvfat.c                  |   8 +--
 blockdev.c                     |  44 +++++--------
 include/block/block.h          |   5 +-
 include/sysemu/block-backend.h |   3 +-
 tests/test-throttle.c          |   6 +-
 7 files changed, 93 insertions(+), 158 deletions(-)

-- 
2.8.2

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

end of thread, other threads:[~2016-05-23 11:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17 14:41 [Qemu-devel] [PATCH v4 0/9] blockdev: (Nearly) free clean-up work Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 1/9] block: Drop useless bdrv_new() call Max Reitz
2016-05-17 15:23   ` Eric Blake
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 2/9] block: Let bdrv_open_inherit() return the snapshot Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 3/9] tests: Drop BDS from test-throttle.c Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 4/9] block: Drop blk_new_with_bs() Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 5/9] block: Drop bdrv_new_root() Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 6/9] block: Make bdrv_open() return a BDS Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 7/9] block: Assert !bs->refcnt in bdrv_close() Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 8/9] block: Drop bdrv_parent_cb_...() from bdrv_close() Max Reitz
2016-05-17 14:41 ` [Qemu-devel] [PATCH v4 9/9] block: Drop errp parameter from blk_new() Max Reitz
2016-05-23 11:09 ` [Qemu-devel] [PATCH v4 0/9] blockdev: (Nearly) free clean-up work 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).