Re: [PATCH v2] hw/arm: Adjust some coding styles about memory hotplug

2020-01-19 Thread zhukeqian
On 2020/1/17 19:07, Peter Maydell wrote: > On Fri, 17 Jan 2020 at 06:41, Keqian Zhu wrote: >> >> From: zhukeqian >> >> There is extra indent in ACPI GED plug cb. And we can use >> existing helper function to trigger hotplug handler plug. >> >> Reviewed-by: Igor Mammedov >> Signed-off-by: Keqia

Re: [PATCH v2] hw/arm: Adjust some coding styles about memory hotplug

2020-01-17 Thread Peter Maydell
On Fri, 17 Jan 2020 at 06:41, Keqian Zhu wrote: > > From: zhukeqian > > There is extra indent in ACPI GED plug cb. And we can use > existing helper function to trigger hotplug handler plug. > > Reviewed-by: Igor Mammedov > Signed-off-by: Keqian Zhu > --- > > v1->v2: > - Add Igor's R-b > > Cc:

Re: [PATCH v2] hw/arm: Adjust some coding styles about memory hotplug

2020-01-17 Thread Igor Mammedov
On Fri, 17 Jan 2020 14:38:22 +0800 Keqian Zhu wrote: > From: zhukeqian > > There is extra indent in ACPI GED plug cb. And we can use > existing helper function to trigger hotplug handler plug. > > Reviewed-by: Igor Mammedov > Signed-off-by: Keqian Zhu > --- > > v1->v2: > - Add Igor's R-b

[PATCH v2] hw/arm: Adjust some coding styles about memory hotplug

2020-01-16 Thread Keqian Zhu
From: zhukeqian There is extra indent in ACPI GED plug cb. And we can use existing helper function to trigger hotplug handler plug. Reviewed-by: Igor Mammedov Signed-off-by: Keqian Zhu --- v1->v2: - Add Igor's R-b Cc: Shameer Kolothum Cc: "Michael S. Tsirkin" Cc: Igor Mammedov Cc: Peter