Re: [Qemu-devel] [PATCH v3 8/8] acpi: rewrite the _FIT method to use it in _HMA method

2019-02-06 Thread Igor Mammedov
On Thu, 31 Jan 2019 15:16:58 +0800 Tao Xu wrote: > Per Igor's comment, rewrite NFIT code to build _HMA method. > > We rewirte the function nvdimm_build_common_dsm(Aml *dev) and > nvdimm_build_fit(Aml *dev) in hw/acpi/nvdimm.c so that we can use > method_number as input to decide to generate _FIT

[Qemu-devel] [PATCH v3 8/8] acpi: rewrite the _FIT method to use it in _HMA method

2019-01-30 Thread Tao Xu
Per Igor's comment, rewrite NFIT code to build _HMA method. We rewirte the function nvdimm_build_common_dsm(Aml *dev) and nvdimm_build_fit(Aml *dev) in hw/acpi/nvdimm.c so that we can use method_number as input to decide to generate _FIT or _HMA method. Reviewed-by: Liu Jingqi Signed-off-by: Tao