Re: [Qemu-devel] [PATCH 08/14] nvdimm acpi: cleanup nvdimm_build_fit

2016-11-09 Thread Igor Mammedov
On Mon, 7 Nov 2016 19:13:43 +0800 Xiao Guangrong wrote: > inline buf_size to refine the code a bit > > Suggested-by: Igor Mammedov > Signed-off-by: Xiao Guangrong > --- > hw/acpi/nvdimm.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Igor Mammedov > > diff --git

Re: [Qemu-devel] [PATCH 08/14] nvdimm acpi: cleanup nvdimm_build_fit

2016-11-07 Thread Stefan Hajnoczi
On Mon, Nov 07, 2016 at 07:13:43PM +0800, Xiao Guangrong wrote: > inline buf_size to refine the code a bit > > Suggested-by: Igor Mammedov > Signed-off-by: Xiao Guangrong > --- > hw/acpi/nvdimm.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) Reviewed-by: Stefan Hajnoczi signatu

[Qemu-devel] [PATCH 08/14] nvdimm acpi: cleanup nvdimm_build_fit

2016-11-07 Thread Xiao Guangrong
inline buf_size to refine the code a bit Suggested-by: Igor Mammedov Signed-off-by: Xiao Guangrong --- hw/acpi/nvdimm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hw/acpi/nvdimm.c b/hw/acpi/nvdimm.c index f2c0659..148999e 100644 --- a/hw/acpi/nvdimm.c +++ b/hw/acpi/n