homebrew-qemu-virgl icon indicating copy to clipboard operation
homebrew-qemu-virgl copied to clipboard

A homebrew tap for qemu with support for 3d accelerated guests

Results 46 homebrew-qemu-virgl issues
Sort by recently updated
recently updated
newest added

Got this error upon git clone... fatal: unable to access 'https://gitlab.freedesktop.org/virgl/virglrenderer.git/': SSL certificate problem: certificate has expired

This doesn't appear to work with libvirt 7.9.0 on M1 machines (tested with Macbook Air): https://gist.github.com/akihikodaki/87df4149e7ca87f18dc56807ec5a1bc5#gistcomment-3955567 This could potentially be related to this issue upstream: https://gitlab.com/qemu-project/qemu/-/issues/492 QEMU 6.1 installed from...

VM works fine except for occasional network interruptions (which I'm attributing to something in my script) and the guest crashing after some time of using the VM. QEMU itself doesn't...

WARNING: Project targeting '>=0.55.0' but tried to use feature introduced in '0.57.0': test() timeout

If I run a `modetest` in the qemu instance I can see formats XR24 and AR24 are available. Is YUYV possible also somehow?

Based on https://github.com/knazarov/homebrew-qemu-virgl/issues/71 I didn't find the corresponding upstream change though.

I am running macOS Catalina 10.15.7 on a 2.3 GHz Dual Core Intel Core i5 processor. Initially I had installed qemu directly from homebrew. When I tried installing brew tap...

Hey people, tried your "script" from the start for x86 ``` qemu-system-x86_64 \ -machine accel=hvf \ -cpu Haswell-v4 -smp 2 -m 4G \ -device intel-hda -device hda-output \ -device qemu-xhci...

hi, when I try to start the virtual machine the first time (to install from cd image), I get this strange error. I'm not very familiar with anything qemu related...