From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVBjQ-0007r0-Ns for qemu-devel@nongnu.org; Tue, 11 Sep 2007 15:49:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVBjM-0007qC-3t for qemu-devel@nongnu.org; Tue, 11 Sep 2007 15:49:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVBjL-0007q9-UB for qemu-devel@nongnu.org; Tue, 11 Sep 2007 15:49:03 -0400 Received: from wsip-68-15-230-7.om.om.cox.net ([68.15.230.7] helo=hachi.dashjr.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVBjK-0006gJ-Hc for qemu-devel@nongnu.org; Tue, 11 Sep 2007 15:49:02 -0400 Received: from [2002:48ce:72ec:0:20d:60ff:fe77:7d85] (yokochan.lan [IPv6:2002:48ce:72ec:0:20d:60ff:fe77:7d85]) (Authenticated sender: luke-jr) by hachi.dashjr.org (Postfix) with ESMTP id AB62D960049 for ; Tue, 11 Sep 2007 19:48:57 +0000 (UTC) From: Luke -Jr Subject: Re: [Qemu-devel] expose host CPU features to guests: Take 2 Date: Tue, 11 Sep 2007 14:48:54 -0500 References: <20070905174530.GA3945@karma.qumranet.com> <20070910120125.GA31345@karma.qumranet.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709111448.55519.luke@dashjr.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Friday 07 September 2007, Natalia Portillo wrote: > and remember, please, x86_64 only composes from pentium4 upwards and > athlon64 upwards, no sense to behave like 386 in x86-64 emulator lol) Actually, there is. Isn't the x86_64 emulator required to use kqemu on x86_64? Or does the -cpu 486 only apply to raw emulation mode anyway?