Re: [RFC 0/9] Support disable/enable CPU features for AArch64

2020-08-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200813102657.2588720-1-liangpen...@huawei.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEG

Re: [RFC 0/9] Support disable/enable CPU features for AArch64

2020-08-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200813102657.2588720-1-liangpen...@huawei.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20200813102657.2588720-1-liangpen...@huawei.com Subject: [RFC 0/9] Support disable

Re: [RFC 0/9] Support disable/enable CPU features for AArch64

2020-08-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200813102657.2588720-1-liangpen...@huawei.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGI

Re: [RFC 0/9] Support disable/enable CPU features for AArch64

2020-08-13 Thread Andrew Jones
On Thu, Aug 13, 2020 at 06:26:48PM +0800, Peng Liang wrote: > QEMU does not support disable/enable CPU features in AArch64 for now. Yes, it does. We have a handful of CPU features implemented as CPU properties and we have QMP support for probing those features and testing whether they may be enabl

[RFC 0/9] Support disable/enable CPU features for AArch64

2020-08-13 Thread Peng Liang
QEMU does not support disable/enable CPU features in AArch64 for now. This patch series add support for CPU features in AArch64. Firstly, we change the isar struct in ARMCPU to an array for convenience. Secondly, we add support to configure CPU feautres in AArch64 and make sure that the ID regist