Explorar o código

Pass QEMU_ARGS for qemu-pci target too. (#66)

Andrew Walbran %!s(int64=2) %!d(string=hai) anos
pai
achega
3a7e968bdc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/aarch64/Makefile

+ 1 - 0
examples/aarch64/Makefile

@@ -64,6 +64,7 @@ qemu: $(kernel_qemu_bin) $(img)
 
 qemu-pci: $(kernel_qemu_bin) $(img)
 	qemu-system-aarch64 \
+	  $(QEMU_ARGS) \
 		-machine virt \
 		-cpu max \
 		-serial chardev:char0 \