From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INP1h-0003vf-K3 for qemu-devel@nongnu.org; Tue, 21 Aug 2007 04:23:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INP1f-0003vT-5c for qemu-devel@nongnu.org; Tue, 21 Aug 2007 04:23:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INP1e-0003vQ-Ul for qemu-devel@nongnu.org; Tue, 21 Aug 2007 04:23:46 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1INP1e-0008Kz-Jx for qemu-devel@nongnu.org; Tue, 21 Aug 2007 04:23:46 -0400 Date: Tue, 21 Aug 2007 10:20:08 +0200 From: Simon Peter Message-Id: <20070821102008.726f852e.simon.peter@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Current state of SMP? 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, I'd like to emulate an SMP x86 system using QEMU, running on Linux-x86. For a first test, I tried to boot Debian Live with it using the following command line: qemu -cdrom debian-live-sid-i386-standard.iso -smp 2 It gets to the bootloader (LILO), but the keyboard is not responding. Adding -no-acpi to the command line does not solve the problem. I tried both the current release version 0.9.0 and the current CVS version of today. Does anybody know what's going on? Is SMP support working at the moment? Thanks! Simon