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 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
Hi, this breaks "make check-qtest-ppc64": TEST check-qtest-ppc64: tests/boot-order-test ** ERROR:tests/boot-order-test.c:40:test_a_boot_order: assertion failed (actual == expected_boot): (0x00000000 == 0x00000063) Please make sure that "make check" continuous to work with all other targets, too. Thanks, Thomas