diff options
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/786.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_missing/786.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/786.toml b/gitlab/issues/target_i386/host_missing/accel_missing/786.toml new file mode 100644 index 00000000..950e4272 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_missing/786.toml @@ -0,0 +1,25 @@ +id = 786 +title = "assert in qemu-6.2.0/hw/acpi/aml-build.c:61:build_append_padded_str: assertion failed: (len <= maxlen)" +state = "closed" +created_at = "2021-12-20T05:28:18.092Z" +closed_at = "2022-01-08T04:59:35.425Z" +labels = ["ACPI", "target: i386"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/786" +host-os = "Arch linux" +host-arch = "x86" +qemu-version = "6.2.0" +guest-os = "Windows 10 21H1" +guest-arch = "x86" +description = """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)""" +reproduce = """1. +2. +3.""" +additional = """""" |