From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs8AS-0003st-EW for qemu-devel@nongnu.org; Fri, 21 Jan 2005 18:26:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs8AI-0003h1-1O for qemu-devel@nongnu.org; Fri, 21 Jan 2005 18:26:06 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cs7tH-0001Dm-3G for qemu-devel@nongnu.org; Fri, 21 Jan 2005 18:08:31 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id CA92B331A1 for ; Sat, 22 Jan 2005 00:08:28 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06834-07 for ; Sat, 22 Jan 2005 00:08:28 +0100 (CET) Received: from [84.99.204.178] (unknown [84.99.204.178]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 9C10F33171 for ; Sat, 22 Jan 2005 00:08:28 +0100 (CET) Message-ID: <41F18B9E.8060001@bellard.org> Date: Sat, 22 Jan 2005 00:09:18 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Qemu-devel Digest, Vol 22, Issue 46 References: <200501212223.34603.paul@codesourcery.com> In-Reply-To: <200501212223.34603.paul@codesourcery.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Paul Brook wrote: > Simulating multiple cpu SMP guest system on a SMP host cpus would be > interesting, but that's a whole new thing. I plan to add it someday, but x86 virtualization seems more important now. For SMP, some work is needed to render the virtual CPU core thread safe (I would like that each virtual CPU use the same translated code cache). Fabrice.