 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v5 4/5] ARM: Update Formula to compute MADT size using new callbacks in gic_hw_operations
 Hi, On 10/10/17 11:33, Manish Jaggi wrote: On 10/10/2017 3:44 PM, Julien Grall wrote:Hi Manish, On 10/10/17 07:16, mjaggi@xxxxxxxxxxxxxxxxxx wrote:From: Manish Jaggi <mjaggi@xxxxxxxxxx> estimate_acpi_efi_size needs to be updated to provide correct size of hardware domains MADT, which now adds ITS information as well.This patch updates the formula to compute extra MADT size, as per GICv2/3by calling gic_get_hwdom_extra_madt_sizeMissing full stop.oh i missed it.Could you please help with the specific section on coding style guidelines on xen for indentation when line over 80 chars which I am not following for this case.Signed-off-by: Manish Jaggi <mjaggi@xxxxxxxxxx> --- xen/arch/arm/domain_build.c | 7 +------ xen/arch/arm/gic-v2.c | 6 ++++++ xen/arch/arm/gic-v3.c | 19 +++++++++++++++++++ xen/arch/arm/gic.c | 12 ++++++++++++ xen/include/asm-arm/gic.h | 3 +++ 5 files changed, 41 insertions(+), 6 deletions(-) diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index d6f9585..f17fcf1 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c@@ -1808,12 +1808,7 @@ static int estimate_acpi_efi_size(struct domain *d, struct kernel_info *kinfo) The best guideline is the existing code around in the file, in doubt ask.The code you copied was aligned with sizeof (see in domain_build.c) and now it does not have the same alignment. Furthermore, you used double tab and not one tab (Xen is using 4 spaces). Cheers -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |