Re: [RFC PATCH-for-10.0] hw/vmapple: Allow running QTest framework on macOS

2025-04-03 Thread Philippe Mathieu-Daudé
On 1/4/25 15:20, Fabiano Rosas wrote: Philippe Mathieu-Daudé writes: First, the VMapple machine only works with the ARM 'host' CPU type, which isn't accepted for QTest: $ qemu-system-aarch64 -M vmapple -accel qtest qemu-system-aarch64: The 'host' CPU type can only be used with KVM or HV

Re: [RFC PATCH-for-10.0] hw/vmapple: Allow running QTest framework on macOS

2025-04-01 Thread Fabiano Rosas
Philippe Mathieu-Daudé writes: > First, the VMapple machine only works with the ARM 'host' CPU > type, which isn't accepted for QTest: > > $ qemu-system-aarch64 -M vmapple -accel qtest > qemu-system-aarch64: The 'host' CPU type can only be used with KVM or HVF > > Second, the QTest framework

[RFC PATCH-for-10.0] hw/vmapple: Allow running QTest framework on macOS

2025-04-01 Thread Philippe Mathieu-Daudé
First, the VMapple machine only works with the ARM 'host' CPU type, which isn't accepted for QTest: $ qemu-system-aarch64 -M vmapple -accel qtest qemu-system-aarch64: The 'host' CPU type can only be used with KVM or HVF Second, the QTest framework expects machines to be createable without spe