On 7/5/26 21:47, Peter Maydell wrote:
The hotplug test asks for the cortex-a57 CPU type, so it will fail on an AArch64 system using KVM where TCG is not compiled into QEMU and the default accelerator is KVM:Output: qemu-system-aarch64: kvm_init_vcpu: kvm_arch_init_vcpu failed (0): Invalid argument Restrict it to the TCG accelerator. Signed-off-by: Peter Maydell <[email protected]> --- tests/functional/aarch64/test_hotplug_pci.py | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
