From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 3/4] docs: add pvscsi.txt Date: Mon, 2 Mar 2015 19:24:14 +0100 Message-ID: <20150302182414.GA16226@aepfle.de> References: <1425291362-30228-1-git-send-email-olaf@aepfle.de> <1425291362-30228-4-git-send-email-olaf@aepfle.de> <54F443A3.9070806@suse.com> <20150302151416.GB20719@aepfle.de> <54F48340.1070506@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <54F48340.1070506@suse.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: Juergen Gross Cc: Keir Fraser , Ian Campbell , Tim Deegan , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich List-Id: xen-devel@lists.xenproject.org On Mon, Mar 02, Juergen Gross wrote: > On 03/02/2015 04:14 PM, Olaf Hering wrote: > >In this case the code which checks pdev usage in > >libxl_device_vscsi_get_host can just be removed. > Hmm, maybe issuing a warning would be a sensible thing to do? This gets us back to square #1 with the question how to do foreach domid ; foreach vscsi If domains are started parallel a simple check will miss devices. Perhaps not an issue if its just a warning message. Olaf