From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9WtA-00019A-Ta for qemu-devel@nongnu.org; Tue, 14 Oct 2003 17:39:32 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9Wo3-0003Dd-UL for qemu-devel@nongnu.org; Tue, 14 Oct 2003 17:34:47 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A9Wl3-0008DZ-0X for qemu-devel@nongnu.org; Tue, 14 Oct 2003 17:31:09 -0400 Received: from [193.252.22.29] (helo=mwinf0201.wanadoo.fr) by mx20.gnu.org with esmtp (Exim 4.24) id 1A9WeL-0001w2-UH for qemu-devel@nongnu.org; Tue, 14 Oct 2003 17:24:14 -0400 Received: from free.fr (ATuileries-112-1-4-4.w81-53.abo.wanadoo.fr [81.53.133.4]) by mwinf0201.wanadoo.fr (SMTP Server) with ESMTP id 859693000999 for ; Tue, 14 Oct 2003 23:24:09 +0200 (CEST) Message-ID: <3F8C6995.1010503@free.fr> Date: Tue, 14 Oct 2003 23:24:37 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Mac OS X and QEMU "roadmap" References: <20031007134932.1D6992C7B5@lists.samba.org> In-Reply-To: <20031007134932.1D6992C7B5@lists.samba.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Rusty Russell wrote: > In message <3F81EC35.8040808@free.fr> you write: > >>OK. I will try to look at that after the next release. On my TODO list I >>have 3 (or 4) items left: > > > You missed "primitive SMP support". With the hotplug CPU code I'm > working on, it'd be a huge boon... > > Just don't want you to get bored 8) I think SMP will not be so complicated to add provided QEMU schedules itself each virtual CPU... I must first find some time to finish the current release ! Fabrice.