From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VeSDo-00035K-2d for qemu-devel@nongnu.org; Thu, 07 Nov 2013 11:14:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VeSDf-0001f5-Lz for qemu-devel@nongnu.org; Thu, 07 Nov 2013 11:14:16 -0500 Date: Thu, 7 Nov 2013 17:13:30 +0100 From: "Edgar E. Iglesias" Message-ID: <20131107161330.GB31594@smtp.vpn> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Does QEMU support MIPS SMP2 malta board? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nancy Cc: qemu-devel@nongnu.org, qemu-discuss@nongnu.org On Thu, Oct 31, 2013 at 11:47:12AM +0800, Nancy wrote: > Hi, > > Does QEMU support MIPS smp 2 malta board? > > $ qemu-system-mipsel -M malta -kernel vmlinux -initrd ramfs.cpio.gz \ > -append "console=ttyS0 root=/dev/ram0 maxcpus=2" -nographic -s \ > -smp 2 > .... > > > There's no problem while I removing "-smp 2" option. (plus the kernel > MIPS configure file " malta_defconfig" support smp 2 ) Hi, Yes it should work. Can you please try again with -cpu 34Kf? Cheers, Edgar