From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAt9f-0004zH-Qj for qemu-devel@nongnu.org; Wed, 18 Nov 2009 17:37:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAt9a-0004vp-VN for qemu-devel@nongnu.org; Wed, 18 Nov 2009 17:37:39 -0500 Received: from [199.232.76.173] (port=37989 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAt9a-0004vi-QK for qemu-devel@nongnu.org; Wed, 18 Nov 2009 17:37:34 -0500 Received: from thunk.org ([69.25.196.29]:34523 helo=thunker.thunk.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NAt9a-0000cJ-E1 for qemu-devel@nongnu.org; Wed, 18 Nov 2009 17:37:34 -0500 Date: Wed, 18 Nov 2009 17:37:27 -0500 From: tytso@mit.edu Subject: Re: [Qemu-devel] Need a way disable gPXE boot Message-ID: <20091118223727.GI10380@thunk.org> References: <4B0450C6.2040208@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0450C6.2040208@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Wed, Nov 18, 2009 at 01:53:42PM -0600, Anthony Liguori wrote: > We just did a flag day and switched our PXE rom and BIOS. We've > encountered a few regressions and we're quickly fixing them. > > Alex Graf has already fixed the problem you describe above properly > and I've merged that into upstream qemu. It will take a little bit > of time for Avi and/or Marcelo to sync those changes into qemu-kvm. Great, thanks! Good to know it's been fixed upstream. I have a workaround that works for now, and I can wait for Avi or Marcelo the get those changes merged into qemu-kvm. - Ted