boot: 0.769 files: 0.692 device: 0.611 graphic: 0.459 kernel: 0.367 semantic: 0.326 i386: 0.281 arm: 0.280 network: 0.273 hypervisor: 0.263 ppc: 0.262 socket: 0.226 vnc: 0.221 x86: 0.213 mistranslation: 0.198 user-level: 0.170 architecture: 0.160 debug: 0.143 risc-v: 0.120 PID: 0.110 TCG: 0.107 VMM: 0.105 virtual: 0.104 peripherals: 0.099 KVM: 0.099 register: 0.085 performance: 0.070 permissions: 0.069 assembly: 0.058 assert in qemu-6.2.0/hw/acpi/aml-build.c:61:build_append_padded_str: assertion failed: (len <= maxlen) Description of problem: assert and crash when -acpitable argument is used. Specifically, the argument was "-acpitable file=my_file.bin" which causes the assert and crash. The other arguments, I hope, are not critical. In brief, I'm using secure boot (with ovmf_code.secboot.fd), and a sw tpm as well. But hopefully these are not relevant. The assert with -acpitable is a regression since it worked with version 6.1.0 The actual error message in qemu 6.2.0 is qemu-6.2.0/hw/acpi/aml-build.c:61:build_append_padded_str: assertion failed: (len <= maxlen) Steps to reproduce: 1. 2. 3. Additional information: