Re: [PATCH v2 12/12] target/arm: spe: Add corresponding doc and test.

2020-09-08 Thread Haibo Xu
On Tue, 8 Sep 2020 at 19:41, Andrew Jones wrote: > > On Tue, Sep 08, 2020 at 08:13:30AM +, Haibo Xu wrote: > > Signed-off-by: Haibo Xu > > --- > > docs/system/arm/cpu-features.rst | 20 > > target/arm/monitor.c | 2 +- > > tests/qtest/arm-cpu-features.c |

Re: [PATCH v2 12/12] target/arm: spe: Add corresponding doc and test.

2020-09-08 Thread Andrew Jones
On Tue, Sep 08, 2020 at 08:13:30AM +, Haibo Xu wrote: > Signed-off-by: Haibo Xu > --- > docs/system/arm/cpu-features.rst | 20 > target/arm/monitor.c | 2 +- > tests/qtest/arm-cpu-features.c | 9 + > 3 files changed, 30 insertions(+), 1 deletion(-)

[PATCH v2 12/12] target/arm: spe: Add corresponding doc and test.

2020-09-08 Thread Haibo Xu
Signed-off-by: Haibo Xu --- docs/system/arm/cpu-features.rst | 20 target/arm/monitor.c | 2 +- tests/qtest/arm-cpu-features.c | 9 + 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/system/arm/cpu-features.rst b/docs/system/arm/cpu-