Re: [Qemu-devel] [PATCH v3 00/27] Block layer cleanup & fixes

2011-09-08 Thread Kevin Wolf
Am 06.09.2011 18:58, schrieb Markus Armbruster: > This patch series looks bigger than it is. All the patches are small > and hopefully easy to review. > > Objectives: > > * Push BlockDriverState members locked, tray_open, media_changed into > device models, where they belong. Kevin picked the

[Qemu-devel] [PATCH v3 00/27] Block layer cleanup & fixes

2011-09-06 Thread Markus Armbruster
This patch series looks bigger than it is. All the patches are small and hopefully easy to review. Objectives: * Push BlockDriverState members locked, tray_open, media_changed into device models, where they belong. Kevin picked the patches pushing media_changed from v2, so that part's gone