15 messages in com.xensource.lists.xen-devel[Xen-devel] [PATCH] fix free of event...
FromSent OnAttachments
Kasai Takanori26 Dec 2006 04:01.patch
Steven Hand29 Dec 2006 09:54 
Kasai Takanori08 Jan 2007 16:33.sh
Kasai Takanori08 Jan 2007 22:18 
Kasai Takanori09 Jan 2007 02:48 
tgh31 Jan 2007 18:56 
Kasai Takanori31 Jan 2007 20:22 
tgh31 Jan 2007 23:46 
Kasai Takanori01 Feb 2007 01:02 
tgh01 Feb 2007 05:22 
Kasai Takanori01 Feb 2007 16:18 
tgh01 Feb 2007 17:42 
Kasai Takanori01 Feb 2007 19:39 
tgh01 Feb 2007 22:24 
tgh10 Apr 2007 19:22 
Subject:[Xen-devel] [PATCH] fix free of event channel in blkfront
From:Kasai Takanori (kasa@jp.fujitsu.com)
Date:12/26/2006 04:01:21 AM
List:com.xensource.lists.xen-devel
Attachments:

Hi All,

We tested the xm block-attach/detach command. It repeats block-attach/detach command for DomU and pv-on-hvm on HVM Domain. (block-attach -> block-detach -> block-attach -> block-detach -> ...)

The block-attach command failed when repeating 256 times. It is because the channel had not been freed in blkfront. Therefore, it remain using the event channel.

This patch is corrected to free the event channel in blkfront.

Thanks