From 01b395f7fb3bec37e6860a02422dbf51caeb74c8 Mon Sep 17 00:00:00 2001 From: Quentin Ormancey <23664359+louga31@users.noreply.github.com> Date: Mon, 21 Jun 2021 19:13:26 +0200 Subject: [PATCH] Make the qemu command line adapt to the solutionnale --- samples/samples.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/samples.props b/samples/samples.props index a93ad091..a310b4ef 100644 --- a/samples/samples.props +++ b/samples/samples.props @@ -9,7 +9,7 @@ ..\debugger\qemu.exe - -name "VisualUEFI Debugger" -drive file=OVMF_CODE-need-smm.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=OVMF_VARS-need-smm.fd,if=pflash,format=raw,unit=1 -drive file=fat:rw:..\samples\$(Platform)\$(Configuration)\,media=disk,if=virtio,format=raw -drive file=UefiShell.iso,format=raw -m 512 -machine q35,smm=on -nodefaults -vga std -global driver=cfi.pflash01,property=secure,value=on -global ICH9-LPC.disable_s3=1 + -name "VisualUEFI Debugger" -drive file=OVMF_CODE-need-smm.fd,if=pflash,format=raw,unit=0,readonly=on -drive file=OVMF_VARS-need-smm.fd,if=pflash,format=raw,unit=1 -drive file=fat:rw:..\$(SolutionName)\$(Platform)\$(Configuration)\,media=disk,if=virtio,format=raw -drive file=UefiShell.iso,format=raw -m 512 -machine q35,smm=on -nodefaults -vga std -global driver=cfi.pflash01,property=secure,value=on -global ICH9-LPC.disable_s3=1 ..\..\debugger Script WindowsLocalDebugger