From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Kernel 3.9 - can't boot qemu with accel=kvm _and_ networking enabled Date: Wed, 8 May 2013 05:57:21 -0400 (EDT) Message-ID: <1212942143.7655533.1368007041492.JavaMail.root@redhat.com> References: <51890611.6090902@vovan.nl> <518913E3.30905@redhat.com> <518920E8.1070600@net.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Vlad Return-path: Received: from mx4-phx2.redhat.com ([209.132.183.25]:43921 "EHLO mx4-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603Ab3EHJ5W (ORCPT ); Wed, 8 May 2013 05:57:22 -0400 In-Reply-To: <518920E8.1070600@net.home> 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. Actually, the other bug involves sgabios and you are not using it. Please try executing the following commands from the monitor (you can use "-monitor stdio" to make cut-and-paste simpler): x/8i \$pc x/64b \$pc and include the output in the reply to this message. Thanks, Paolo