From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr89r-0001eX-1p for qemu-devel@nongnu.org; Thu, 12 Dec 2013 10:26:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vr89m-00029j-0y for qemu-devel@nongnu.org; Thu, 12 Dec 2013 10:26:34 -0500 Received: from smtp.citrix.com ([66.165.176.89]:33091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vr89l-00029C-Rf for qemu-devel@nongnu.org; Thu, 12 Dec 2013 10:26:29 -0500 Date: Thu, 12 Dec 2013 15:23:01 +0000 From: Wei Liu Message-ID: <20131212152301.GC21900@zion.uk.xensource.com> References: <20131206144030.GD30613@zion.uk.xensource.com> <52A1E3FA.6090809@m2r.biz> <20131206145546.GF30613@zion.uk.xensource.com> <20131206153937.GB4419@zion.uk.xensource.com> <52A7274A.90906@m2r.biz> <52A86BA5.3040100@m2r.biz> <20131211153841.GA17528@zion.uk.xensource.com> <52A88EB9.8050708@m2r.biz> <20131211165557.GA11063@zion.uk.xensource.com> <52A9B5BF.2040605@m2r.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <52A9B5BF.2040605@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 Thu, Dec 12, 2013 at 02:10:23PM +0100, Fabio Fantoni wrote: [...] > I did some other tests, I narrowed down the commit range to the one between: > > commit c9fea5d701f8fd33f0843728ec264d95cee3ed37 Mon, 22 Jul 2013 > 15:14:18 (Merge remote-tracking branch 'bonzini/iommu-for-anthony') > where there is virtio net regression with xen > > and > > commit 962b03fcf509db25c847aa67c4eff574c240dcfe Thu, 4 Jul 2013 > 15:42:43 +0000 (xen: Mark fixed platform I/O as unaligned) > where virtio net is working > > I also tested: > commit 2562becfc126ed7678c662ee23b7c1fe135d8966 Mon, 15 Jul 2013 > 19:02:41 +0000 > and > commit dcb117bfda5af6f6ceb7231778d36d8bce4aee93 Thu, 4 Jul 2013 > 15:42:46 +0000 > but qemu crashes on xl create for another error and I haven't found > which is the commit to apply with git cherry-pick so that I can > check if the virtio net regression is present. > > Can someone help me please? > > I added also qemu-devel to cc. > I did a quick test with Xen's QEMU, currently at commit 1c514a7734b7f98625a0d18d5e8ee7581f26e50c Merge: 79c097d 35bdc13 Author: Stefano Stabellini Date: Tue Jun 25 11:34:24 2013 +0000 Merge remote branch 'perard/cpu-hotplug-port-v2' into xen-staging-master-7 from git://xenbits.xen.org/qemu-upstream-unstable.git My guest is Squeeze with stock kernel 2.6.32. vif=['model=virtio-net-pci,bridge=xenbr0'] No pci=nomsi in guest kernel command line. Everything worked fine. And /proc/interrupts shows that it's indeed using MSI for virtio PCI. I'm kind of confused. (And in the long run of this thread I probably didn't remember everything.) Wei. > Thanks for any reply.