Re: [Qemu-devel] [RFC PATCH 1/2] close all the block drivers before the qemu process exits

2010-05-12 Thread Christoph Hellwig
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 morita.kazut...@lab.ntt.co.jp

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.

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [Qemu-devel] [RFC PATCH 1/2] close all the block drivers before the qemu process exits

2010-05-12 Thread MORITA Kazutaka
On 2010/05/12 23:01, Christoph Hellwig wrote:
 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 morita.kazut...@lab.ntt.co.jp
 
 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.
 

Thank you for your comment.
I'll rebase and resend the updated version in the next days.

Thanks,

Kazutaka
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html