From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Subject: Re: Kernel 3.9 - can't boot qemu with accel=kvm _and_ networking enabled Date: Tue, 07 May 2013 17:42:32 +0200 Message-ID: <518920E8.1070600@net.home> References: <51890611.6090902@vovan.nl> <518913E3.30905@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit To: Paolo Bonzini , kvm@vger.kernel.org Return-path: Received: from 77-175-29-125.FTTH.ispfabriek.nl ([77.175.29.125]:43111 "EHLO srv2.net.home" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756874Ab3EGPme (ORCPT ); Tue, 7 May 2013 11:42:34 -0400 In-Reply-To: <518913E3.30905@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Paolo, The full command line is: qemu-system-x86_64 -machine accel=kvm -m 1024m \ -net tap -net nic \ -drive file=/dev/zpool/testsrv,index=0,cache=writethrough \ -k en-us \ -no-kvm-irqchip \ -vga cirrus I've tried any combinations of "-net" options, but the result is always the same. I think this somehow related to http://article.gmane.org/gmane.comp.emulators.kvm.devel/109461, as setting "emulate_invalid_guest_state=0" solves the problem However, I'm not aware of any consequences of this change. Regards, Vlad. On 07/05/13 16:46, Paolo Bonzini wrote: > Il 07/05/2013 15:48, Vladimir ha scritto: >> Hello, >> >> After upgrading kernel from 3.8.x to 3.9 booting virtual machine with >> kvm acceleration enabled stuck at or after iPXE initialization: >> /usr/bin/qemu-system-x86_64 ... works as expected >> /usr/bin/qemu-system-x86_64 -machine accel=kvm ... stuck >> If network is disabled (-net none) everything workd as expected. > What is the full command line you're using, and the versions of > qemu/seabios/ipxe? > > Paolo