From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EeQ48-0000En-PR for qemu-devel@nongnu.org; Mon, 21 Nov 2005 23:47:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EeQ44-00005D-G4 for qemu-devel@nongnu.org; Mon, 21 Nov 2005 23:47:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EeQ43-0008WI-63 for qemu-devel@nongnu.org; Mon, 21 Nov 2005 23:47:31 -0500 Received: from [66.54.152.27] (helo=jive.SoftHome.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1EeQ43-0003PA-5J for qemu-devel@nongnu.org; Mon, 21 Nov 2005 23:47:31 -0500 From: Mulyadi Santosa Subject: Re: [Qemu-devel] SMP support Date: Tue, 22 Nov 2005 11:46:34 +0700 References: <43825F9E.3050103@bellard.org> In-Reply-To: <43825F9E.3050103@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511221146.34342.a_mulyadi@softhome.net> Reply-To: a_mulyadi@softhome.net, 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, Fabrice Bellard Dear Fabrice... > 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). Gooshhh, finally you made it....thanks a lot! I don't need 8 CPUs anyway, 2 is fine for me, but hey....surplus is always welcome :) Testing is on the way ASAP........ If only gdbstub is mature enough too, this will make Qemu as my ideal OS debugging platform. So far, I rely on kdb/kgdb because gdbstub on qemu behaves incorrectly and I don't know how to fix it yet regards Mulyadi