Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

2021-02-08 Thread John Snow
On 2/6/21 5:40 AM, Andrew Jones wrote: BTW is there some easy way to dump QMP traffic on stdio? You can use scripts/qmp/qmp-shell to manually test stuff. Thanks, drew If you enable debug logging in python too, it'll print to STDERR. This may or may not be useful depending on how the

Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

2021-02-06 Thread Andrew Jones
On Fri, Feb 05, 2021 at 05:03:08PM +0100, Philippe Mathieu-Daudé wrote: > On 2/5/21 4:33 PM, Andrew Jones wrote: > > On Fri, Feb 05, 2021 at 04:15:45PM +0100, Philippe Mathieu-Daudé wrote: > >> Hi Drew, > >> > >> On 2/5/21 3:59 PM, Andrew Jones wrote: > >>> On Fri, Feb 05, 2021 at 03:43:37PM

Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

2021-02-05 Thread Philippe Mathieu-Daudé
On 2/5/21 4:33 PM, Andrew Jones wrote: > On Fri, Feb 05, 2021 at 04:15:45PM +0100, Philippe Mathieu-Daudé wrote: >> Hi Drew, >> >> On 2/5/21 3:59 PM, Andrew Jones wrote: >>> On Fri, Feb 05, 2021 at 03:43:37PM +0100, Philippe Mathieu-Daudé wrote: Support for ARMv7 has been dropped in commit

Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

2021-02-05 Thread Andrew Jones
On Fri, Feb 05, 2021 at 04:15:45PM +0100, Philippe Mathieu-Daudé wrote: > Hi Drew, > > On 2/5/21 3:59 PM, Andrew Jones wrote: > > On Fri, Feb 05, 2021 at 03:43:37PM +0100, Philippe Mathieu-Daudé wrote: > >> Support for ARMv7 has been dropped in commit 82bf7ae84ce > >> ("target/arm: Remove KVM

Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

2021-02-05 Thread Philippe Mathieu-Daudé
Hi Drew, On 2/5/21 3:59 PM, Andrew Jones wrote: > On Fri, Feb 05, 2021 at 03:43:37PM +0100, Philippe Mathieu-Daudé wrote: >> Support for ARMv7 has been dropped in commit 82bf7ae84ce >> ("target/arm: Remove KVM support for 32-bit Arm hosts"), >> no need to check for Cortex A15 host cpu anymore. >>

Re: [PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

2021-02-05 Thread Andrew Jones
On Fri, Feb 05, 2021 at 03:43:37PM +0100, Philippe Mathieu-Daudé wrote: > Support for ARMv7 has been dropped in commit 82bf7ae84ce > ("target/arm: Remove KVM support for 32-bit Arm hosts"), > no need to check for Cortex A15 host cpu anymore. > > Signed-off-by: Philippe Mathieu-Daudé > --- >

[PATCH 1/9] tests/qtest/arm-cpu-features: Remove Cortex-A15 check

2021-02-05 Thread Philippe Mathieu-Daudé
Support for ARMv7 has been dropped in commit 82bf7ae84ce ("target/arm: Remove KVM support for 32-bit Arm hosts"), no need to check for Cortex A15 host cpu anymore. Signed-off-by: Philippe Mathieu-Daudé --- tests/qtest/arm-cpu-features.c | 4 1 file changed, 4 deletions(-) diff --git