From 2e48c8237ec60c86a72694906fb133b494da3e71 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Tue, 3 Aug 2021 20:24:21 +0100 Subject: [PATCH] Avoid showing qemu warning when testing disk images --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index feaa520..9529727 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,7 @@ endef qemu-system-x86_64 $(QEMU_OPTIONS) -cdrom $< %.img.test: %.img - qemu-system-x86_64 $(QEMU_OPTIONS) -hda $< + qemu-system-x86_64 $(QEMU_OPTIONS) -drive index=0,media=disk,format=raw,file=$< mec-tools/Makefile: @[ -e .git ] || (echo ERROR: This must be run on a git clone of the repository; false)