Re: [RFC 7/9] target/arm: Add CPU features to query-cpu-model-expansion

2020-08-15 Thread Peng Liang
On 8/13/2020 8:56 PM, Andrew Jones wrote: > On Thu, Aug 13, 2020 at 06:26:55PM +0800, Peng Liang wrote: >> Add CPU features to the result of query-cpu-model-expansion so that >> other applications (such as libvirt) can know the supported CPU >> features. >> >> Signed-off-by: zhanghailiang >> Signe

Re: [RFC 7/9] target/arm: Add CPU features to query-cpu-model-expansion

2020-08-15 Thread Andrew Jones
On Sat, Aug 15, 2020 at 10:19:05AM +0800, Peng Liang wrote: > On 8/13/2020 8:56 PM, Andrew Jones wrote: > > On Thu, Aug 13, 2020 at 06:26:55PM +0800, Peng Liang wrote: > >> Add CPU features to the result of query-cpu-model-expansion so that > >> other applications (such as libvirt) can know the sup

Re: [RFC 7/9] target/arm: Add CPU features to query-cpu-model-expansion

2020-08-13 Thread Andrew Jones
On Thu, Aug 13, 2020 at 06:26:55PM +0800, Peng Liang wrote: > Add CPU features to the result of query-cpu-model-expansion so that > other applications (such as libvirt) can know the supported CPU > features. > > Signed-off-by: zhanghailiang > Signed-off-by: Peng Liang > --- > target/arm/cpu.c

[RFC 7/9] target/arm: Add CPU features to query-cpu-model-expansion

2020-08-13 Thread Peng Liang
Add CPU features to the result of query-cpu-model-expansion so that other applications (such as libvirt) can know the supported CPU features. Signed-off-by: zhanghailiang Signed-off-by: Peng Liang --- target/arm/cpu.c | 41 + target/arm/cpu.h | 2