From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Subject: Kernel 3.9 - can't boot qemu with accel=kvm _and_ networking enabled Date: Tue, 07 May 2013 15:48:01 +0200 Message-ID: <51890611.6090902@vovan.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from 77-175-29-125.FTTH.ispfabriek.nl ([77.175.29.125]:43019 "EHLO srv2.net.home" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932821Ab3EGNzP (ORCPT ); Tue, 7 May 2013 09:55:15 -0400 Received: from localhost (localhost [127.0.0.1]) by srv2.net.home (Postfix) with ESMTP id 64E5C126A3A for ; Tue, 7 May 2013 15:46:20 +0200 (CEST) Received: from srv2.net.home ([127.0.0.1]) by localhost (webmail.net.home [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1DqnIk1J9VZh for ; Tue, 7 May 2013 15:46:17 +0200 (CEST) Received: from [192.168.178.42] (5352C5A9.cm-6-3d.dynamic.ziggo.nl [83.82.197.169]) (Authenticated sender: vovan) by srv2.net.home (Postfix) with ESMTPSA id 9FB44126A2D for ; Tue, 7 May 2013 15:46:17 +0200 (CEST) Sender: kvm-owner@vger.kernel.org List-ID: 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. I'd appreciate any thoughts regarding this problem.