From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH] xend: disallow multiple destroy() call Date: Mon, 4 Feb 2013 10:52:02 +0100 Message-ID: <510F84C2.9090505@citrix.com> References: <510F14CF.6050801@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <510F14CF.6050801@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Joe Jin Cc: xen-devel , Ian Campbell , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 04/02/13 02:54, Joe Jin wrote: > Current Xend allowing multiple call destroy() for same domain, this lead > multiple hard resets(FLR) for pci pass-through, and some controller might > failed. > > In our test, we pass through 2 LSI HAB controllers to the PVHVM guest, after > guest brought up, call xm-destroy twice, the adapters's BIOS will hung, and > we had to reboot the server to recovery it. Does the same problem happen with libxl/xl?