Re: [PATCH] ssi: Fix bad printf format specifiers

2020-11-04 Thread Chubb, Peter (Data61, Kensington NSW)
> "AlexChen" == AlexChen writes: AlexChen> We should use printf format specifier "%u" instead of "%d" AlexChen> for argument of type "unsigned int". AlexChen> Reported-by: Euler Robot AlexChen>Signed-off-by: Alex Chen --- LGTM, add Reviewed-By: Peter Chubb -- Peter ChubbTe

Re: [PATCH REPOST v3 16/80] arm/kzm: drop RAM size fixup

2020-01-23 Thread Chubb, Peter (Data61, Kensington NSW)
Igor> If the user provided too large a RAM size, the code used to Igor> complain and trim it to the max size. Now tht RAM is allocated by Igor> generic code, that's no longer possible, so generate an error and Igor> exit instead. You can add my 'reviewed-by' to this. There's one really minor ty

Re: [PATCH v2 19/86] arm:kzm: use memdev for RAM

2020-01-15 Thread Chubb, Peter (Data61, Kensington NSW)
> "Igor" == Igor Mammedov writes: Igor> memory region. Igor> Signed-off-by: Igor Mammedov Igor> Reviewed-by: Philippe Mathieu-Daudé Igor> --- Igor> CC: peter.ch...@nicta.com.au You can add: Reviewed-by: Peter Chubb Igor> CC: peter.mayd...@linaro.org Igor> CC: qemu-...@nongnu.org Peter

Re: [PATCH v2 18/86] arm:kzm: drop RAM size fixup

2020-01-15 Thread Chubb, Peter (Data61, Kensington NSW)
> "Igor" == Igor Mammedov writes: Igor> If user provided non-sense RAM size, board will complain and Igor> continue running with max RAM size supported. Also RAM is going Igor> to be allocated by generic code, so it won't be possible for Igor> board to fix things up for user. Igor> Make it

Re: [PATCH 0/6] Fix more GCC9 -O3 warnings

2019-12-17 Thread Chubb, Peter (Data61, Kensington NSW)
> "Philippe" == Philippe Mathieu-Daudé writes: Philippe> Fix some trivial warnings when building with -O3. For compatibility with lint and other older checkers, it'd be good to keep this as /* FALLTHROUGH */ (which gcc should accept according to its manual). Fixing the comments' placement i

Re: [Qemu-devel] [PATCH for-QEMU-4.1 v5 07/29] hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig

2019-04-18 Thread Chubb, Peter (Data61, Kensington NSW)
> "Thomas" == Thomas Huth writes: Thomas> Add Kconfig dependencies for the fsl-imx31 / kzm machine. Thomas> This patch is slightly based on earlier work by Ákos Kovács Thomas> (i.e. his "hw/arm/Kconfig: Add ARM Kconfig" patch). Thomas> Signed-off-by: Thomas Huth Reviewed-by: Peter Chubb