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: Use virt as default machine in fw_cfg-test.c hw/arm/virt: Add FW_CFG_RAM_SIZE and FW_CFG_MAX_CPUS into fw_cfg tests: Enable fw_cfg test on aarch64 hw/arm/virt.c | 3 ++ tests/Makefile.include | 1 + tests/fw_cfg-test.c | 113 ++++++++++++++++++++++++++------------- tests/hd-geo-test.c | 6 +-- tests/libqos/fw_cfg.c | 17 +++++- tests/libqos/fw_cfg.h | 20 +++++-- tests/libqos/malloc-pc.c | 4 +- 7 files changed, 115 insertions(+), 49 deletions(-) -- 2.19.1