Re: [PATCH 0/5] tests: Enable fw_cfg tests on AArch64

2019-12-03 Thread Xiang Zheng
On 2019/12/3 21:01, Thomas Huth wrote: > On 03/12/2019 13.27, Xiang Zheng wrote: >> There are quite a few tests disabled on AArch64 such as fw_cfg-tests. >> This patch series fix some problems in test code and adapt it to >> virt machine. >> >> Xiang Zheng (5): >> tests: fw_cfg: Rename

Re: [PATCH 0/5] tests: Enable fw_cfg tests on AArch64

2019-12-03 Thread Thomas Huth
On 03/12/2019 13.27, Xiang Zheng wrote: > There are quite a few tests disabled on AArch64 such as fw_cfg-tests. > This patch series fix some problems in test code and adapt it to > virt machine. > > Xiang Zheng (5): > tests: fw_cfg: Rename pc_fw_cfg_* to fw_cfg_* > tests: fw_cfg: Support

[PATCH 0/5] tests: Enable fw_cfg tests on AArch64

2019-12-03 Thread Xiang Zheng
There are quite a few tests disabled on AArch64 such as fw_cfg-tests. This patch series fix some problems in test code and adapt it to virt machine. Xiang Zheng (5): tests: fw_cfg: Rename pc_fw_cfg_* to fw_cfg_* tests: fw_cfg: Support read/write of fw_cfg registers on aarch64 tests: fw_cfg: