]> git.proxmox.com Git - qemu.git/commitdiff
exynos4_boards: Silence lack of -smp 2 warning for qtest
authorAndreas Färber <afaerber@suse.de>
Mon, 29 Jul 2013 16:29:54 +0000 (18:29 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 5 Nov 2013 16:47:29 +0000 (17:47 +0100)
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/arm/exynos4_boards.c

index 2929f9f8ab45521f992be11249083a217f7f9158..26cedecee355bf197d612eab6d9657b68481cc9a 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include "sysemu/sysemu.h"
+#include "sysemu/qtest.h"
 #include "hw/sysbus.h"
 #include "net/net.h"
 #include "hw/arm/arm.h"
@@ -96,7 +97,7 @@ static void lan9215_init(uint32_t base, qemu_irq irq)
 static Exynos4210State *exynos4_boards_init_common(QEMUMachineInitArgs *args,
                                                    Exynos4BoardType board_type)
 {
-    if (smp_cpus != EXYNOS4210_NCPUS) {
+    if (smp_cpus != EXYNOS4210_NCPUS && !qtest_enabled()) {
         fprintf(stderr, "%s board supports only %d CPU cores. Ignoring smp_cpus"
                 " value.\n",
                 exynos4_machines[board_type].name,