-
> hmm https://github.com/sysprog21/semu/pull/34 - implement virtio-gpu + utilize kernel virgl + host virglrenderer
_Originally posted by @ZLangJIT in https://github.com/LekKit/RVVM/issues/144#issue…
-
virtio-mem in upstream QEMU and Linux support a new feature called VIRTIO_MEM_F_PERSISTENT_SUSPEND.
If provided by the device, the driver can safely allow the system to go into suspend mode (e.g., …
-
The setup shown in https://kubevirt.io/user-guide/user_workloads/startup_scripts/ where you can run
```
# install Qemu Tools (Drivers)
Start-Process msiexec -Wait -ArgumentList '/i e:\virtio-win-…
-
User-mode networking on macos uses gvforwarder running in the guest + a vsock socket to forward the networking data between the guest and the host.
vfkit has had support for `--device virtio-net,unixS…
-
**Describe the bug**
The installer fails to install with this error message: *virtio-win-driver-installer setup wizard ended prematurely*
**To Reproduce**
Install, next, next, next.
**Expected…
thany updated
2 weeks ago
-
### System information
Type | Version/Name
--- | ---
Distribution Name | NixOS
Distribution Version | 24.11.20241011.a28d979 (Vicuna)
Kernel Version | 6.6.56
Architecture | x86_64
OpenZFS Ve…
-
### What happened?
when did at kvm based environment, we can follow below steps to setup the rdma environment
```
yum install rdma-core perftest -y
sudo modprobe ib_core
sudo modprobe ib_uv…
-
**Describe the bug**
I am using a Windows 11 Pro 24H2 host machine and am trying to install _Windows 11 IoT Enterprise LTSC 2024_ on a VirtualBox VM. I selected VirtIO-SCSI as the controller type in …
-
Currently, semu lacks of sound playing feature.
To implement, we can use VirtIO sound with ALSA architecture.
-