From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emmanuel Lacour Subject: Re: virtio_net hang Date: Thu, 13 Nov 2008 14:15:09 +0100 Message-ID: <20081113131509.GC14254@easter-eggs.com> References: <20081113122709.GB14254@easter-eggs.com> <20081113130404.GG8200@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm@vger.kernel.org Return-path: Received: from roxane.home-dn.net ([88.191.11.98]:53921 "EHLO roxane.home-dn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752456AbYKMNPO (ORCPT ); Thu, 13 Nov 2008 08:15:14 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by roxane.home-dn.net (Postfix) with ESMTP id 57A842C056 for ; Thu, 13 Nov 2008 14:15:12 +0100 (CET) Received: from datura.easter-eggs.fr (unknown [IPv6:2001:7a8:115a:1:214:22ff:feb4:f4ea]) by roxane.home-dn.net (Postfix) with ESMTP id CF9FC2C055 for ; Thu, 13 Nov 2008 14:15:10 +0100 (CET) Content-Disposition: inline In-Reply-To: <20081113130404.GG8200@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Nov 13, 2008 at 01:04:05PM +0000, Daniel P. Berrange wrote: > > Many of the KVM developers don't use libvirt, so probably best if you > post the actual KVM command line libvirt spawned - you can get it from > the logfile in /var/log/libvirt/qemu/$NAME.log, where $NAME is your > guest's name. > You're right, here it is: /usr/bin/kvm -S \ -M pc \ -m 4096 \ -smp 2 \ -name bar \ -monitor pty \ -boot c \ -drive \ file=/dev/vg_foo/vm_bar,if=ide,index=0,boot=on \ -drive file=/var/lib/kvm/isos/debian-31r0-i386-netinst.iso,if=ide,media=cdrom,index=2 \ -net nic,macaddr=00:16:3e:02:00:15,vlan=0,model=virtio \ -net tap,fd=29,script=,vlan=0,ifname=tap5 \ -serial none \ -parallel none \ -usb \ -vnc 127.0.0.1:5 \ -k fr