From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Shouldn't XendDomainInfo.py: _releaseDevices call destroyDevice? Date: Wed, 16 May 2007 14:42:19 +0100 Message-ID: References: <907625E08839C4409CE5768403633E0B018E1D27@sefsexmb1.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <907625E08839C4409CE5768403633E0B018E1D27@sefsexmb1.amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Petersson, Mats" , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 16/5/07 14:23, "Petersson, Mats" wrote: > Now, this brings a question: The _releaseDevices attempts to remove all > devices as one transaction, but calling destroyDevices for each device > would of course make it into multiple transactions. Is there any reason > why this would make it a problem? No. I'm pretty certain not. K.