[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 1/2] close all the block drivers before the
From: |
Christoph Hellwig |
Subject: |
Re: [Qemu-devel] [RFC PATCH 1/2] close all the block drivers before the qemu process exits |
Date: |
Wed, 12 May 2010 16:01:32 +0200 |
User-agent: |
Mutt/1.3.28i |
On Wed, May 12, 2010 at 07:46:52PM +0900, MORITA Kazutaka wrote:
> This patch calls the close handler of the block driver before the qemu
> process exits.
>
> This is necessary because the sheepdog block driver releases the lock
> of VM images in the close handler.
>
> Signed-off-by: MORITA Kazutaka <address@hidden>
Looks good in principle, except that bdrv_first is gone and has been
replaced with a real list in the meantime, so this won't even apply.