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

2011-07-28 Thread Amit Shah
On (Wed) 20 Jul 2011 [18:23:34], Markus Armbruster wrote: > This patch series looks bigger than it is. All the patches are small > and hopefully easy to review. Nice series! ACK the entire series (barring the non-qdev users connecting to bdrv and scsi patches, which I didn't quite follow).

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

2011-07-28 Thread Kevin Wolf
Am 20.07.2011 18:23, 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. > > * BlockDrive

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

2011-07-25 Thread Amit Shah
On (Mon) 25 Jul 2011 [17:33:12], Markus Armbruster wrote: > Amit Shah writes: > > > On (Wed) 20 Jul 2011 [18:23:34], Markus Armbruster wrote: > >> This patch series looks bigger than it is. All the patches are small > >> and hopefully easy to review. > >> > >> Objectives: > >> > >> * Push Bloc

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

2011-07-25 Thread Markus Armbruster
Amit Shah writes: > On (Wed) 20 Jul 2011 [18:23:34], Markus Armbruster wrote: >> 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 model

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

2011-07-22 Thread Amit Shah
On (Wed) 20 Jul 2011 [18:23:34], Markus Armbruster wrote: > 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. > > *

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

2011-07-20 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. * BlockDriverState member removable is a confusing mess, replace it. * Improv