Re: [PATCH v2] ACPI: Avoid infinite recursion when dump-vmstate

2020-11-12 Thread Dr. David Alan Gilbert
* Peng Liang (liangpen...@huawei.com) wrote: > There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, > which will lead to infinite recursion in dump_vmstate_vmsd. > > Fixes: a08a64627b ("ACPI: Record the Generic Error Status Block address") > Reported-by: Euler Robot > Signed-of

Re: [PATCH v2] ACPI: Avoid infinite recursion when dump-vmstate

2020-11-12 Thread Michael S. Tsirkin
On Thu, Nov 12, 2020 at 10:06:38AM +0800, Peng Liang wrote: > There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, > which will lead to infinite recursion in dump_vmstate_vmsd. > > Fixes: a08a64627b ("ACPI: Record the Generic Error Status Block address") > Reported-by: Euler Rob

[PATCH v2] ACPI: Avoid infinite recursion when dump-vmstate

2020-11-11 Thread Peng Liang
There is a field with vmstate_ghes_state as vmsd in vmstate_ghes_state, which will lead to infinite recursion in dump_vmstate_vmsd. Fixes: a08a64627b ("ACPI: Record the Generic Error Status Block address") Reported-by: Euler Robot Signed-off-by: Peng Liang Acked-by: Igor Mammedov --- hw/acpi/g