Hi All,
The tp-qemu is a set of very open source virtualization test cases for qemu and OpenVSwitch. Unfortunately, it do not support openEuler and very unfriendly to aarch64 support. This serials is to adapt to openEuler and aarch64. There are a total of 16 patches here.
We plan to put the tp-qemu in the openEuler community and maintain it for a long time. Of course, we will also try to push it to upstream, so that upstream supports openEuler well.
The upstream source repository: https://github.com/autotest/tp-qemu
Chen Qun (5): watchdog: check watchdog device need machine for aarch64 numa_opts: uses smp_override instead of vcpu_maxcpus for aarch64 numa_maxnodes: set maxnode from 128 to 32. provider/qemu_version: add qemu_version version_compare function qmp_command: add qmp 'node-name' expect value for blockdev
Jie Tang (9): cpu_device_hotplug_maximum: The value of machine_type getted from machines.cfg is incorrect on arm. cpu_device_hotplug: aarch64 do not support vcpu hot-unplug by now. cpu_hotplug: aarch64 use vm.hotplug_vcpu_device to hotplug vcpu. cpu_hotplug: autotest module is no longer supported, remove it. cpu_hotplug: if default irq(15) not exist, need verify another. cpu_hotplug: can not offline all cpus. cpu_device_hotplug: Add 'aarch64' to supported platform in cpu_device_hotplug.cfg. cpu_hotplug: add more tests for vcpu hot-plug in cpu-hotplug.cfg. cpu_device_hotplug_maximum: verify max vcpus need hotplug.
Wang Ziming (2): hotplug_mem.cfg: edit threshold adapt to arm64-pci machine type. hotplug_mem: Increase sub_test_wait_time
Thanks. Chen Qun