device: 0.946 graphic: 0.919 architecture: 0.623 debug: 0.620 semantic: 0.551 peripherals: 0.530 mistranslation: 0.428 boot: 0.295 arm: 0.281 user-level: 0.279 PID: 0.225 permissions: 0.194 register: 0.183 performance: 0.181 risc-v: 0.157 ppc: 0.145 network: 0.136 socket: 0.102 vnc: 0.088 files: 0.081 hypervisor: 0.067 TCG: 0.061 VMM: 0.054 virtual: 0.038 kernel: 0.032 x86: 0.027 assembly: 0.019 i386: 0.018 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?