mirror of
https://github.com/Dasharo/edk2.git
synced 2026-06-13 10:16:24 -07:00
OvmfPkg/VirtMmCommunicationDxe: better usage hint
Print per-arch help lines with qemu usage information. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
2e236ea148
commit
f4f14b8d7e
@@ -400,8 +400,15 @@ ReturnErrorStatus:
|
||||
DEBUG ((
|
||||
DEBUG_ERROR,
|
||||
"ERROR: qemu uefi variable service is not available, use \n"
|
||||
" 'qemu-system-x86_64 -device uefi-vars-x64' or\n"
|
||||
#if defined (MDE_CPU_X64)
|
||||
" 'qemu-system-x86_64 -device uefi-vars-x64'\n"
|
||||
#elif defined (MDE_CPU_AARCH64)
|
||||
" 'qemu-system-aarch64 -device uefi-vars-sysbus'\n"
|
||||
#elif defined (MDE_CPU_RISCV64)
|
||||
" 'qemu-system-riscv64 -device uefi-vars-sysbus'\n"
|
||||
#else
|
||||
#error unsupported architecture
|
||||
#endif
|
||||
));
|
||||
CpuDeadLoop ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user