From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1P5N-0002tc-Uc for qemu-devel@nongnu.org; Fri, 01 Feb 2013 17:31:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1P1m-0000UF-2C for qemu-devel@nongnu.org; Fri, 01 Feb 2013 17:27:53 -0500 Received: from ia-in-x0229.1e100.net ([2607:f8b0:4001:c02::229]:64283 helo=mail-ia0-x229.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1P1l-0000U2-TY for qemu-devel@nongnu.org; Fri, 01 Feb 2013 17:24:09 -0500 Received: by mail-ia0-f169.google.com with SMTP id j5so6017118iaf.14 for ; Fri, 01 Feb 2013 14:24:09 -0800 (PST) From: Anthony Liguori In-Reply-To: <510BD16002000048000D4B30@novprvoes0310.provo.novell.com> References: <510BD16002000048000D4B30@novprvoes0310.provo.novell.com> Date: Fri, 01 Feb 2013 16:16:22 -0600 Message-ID: <87ip6bznm1.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] libvirt fails to start guest with latest code checkins List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bruce Rogers , qemu-devel@nongnu.org, jasowang@redhat.com Bruce Rogers writes: > I get the following error message starting a linux guest via > libvirt with the latest qemu git head: > > brogers2:/ # virsh start sles11 > error: Failed to start domain sles11 > error: internal error process exited while connecting to monitor: WARNING: failed to find acpi-dsdt.aml > qemu-kvm: -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:59:31:da,bus=pci.0,addr=0x3: Property 'virtio-net-pci.netdev' can't find value 'hostnet0' > > I bisected it to this commit: Can you provide full details and logs? I cannot reproduce this with a simple invocation. The 'qemu-kvm:' suffix suggests that you aren't just using a straight qemu.git. Are you carrying any patches that may be affecting this? Regards, Anthony Liguori > > brogers@brogers1:~/osr/git/qemu> git bisect good > 264986e2c8f14a0f4a32ac6f1e083905833a5fc7 is the first bad commit > commit 264986e2c8f14a0f4a32ac6f1e083905833a5fc7 > Author: Jason Wang > Date: Wed Jan 30 19:12:34 2013 +0800 > > tap: multiqueue support > > I'm not sure if it's at all related to the windows networking problem also > just reported. > > Bruce >