device: 0.987 peripherals: 0.940 PID: 0.715 network: 0.667 x86: 0.640 mistranslation: 0.630 architecture: 0.589 graphic: 0.581 vnc: 0.558 ppc: 0.537 socket: 0.507 arm: 0.488 VMM: 0.485 register: 0.477 permissions: 0.474 debug: 0.472 performance: 0.471 semantic: 0.469 virtual: 0.462 files: 0.410 TCG: 0.399 hypervisor: 0.392 risc-v: 0.392 i386: 0.391 user-level: 0.371 boot: 0.345 kernel: 0.321 assembly: 0.232 KVM: 0.125 virtio-gpu-gl: "opengl is not available" message is too vague and doesn't suggest how to fix the problem Description of problem: I finally compiled qemu for Apple Silicon M2 Pro with opengl enabled and virtglrenderer enabled thanks to instruction from homebrew formula, but I did it without homebrew nor macports just manually compiling necessary libraries. Qemu was compiled succesfully with flags: ```` ./configure --target-list=aarch64-softmmu,x86_64-softmmu --enable-cocoa --enable-sdl --enable-virglrenderer --enable-vhost-net --enable-spice-protocol --enable-tools --enable-opengl --enable-pixman --enable-vmnet ```` the device is clearly listed: ```` name "virtio-gpu-device", bus virtio-bus name "virtio-gpu-gl-device", bus virtio-bus name "virtio-gpu-gl-pci", bus PCI, alias "virtio-gpu-gl" name "virtio-gpu-pci", bus PCI, alias "virtio-gpu" ```` So why it not working and gives that info while opengl is clearly there and is enabled.