From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsxLm-0006Pb-31 for qemu-devel@nongnu.org; Tue, 17 Dec 2013 11:18:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsxLe-00028w-CB for qemu-devel@nongnu.org; Tue, 17 Dec 2013 11:18:26 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:52039) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsxLe-00028o-7d for qemu-devel@nongnu.org; Tue, 17 Dec 2013 11:18:18 -0500 Date: Tue, 17 Dec 2013 16:18:15 +0000 From: Wei Liu Message-ID: <20131217161815.GA7098@zion.uk.xensource.com> References: <52A86BA5.3040100@m2r.biz> <20131211153841.GA17528@zion.uk.xensource.com> <52A88EB9.8050708@m2r.biz> <20131211165557.GA11063@zion.uk.xensource.com> <52A9B5BF.2040605@m2r.biz> <20131212152301.GC21900@zion.uk.xensource.com> <52A9DEB7.7020803@m2r.biz> <52AAD885.1020402@m2r.biz> <20131213162238.GQ21900@zion.uk.xensource.com> <52B07576.1020308@m2r.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <52B07576.1020308@m2r.biz> Subject: Re: [Qemu-devel] [Spice-devel] Vdagent not working on xen linux hvm DomUs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fabio Fantoni Cc: Alon Levy , xen-devel , Wei Liu , "qemu-devel@nongnu.org" , spice-devel@lists.freedesktop.org On Tue, Dec 17, 2013 at 05:01:58PM +0100, Fabio Fantoni wrote: [...] > > Thanks for your reply. > About kernel msi regression I'll do other tests. > Could it be useful to try this patch: > https://bugzilla.kernel.org/attachment.cgi?id=113791 > or is it totally unrelated? > Not sure. You would probably need to check if the kernel version you used already has that patch. IIRC, you said e1000 worked without pci=nomsi. And, if I remember correctly, e1000 uses MSI by default. So it is hard to tell what is broken. After all so many different components, so many different versions of different components are involved. Wei.