You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally tired waiting for Intel SRIOV support in mainline kernels and found the alternative. I suggest to try Mvisor lightweight QEMU alternative and their Windows virtio-opengl driver that uses /dev/dri/ render. It's very close to hardware and will fit most of your needs. I can even run it in podman container for better isolation.
It allows to run very picky Virtualbox based LDplayer android emulator with good FPS as nested->nested guest.
$ cat Dockerfile
FROM fedora:40
RUN dnf -y update && dnf install -y meson ninja-build libdrm-devel libpciaccess-devel mesa-libgbm-devel libva-devel libffi-devel alsa-lib-devel gcc-c++ libstdc++-devel protobuf-compiler acpica-tools yaml-cpp-devel glib2-devel libblkid-devel pixman-devel protobuf-devel libepoxy-devel cmake openssl libzstd-devel SDL2-devel gdb git && dnf clean all
RUN cd /opt && git clone https://github.com/tenclass/mvisor && git clone https://gitlab.freedesktop.org/virgl/virglrenderer
RUN cd /opt/virglrenderer && git reset --hard 8df4cba170940dad9350a99900293adbcef39b6c && meson build --prefix=/usr && ninja install -C build
RUN cd /opt/mvisor && meson setup build -Dsdl=true -Dvgpu=true && meson compile -C build/
Hi @pg2web I have a fundamental doubt. I'm running Proxmox on a Meteor Lake 125H. GPU to windows vm is not working properly with dkms (error 43). Your suggestion is to install Fedora as main OS, run MVisor and install windows?
I finally tired waiting for Intel SRIOV support in mainline kernels and found the alternative. I suggest to try Mvisor lightweight QEMU alternative and their Windows virtio-opengl driver that uses /dev/dri/ render. It's very close to hardware and will fit most of your needs. I can even run it in podman container for better isolation.
It allows to run very picky Virtualbox based LDplayer android emulator with good FPS as nested->nested guest.
$ cat Dockerfile
$ cat mvisor.sh
https://github.com/tenclass/mvisor
https://github.com/tenclass/mvisor-win-vgpu-driver
The text was updated successfully, but these errors were encountered: