qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v2 00/45] Block layer cleanup & fixes
Date: Fri, 02 Sep 2011 15:37:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0

Am 03.08.2011 15:07, 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.
> 
> * BlockDriverState member removable is a confusing mess, replace it.
> 
> * Improve eject -f.
> 
> Also clean up minor messes as they get in the way.
> 
> It is based on Kevin's block branch f08df41b.
> 
> Part I: Preliminaries
> PATCH 01-03: Work on block layer interface for device models
> 
> Part II: Move tray state to device models
> PATCH 04-10 IDE tray open/closed
> PATCH 11-12 SCSI tray open/closed
> PATCH 13-14 block layer kill tray_open
> PATCH 15-16 IDE & SCSI tray lock
> PATCH 17-19 block layer kill locked
> PATCH 20-24 IDE & SCSI tray bug fixes
> PATCH 25-27 IDE & SCSI migrate tray state
> PATCH 28-30 block layer & fdc media_changed
> 
> Part III: Replace removable
> PATCH 31-34 clean up inappopriate uses of removable
> PATCH 35-36 replace remaining users
> 
> Part IV: Miscellaneous
> PATCH 37    cover tray open/closed in info block
> PATCH 38-43 Reduce unclean use of block_int.h
> PATCH 44-45 Improve eject -f
> 
> Naturally, I want all parts applied.  But I did my best to make
> applying only a prefix workable, too.

Thanks, applied some patches to the block branch. Waiting for v3 for the
rest.

I didn't pick them only from the start of the series, but considered any
patch that looked good and didn't seem to depend on other patches. This
means that some patches may be applied in a different order now, but I'm
relatively sure that it doesn't break things.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]