From 301572949ac5a1c7966b262d023701365e267c75 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 5 May 2016 10:55:39 -0400 Subject: [PATCH] qemu: disable vga and avoid annoying warning message supress warning message about missing rom file qemu-system-i386: pci_add_option_rom: \ failed to find romfile "vgabios-cirrus.bin" Change-Id: I335369cf40b0891cbc96b4ff4d9e5e2f4740ee96 Signed-off-by: Anas Nashif --- arch/arm/Makefile | 2 +- arch/x86/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index ab17000083d..6fb1053b5ea 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -9,7 +9,7 @@ KBUILD_CXXFLAGS += $(cflags-y) QEMU_CPU_TYPE_arm = cortex-m3 QEMU_FLAGS_arm = -cpu $(QEMU_CPU_TYPE_arm) \ - -machine lm3s6965evb -nographic + -machine lm3s6965evb -nographic -vga none QEMU_arm = qemu-system-arm export QEMU_FLAGS_arm QEMU_arm diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 5bc209f408f..2597cb22664 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -40,7 +40,7 @@ QEMU_X86_NO_REBOOT_y = QEMU_X86_NO_REBOOT_ = -no-reboot QEMU_FLAGS_x86 = -m 32 -cpu $(QEMU_CPU_TYPE_x86) \ $(QEMU_X86_NO_REBOOT_$(CONFIG_REBOOT)) \ - -nographic -display none -net none \ + -nographic -vga none -display none -net none \ -clock dynticks -no-acpi -balloon none \ -L $(QEMU_BIOS) -bios bios.bin \ -machine type=pc-0.14