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