RE: [PATCH v6 5/8] acpi: Align the size to 128k

2020-05-08 Thread miaoyubo
dhat.com; Xiexiangyou > Subject: Re: [PATCH v6 5/8] acpi: Align the size to 128k > > On Wed, Apr 08, 2020 at 08:58:13PM +0800, Yubo Miao wrote: > > From: miaoyubo > > > > If table size is changed between virt_acpi_build and > > virt_acpi_build_update, the table size w

Re: [PATCH v6 5/8] acpi: Align the size to 128k

2020-05-04 Thread Michael S. Tsirkin
On Wed, Apr 08, 2020 at 08:58:13PM +0800, Yubo Miao wrote: > From: miaoyubo > > If table size is changed between virt_acpi_build and > virt_acpi_build_update, the table size would not be updated to > UEFI, therefore, just align the size to 128kb, which is enough > and same with x86. It would warn

[PATCH v6 5/8] acpi: Align the size to 128k

2020-04-08 Thread Yubo Miao
From: miaoyubo If table size is changed between virt_acpi_build and virt_acpi_build_update, the table size would not be updated to UEFI, therefore, just align the size to 128kb, which is enough and same with x86. It would warn if 64k is not enough and the align size should be updated. Signed-off