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).
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
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
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
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.
>
> *
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