All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] block: Convert bdrv_find to blk_by_name and drop it
@ 2015-03-02 11:36 Fam Zheng
  2015-03-02 11:36 ` [Qemu-devel] [PATCH 1/4] monitor: Convert bdrv_find to blk_by_name Fam Zheng
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Fam Zheng @ 2015-03-02 11:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Markus Armbruster, Stefan Hajnoczi, Max Reitz

This is a small step towards a more complete separation from BlockDriverState
to block backend users.

Fam Zheng (4):
  monitor: Convert bdrv_find to blk_by_name
  migration: Convert bdrv_find to blk_by_name
  blockdev: Convert bdrv_find to blk_by_name
  block: Drop bdrv_find

 block.c               |  9 -----
 blockdev.c            | 92 +++++++++++++++++++++++++++++++++------------------
 include/block/block.h |  1 -
 migration/block.c     |  7 ++--
 monitor.c             |  9 ++---
 5 files changed, 69 insertions(+), 49 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-03-03 20:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 11:36 [Qemu-devel] [PATCH 0/4] block: Convert bdrv_find to blk_by_name and drop it Fam Zheng
2015-03-02 11:36 ` [Qemu-devel] [PATCH 1/4] monitor: Convert bdrv_find to blk_by_name Fam Zheng
2015-03-02 15:30   ` Max Reitz
2015-03-02 11:36 ` [Qemu-devel] [PATCH 2/4] migration: " Fam Zheng
2015-03-02 15:32   ` Max Reitz
2015-03-02 11:36 ` [Qemu-devel] [PATCH 3/4] blockdev: " Fam Zheng
2015-03-02 15:48   ` Max Reitz
2015-03-02 11:36 ` [Qemu-devel] [PATCH 4/4] block: Drop bdrv_find Fam Zheng
2015-03-02 15:51   ` Max Reitz
2015-03-03 20:47 ` [Qemu-devel] [PATCH 0/4] block: Convert bdrv_find to blk_by_name and drop it Max Reitz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.