Re: [Qemu-devel] [PATCH v3 00/14] blockdev: Further BlockBackend work

2016-02-17 Thread Kevin Wolf
Am 16.02.2016 um 19:08 hat Max Reitz geschrieben: > At this point, the main merit of this series is to remove > blk_hide_on_behalf_of_hmp_drive_del() and the bdrv_states list. A > follow-up to it will make bdrv_open() return a BDS pointer. The patches that I didn't comment on (i.e. 2-3, 5-6, 10, 1

[Qemu-devel] [PATCH v3 00/14] blockdev: Further BlockBackend work

2016-02-16 Thread Max Reitz
At this point, the main merit of this series is to remove blk_hide_on_behalf_of_hmp_drive_del() and the bdrv_states list. A follow-up to it will make bdrv_open() return a BDS pointer. v3: It certainly feels like pretty much a rewrite, and git-backport-diff thinks so, too. The general idea was to