From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Sck-0003He-OM for qemu-devel@nongnu.org; Mon, 11 Apr 2011 21:42:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9MLn-0006Di-3R for qemu-devel@nongnu.org; Mon, 11 Apr 2011 15:00:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9MLm-0006DQ-M6 for qemu-devel@nongnu.org; Mon, 11 Apr 2011 15:00:39 -0400 From: Alex Williamson In-Reply-To: <20110411153519.37f8316a@doriath> References: <20110408202525.26c45c05@doriath> <4D9FAD71.5020503@codemonkey.ws> <20110411153519.37f8316a@doriath> Content-Type: text/plain; charset="UTF-8" Date: Mon, 11 Apr 2011 13:00:32 -0600 Message-ID: <1302548432.3589.78.camel@x201> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Slow PXE boot in qemu.git (fast in qemu-kvm.git) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: kvm@vger.kernel.org, mst@redhat.com, mtosatti@redhat.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, avi@redhat.com On Mon, 2011-04-11 at 15:35 -0300, Luiz Capitulino wrote: > On Fri, 08 Apr 2011 19:50:57 -0500 > Anthony Liguori wrote: > > > On 04/08/2011 06:25 PM, Luiz Capitulino wrote: > > > Hi there, > > > > > > Summary: > > > > > > - PXE boot in qemu.git (HEAD f124a41) is quite slow, more than 5 minutes. Got > > > the problem with e1000, virtio and rtl8139. However, pcnet *works* (it's > > > as fast as qemu-kvm.git) > > > > > > - PXE boot in qemu-kvm.git (HEAD df85c051) is fast, less than a minute. Tried > > > with e1000, virtio and rtl8139 (I don't remember if I tried with pcnet) > > > I was having this problem too, but I think it's because I forgot to build qemu with --enable-io-thread, which is the default for qemu-kvm. Can you re-configure and build with that and see if it's fast? Thanks, Alex