mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 14:09:38 +00:00
exynos4_boards: Silence lack of -smp 2 warning for qtest
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
db3fd06902
commit
4bd2f93ff9
@ -22,6 +22,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "sysemu/sysemu.h"
|
#include "sysemu/sysemu.h"
|
||||||
|
#include "sysemu/qtest.h"
|
||||||
#include "hw/sysbus.h"
|
#include "hw/sysbus.h"
|
||||||
#include "net/net.h"
|
#include "net/net.h"
|
||||||
#include "hw/arm/arm.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,
|
static Exynos4210State *exynos4_boards_init_common(QEMUMachineInitArgs *args,
|
||||||
Exynos4BoardType board_type)
|
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"
|
fprintf(stderr, "%s board supports only %d CPU cores. Ignoring smp_cpus"
|
||||||
" value.\n",
|
" value.\n",
|
||||||
exynos4_machines[board_type].name,
|
exynos4_machines[board_type].name,
|
||||||
|
Loading…
Reference in New Issue
Block a user