[PATCH 0/2] target/arm: KVM Aarch32 spring cleaning

Philippe Mathieu-Daudé posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230405100848.76145-1-philmd@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
target/arm/kvm-consts.h | 9 +++------
hw/arm/virt.c           | 2 ++
target/arm/cpu_tcg.c    | 2 --
3 files changed, 5 insertions(+), 8 deletions(-)
[PATCH 0/2] target/arm: KVM Aarch32 spring cleaning
Posted by Philippe Mathieu-Daudé 2 years, 10 months ago
Remove unused KVM/Aarch32 definitions.

Philippe Mathieu-Daudé (2):
  target/arm: Remove KVM AArch32 CPU definitions
  hw/arm/virt: Restrict Cortex-A7 check to TCG

 target/arm/kvm-consts.h | 9 +++------
 hw/arm/virt.c           | 2 ++
 target/arm/cpu_tcg.c    | 2 --
 3 files changed, 5 insertions(+), 8 deletions(-)

-- 
2.38.1


Re: [PATCH 0/2] target/arm: KVM Aarch32 spring cleaning
Posted by Richard Henderson 2 years, 10 months ago
On 4/5/23 03:08, Philippe Mathieu-Daudé wrote:
> Remove unused KVM/Aarch32 definitions.
> 
> Philippe Mathieu-Daudé (2):
>    target/arm: Remove KVM AArch32 CPU definitions
>    hw/arm/virt: Restrict Cortex-A7 check to TCG
> 
>   target/arm/kvm-consts.h | 9 +++------
>   hw/arm/virt.c           | 2 ++
>   target/arm/cpu_tcg.c    | 2 --
>   3 files changed, 5 insertions(+), 8 deletions(-)
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~

Re: [PATCH 0/2] target/arm: KVM Aarch32 spring cleaning
Posted by Peter Maydell 2 years, 10 months ago
On Wed, 5 Apr 2023 at 23:06, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> On 4/5/23 03:08, Philippe Mathieu-Daudé wrote:
> > Remove unused KVM/Aarch32 definitions.
> >
> > Philippe Mathieu-Daudé (2):
> >    target/arm: Remove KVM AArch32 CPU definitions
> >    hw/arm/virt: Restrict Cortex-A7 check to TCG
> >
> >   target/arm/kvm-consts.h | 9 +++------
> >   hw/arm/virt.c           | 2 ++
> >   target/arm/cpu_tcg.c    | 2 --
> >   3 files changed, 5 insertions(+), 8 deletions(-)
> >
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Applied to target-arm.next for 8.1, thanks.

-- PMM