Re: [PATCH v1 20/24] Add -secure-boot on|off option in QEMU command line

2025-04-11 Thread Thomas Huth
On 08/04/2025 17.55, Zhuoying Cai wrote: The `-secure-boot on|off` command line option is implemented to enable secure IPL. By default, -secure-boot is set to false if not specified in the command line. Signed-off-by: Zhuoying Cai --- qemu-options.hx | 8 system/vl.c | 21

[PATCH v1 20/24] Add -secure-boot on|off option in QEMU command line

2025-04-08 Thread Zhuoying Cai
The `-secure-boot on|off` command line option is implemented to enable secure IPL. By default, -secure-boot is set to false if not specified in the command line. Signed-off-by: Zhuoying Cai --- qemu-options.hx | 8 system/vl.c | 21 + 2 files changed, 29 insert