]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Enable SMP support
authorSasha Levin <levinsasha928@gmail.com>
Fri, 6 May 2011 23:51:11 +0000 (02:51 +0300)
committerPekka Enberg <penberg@kernel.org>
Sat, 7 May 2011 08:56:58 +0000 (11:56 +0300)
commit4ebfc0c917486e9204682c6ab38ec91c9e37f80d
tree098c8fc8e25622fff4ba8db27320a38ecb6bebe3
parent098b302a90b13d8c2632b5741c6a7bd0f027da78
kvm tools: Enable SMP support

This patch enables SMP support:

[    0.155072] Brought up 3 CPUs
[    0.155074] Total of 3 processors activated (15158.58 BogoMIPS).

virtio-console was being loaded no matter the cmdline options
and it was causing some hangs (have to look into that).

I'll send this patch to a larger audience once someone
else can confirm it actually works/doesn't work.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/kvm-cpu.c
tools/kvm/kvm-run.c