[PATCH 0/6] target/arm: general cleanups

Fabiano Rosas posted 6 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221213190537.511-1-farosas@suse.de
Maintainers: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c      |   1 -
target/arm/cpu64.c    |   6 -
target/arm/helper.c   | 439 ++++++++++++++++++++++++++----------------
target/arm/m_helper.c |  16 --
4 files changed, 278 insertions(+), 184 deletions(-)
[PATCH 0/6] target/arm: general cleanups
Posted by Fabiano Rosas 1 year, 4 months ago
Hi folks,

I'm splitting this big series from Claudio from last year into more
manageable chunks (at least for me):

https://lore.kernel.org/r/20210416162824.25131-1-cfontana@suse.de

This is the first chunk with only the most trivial patches that make
sense even without the kvm/tcg and sysemu/user splits.

Claudio Fontana (1):
  target/arm: cleanup cpu includes

Fabiano Rosas (5):
  target/arm: Fix checkpatch comment style warnings in helper.c
  target/arm: Fix checkpatch space errors in helper.c
  target/arm: Fix checkpatch brace errors in helper.c
  target/arm: Remove unused includes from m_helper.c
  target/arm: Remove unused includes from helper.c

 target/arm/cpu.c      |   1 -
 target/arm/cpu64.c    |   6 -
 target/arm/helper.c   | 439 ++++++++++++++++++++++++++----------------
 target/arm/m_helper.c |  16 --
 4 files changed, 278 insertions(+), 184 deletions(-)

-- 
2.35.3
Re: [PATCH 0/6] target/arm: general cleanups
Posted by Claudio Fontana 1 year, 4 months ago
On 12/13/22 20:05, Fabiano Rosas wrote:
> Hi folks,
> 
> I'm splitting this big series from Claudio from last year into more
> manageable chunks (at least for me):
> 
> https://lore.kernel.org/r/20210416162824.25131-1-cfontana@suse.de
> 
> This is the first chunk with only the most trivial patches that make
> sense even without the kvm/tcg and sysemu/user splits.
> 
> Claudio Fontana (1):
>   target/arm: cleanup cpu includes
> 
> Fabiano Rosas (5):
>   target/arm: Fix checkpatch comment style warnings in helper.c
>   target/arm: Fix checkpatch space errors in helper.c
>   target/arm: Fix checkpatch brace errors in helper.c
>   target/arm: Remove unused includes from m_helper.c
>   target/arm: Remove unused includes from helper.c
> 
>  target/arm/cpu.c      |   1 -
>  target/arm/cpu64.c    |   6 -
>  target/arm/helper.c   | 439 ++++++++++++++++++++++++++----------------
>  target/arm/m_helper.c |  16 --
>  4 files changed, 278 insertions(+), 184 deletions(-)
> 

For the series:

Reviewed-by: Claudio Fontana <cfontana@suse.de>
Re: [PATCH 0/6] target/arm: general cleanups
Posted by Peter Maydell 1 year, 3 months ago
On Tue, 13 Dec 2022 at 19:08, Fabiano Rosas <farosas@suse.de> wrote:
>
> Hi folks,
>
> I'm splitting this big series from Claudio from last year into more
> manageable chunks (at least for me):
>
> https://lore.kernel.org/r/20210416162824.25131-1-cfontana@suse.de
>
> This is the first chunk with only the most trivial patches that make
> sense even without the kvm/tcg and sysemu/user splits.



Applied to target-arm.next, thanks.

-- PMM
Re: [PATCH 0/6] target/arm: general cleanups
Posted by Cornelia Huck 1 year, 4 months ago
On Tue, Dec 13 2022, Fabiano Rosas <farosas@suse.de> wrote:

> Hi folks,
>
> I'm splitting this big series from Claudio from last year into more
> manageable chunks (at least for me):
>
> https://lore.kernel.org/r/20210416162824.25131-1-cfontana@suse.de
>
> This is the first chunk with only the most trivial patches that make
> sense even without the kvm/tcg and sysemu/user splits.
>
> Claudio Fontana (1):
>   target/arm: cleanup cpu includes
>
> Fabiano Rosas (5):
>   target/arm: Fix checkpatch comment style warnings in helper.c
>   target/arm: Fix checkpatch space errors in helper.c
>   target/arm: Fix checkpatch brace errors in helper.c
>   target/arm: Remove unused includes from m_helper.c
>   target/arm: Remove unused includes from helper.c
>
>  target/arm/cpu.c      |   1 -
>  target/arm/cpu64.c    |   6 -
>  target/arm/helper.c   | 439 ++++++++++++++++++++++++++----------------
>  target/arm/m_helper.c |  16 --
>  4 files changed, 278 insertions(+), 184 deletions(-)

For the series

Reviewed-by: Cornelia Huck <cohuck@redhat.com>