From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH 1/2] libxl: Wait until QEMU removed the device before tearing it down Date: Fri, 14 Nov 2014 11:58:11 -0500 Message-ID: <546634A3.6060005@oracle.com> References: <1415661410-5191-1-git-send-email-boris.ostrovsky@oracle.com> <1415661410-5191-2-git-send-email-boris.ostrovsky@oracle.com> <21606.5282.659930.728522@mariner.uk.xensource.com> <54662004.6050702@oracle.com> <21606.10103.850619.644934@mariner.uk.xensource.com> <54662CB1.2050505@oracle.com> <21606.11847.373254.124439@mariner.uk.xensource.com> <54662FBD.1010605@oracle.com> <21606.12190.531985.105109@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21606.12190.531985.105109@mariner.uk.xensource.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: Ian Jackson Cc: xen-devel@lists.xen.org, wei.liu2@citrix.com, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 11/14/2014 11:36 AM, Ian Jackson wrote: > Boris Ostrovsky writes ("Re: [PATCH 1/2] libxl: Wait until QEMU removed the device before tearing it down"): >> On 11/14/2014 11:31 AM, Ian Jackson wrote: >>> `goto skip1' only appears in the PV path AFAICT. >> Right, this is all about PV code path. > So now I am confused. Why is qemu involved ? This has nothing to do with QEMU. It's just that we are having this conversation in the thread with wrong subject ;-) We should be talking about it in "[PATCH 2/2] libxl: Simplify cleanup in do_pci_remove()" -boris