From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzQdf-00075Z-Cw for qemu-devel@nongnu.org; Thu, 09 Aug 2012 07:10:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzQde-0001AH-JB for qemu-devel@nongnu.org; Thu, 09 Aug 2012 07:10:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzQde-0001AA-Ak for qemu-devel@nongnu.org; Thu, 09 Aug 2012 07:10:50 -0400 Message-ID: <50239AB5.3080205@redhat.com> Date: Thu, 09 Aug 2012 13:10:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <502283FA.2080506@profihost.ag> <5022912B.2000607@redhat.com> <50235527.4090804@profihost.ag> <50236059.7060801@redhat.com> <4A799203-5BFF-4DE9-9B85-459096EBEC22@profihost.ag> <50236484.2090702@redhat.com> <502369C7.7000300@profihost.ag> <50238E2A.1050203@profihost.ag> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-scsi vs. virtio-blk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel , Stefan Priebe - Profihost AG Il 09/08/2012 13:04, Stefan Hajnoczi ha scritto: >> > That looks better - thanks for the hint. But now network isn't working at >> > all ;-( > You need to have commit 26b9b5fe17cc1b6be2e8bf8b9d16094f420bb8ad > ("virtio: fix vhost handling"). Pull the latest qemu.git/master > changes if you don't have it. Or for bisection, just disable vhost. Paolo > Besides that recent vhost-net fix I'm not sure what the problem could > be. Your command-line looks sane. Can you share errors messages or > details on the failure? > > With tap the most common problem is permissions since the QEMU process > needs to have access to the /dev/tap* device.