From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuji Shimada Subject: [PATCH 0/2] modify the order of resetting/deassigning device. Date: Fri, 24 Apr 2009 17:40:29 +0900 Message-ID: <20090424173938.B651.27C06F64@necst.nec.co.jp> References: <20090423163429.9197.27C06F64@necst.nec.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser , Ian Jackson , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This series of patches modify the order of resetting/deassigning device. I modify the order of resetting/deassigning device like below. When guest OS shutdowns or a device is hotremoved. 1. Xend resets devices. 2. Xend deassigns devices. Because if devices are deassigned before the reset, dom0 memory may be broken by DMA Thanks, -- Yuji Shimada