From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Jin Subject: Re: [PATCH] xend: disallow multiple destroy() call Date: Tue, 05 Feb 2013 14:47:22 +0800 Message-ID: <5110AAFA.7060602@oracle.com> References: <510F14CF.6050801@oracle.com> <510F84C2.9090505@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <510F84C2.9090505@citrix.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: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Cc: xen-devel , Ian Campbell , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 02/04/13 17:52, Roger Pau Monn=E9 wrote: > 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, a= fter >> 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? execute xl-destroy twice crashed my server! Thanks, Joe