[PATCH 0/3] hw/arm/nseries: Minor housekeeping

Philippe Mathieu-Daudé posted 3 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221220142520.24094-1-philmd@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
hw/arm/nseries.c           | 28 +++++++++++++---------------
hw/input/tsc2005.c         |  2 +-
hw/input/tsc210x.c         |  3 +--
include/hw/input/tsc2xxx.h |  4 ++--
4 files changed, 17 insertions(+), 20 deletions(-)
[PATCH 0/3] hw/arm/nseries: Minor housekeeping
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
Constify read-only arrays and remove some -Wextra warnings.

Philippe Mathieu-Daudé (3):
  hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg
  hw/arm/nseries: Constify various read-only arrays
  hw/arm/nseries: Silent -Wmissing-field-initializers warning

 hw/arm/nseries.c           | 28 +++++++++++++---------------
 hw/input/tsc2005.c         |  2 +-
 hw/input/tsc210x.c         |  3 +--
 include/hw/input/tsc2xxx.h |  4 ++--
 4 files changed, 17 insertions(+), 20 deletions(-)

-- 
2.38.1


Re: [PATCH 0/3] hw/arm/nseries: Minor housekeeping
Posted by Peter Maydell 1 year, 3 months ago
On Tue, 20 Dec 2022 at 14:25, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Constify read-only arrays and remove some -Wextra warnings.
>
> Philippe Mathieu-Daudé (3):
>   hw/input/tsc2xxx: Constify set_transform()'s MouseTransformInfo arg
>   hw/arm/nseries: Constify various read-only arrays
>   hw/arm/nseries: Silent -Wmissing-field-initializers warning
>
>  hw/arm/nseries.c           | 28 +++++++++++++---------------
>  hw/input/tsc2005.c         |  2 +-
>  hw/input/tsc210x.c         |  3 +--
>  include/hw/input/tsc2xxx.h |  4 ++--
>  4 files changed, 17 insertions(+), 20 deletions(-)




Applied to target-arm.next, thanks.

-- PMM