Virtiofs is a shared file system that lets virtual machines access a directory tree on the host. Unlike existing approaches, it is designed to offer...
Add virtio-net Control Virtqueue state restore support
Hawkins Jiawei
Virtio-net device uses Control Virtqueue(CVQ) for changing device parameters. For some devices, such as vDPA, its CVQ is passed from Guest’s driver...
Improving FreeBSD User Emulation of the Armv7 Architecture
Kariiem
The proposal is about improving the QEMU emulator for the armv7 architecture on FreeBSD OS, it's goal is to get a simple C++ hello-world program to...
Out-of-process RDP server for QEMU
Mihnea Buzatu
QEMU is able to export its display over D-Bus. We can create a server that uses the provided API to export the display over the network. There is...
Rust bindings for libnbd
Tage Johansson
Network Block Device (NBD) is a protocol for exporting block devices, either between processes or across the network. Libnbd is a client library for...
Sibling VM communication in vhost-user-vsock
techiepriyansh
The vhost-user-vsock Rust application emulates a virtio-vsock device in an external process and provides the hybrid VSOCK interface over AF_UNIX...