Re: [PATCH 1/4] acpi: fix QEMU crash when started with SLIC table

2022-01-02 Thread Igor Mammedov
CCing, qemu-stable@ On Mon, 27 Dec 2021 14:31:17 -0500 Igor Mammedov wrote: > if QEMU is started with used provided SLIC table blob, > > -acpitable sig=SLIC,oem_id='CRASH > ',oem_table_id="ME",oem_rev=2210,asl_compiler_id="",asl_compiler_rev=,data=/dev/null > it will assert with:

Re: [PATCH 1/4] acpi: fix QEMU crash when started with SLIC table

2021-12-30 Thread Alexander Tsoy
В Пн, 27/12/2021 в 14:31 -0500, Igor Mammedov пишет: > if QEMU is started with used provided SLIC table blob, > >   -acpitable sig=SLIC,oem_id='CRASH > ',oem_table_id="ME",oem_rev=2210,asl_compiler_id="",asl_compiler_re > v=,data=/dev/null > it will assert with: > >   hw/acpi/aml-buil

Re: [PATCH 1/4] acpi: fix QEMU crash when started with SLIC table

2021-12-28 Thread Denis Lisov
On Monday, 27 December 2021 22:31:17 MSK Igor Mammedov wrote: > if QEMU is started with used provided SLIC table blob, > > -acpitable sig=SLIC,oem_id='CRASH > ',oem_table_id="ME",oem_rev=2210,asl_compiler_id="",asl_compiler_rev=00 > 00,data=/dev/null it will assert with: > > hw/acpi/a

Re: [PATCH 1/4] acpi: fix QEMU crash when started with SLIC table

2021-12-27 Thread Philippe Mathieu-Daudé
On 12/27/21 20:31, Igor Mammedov wrote: > if QEMU is started with used provided SLIC table blob, > > -acpitable sig=SLIC,oem_id='CRASH > ',oem_table_id="ME",oem_rev=2210,asl_compiler_id="",asl_compiler_rev=,data=/dev/null > it will assert with: > > hw/acpi/aml-build.c:61:build_ap

[PATCH 1/4] acpi: fix QEMU crash when started with SLIC table

2021-12-27 Thread Igor Mammedov
if QEMU is started with used provided SLIC table blob, -acpitable sig=SLIC,oem_id='CRASH ',oem_table_id="ME",oem_rev=2210,asl_compiler_id="",asl_compiler_rev=,data=/dev/null it will assert with: hw/acpi/aml-build.c:61:build_append_padded_str: assertion failed: (len <= maxlen) a