device: 0.946 graphic: 0.919 debug: 0.620 semantic: 0.551 boot: 0.295 PID: 0.225 permissions: 0.194 performance: 0.181 network: 0.136 other: 0.129 socket: 0.102 vnc: 0.088 files: 0.081 KVM: 0.004 macOS QXL VGA not available Description of problem: ``` qemu-system-aarch64: QXL VGA not available ``` ``` qemu-system-aarch64: -device qxl-vga: 'qxl-vga' is not a valid device model name ``` Steps to reproduce: 1. Build QEMU on macOS with SPICE support (meson) 2. Run commands listed above 3. Observe QXL not working Additional information: I'm wiring up QEMU SPICE support on Darwin for Nixpkgs. The same issue can be observed in macports qemu builds with spice. Could this be a packaging issue?