From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYfZl-0004h9-Bk for qemu-devel@nongnu.org; Wed, 05 Aug 2009 08:26:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYfZg-0004er-8H for qemu-devel@nongnu.org; Wed, 05 Aug 2009 08:26:36 -0400 Received: from [199.232.76.173] (port=49209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYfZf-0004ef-Ld for qemu-devel@nongnu.org; Wed, 05 Aug 2009 08:26:31 -0400 Received: from relay2.sgi.com ([192.48.179.30]:42267 helo=relay.sgi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYfZf-0003or-1I for qemu-devel@nongnu.org; Wed, 05 Aug 2009 08:26:31 -0400 Message-ID: <4A797A72.40807@sgi.com> Date: Wed, 05 Aug 2009 14:26:26 +0200 From: Jes Sorensen MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] FW_CFG_EMULATOR References: <4A76FCC5.2020803@sgi.com> <4A79662C.6040307@redhat.com> In-Reply-To: <4A79662C.6040307@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Anthony Liguori , Kevin O'Connor , qemu-devel On 08/05/2009 12:59 PM, Avi Kivity wrote: > The guest never runs on kvm or kqemu. It always runs on qemu, which may > use kvm or kqemu for cpu virtualization. > That is exactly why I designed it to have QEMU as the master emu version and then KVM/KQEMU etc. as the minor version. However given our conversation yesterday, I am going to respin it as fw cfg features instead of the blank 'you are running on KVM' thing. Cheers, Jes