From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeCsT-00060r-TJ for qemu-devel@nongnu.org; Tue, 05 Jul 2011 17:09:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeCsS-0004qC-Fl for qemu-devel@nongnu.org; Tue, 05 Jul 2011 17:09:53 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:58198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeCsR-0004pr-SW for qemu-devel@nongnu.org; Tue, 05 Jul 2011 17:09:52 -0400 Message-ID: <4E137DA6.902@rdsoftware.de> Date: Tue, 05 Jul 2011 23:09:58 +0200 From: Erik Rull MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] CPU assignment possiblities? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, I want to assign multiple host cores to a VM that are then exposed there as only one virtual processor core. I want to maximize there the available computation power and the guest OS cannot handle SMP. And: How can I enable qemu to run on multiple host cores? I have a i7 HT enabled linux system on another server and don't see that the process is running on multiple cores but only on one. Best regards, Erik