Skip to content

Commit

Permalink
move some -device flags out of unit test qemu config
Browse files Browse the repository at this point in the history
  • Loading branch information
xor-bits committed Feb 13, 2024
1 parent 6f5ec25 commit fc3b8ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions qemu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ QEMU_OVMF ?= /usr/share/ovmf/x64/OVMF.fd
ifeq (${UEFI},true)
QEMU_FLAGS += -bios ${QEMU_OVMF}
endif
# QEMU_FLAGS += -vga virtio
QEMU_FLAGS += -vga std
QEMU_FLAGS += -display gtk,show-cursor=on
QEMU_FLAGS += -usb
QEMU_FLAGS += -device virtio-sound

QEMU_RUN_FLAGS ?=
QEMU_RUN_FLAGS += ${QEMU_FLAGS}
# QEMU_FLAGS += -vga virtio
QEMU_RUN_FLAGS += -vga std
QEMU_RUN_FLAGS += -display gtk,show-cursor=on
QEMU_RUN_FLAGS += -usb
QEMU_RUN_FLAGS += -device virtio-sound

QEMU_TEST_FLAGS ?=
QEMU_TEST_FLAGS += ${QEMU_FLAGS}
Expand Down

0 comments on commit fc3b8ba

Please sign in to comment.