From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EeLYm-0000P8-Ow for qemu-devel@nongnu.org; Mon, 21 Nov 2005 18:58:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EeLYm-0000Od-1d for qemu-devel@nongnu.org; Mon, 21 Nov 2005 18:58:56 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeLYl-0000OU-L9 for qemu-devel@nongnu.org; Mon, 21 Nov 2005 18:58:55 -0500 Received: from [84.96.92.56] (helo=smTp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EeLYl-0002l6-P5 for qemu-devel@nongnu.org; Mon, 21 Nov 2005 18:58:56 -0500 Received: from [84.102.211.64] by sp604003mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IQB008UIXA2L980@sp604003mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 22 Nov 2005 00:58:50 +0100 (CET) Date: Tue, 22 Nov 2005 01:00:30 +0100 From: Fabrice Bellard Message-id: <43825F9E.3050103@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Subject: [Qemu-devel] SMP support 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 Hi all, I just commited the code to emulate SMP targets. As an example, I added support for x86 PCs with up to 8 CPUs (option -smp). There are still some optimisations to do regarding the scheduling and I only tested the code with a Linux 2.4 guest OS. Happy testing :-) Fabrice.