From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Possible bug with pass-through hot-plug? Date: Thu, 26 Nov 2009 13:54:24 +0000 Message-ID: References: <20091124054844.GA21865@verge.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20091124054844.GA21865@verge.net.au> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Simon Horman , Tom Rotenberg Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 24/11/2009 05:48, "Simon Horman" wrote: > sorry for the extended delay, I was first busy with travel > and then with family. I'm finally back on deck and sifting through > my todo list. > > Can you see if the patch below solves the problem that you were > observing. It seems to help in my test environment. > > ----------------------------------------------------------------------------- > > hvmloader: pass-through: use O(log(n)) logic for hotplug events This looked good to me, but I think that all this per-slot logic in DSDT is a pain to manage manually. So I've applied a patch (xen-unstable:20510) to auto-generate those parts of the DSDT. Simon: you might want to take a look and also check that it does actually work. ;-) -- Keir