https://github.com/yandex-cloud/yc-libvhost-server
A library for building vhost-user protocol servers
https://github.com/yandex-cloud/yc-libvhost-server
vhost vhost-user virtio virtualization
Last synced: about 1 year ago
JSON representation
A library for building vhost-user protocol servers
- Host: GitHub
- URL: https://github.com/yandex-cloud/yc-libvhost-server
- Owner: yandex-cloud
- License: other
- Created: 2024-01-23T07:02:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T09:49:41.000Z (about 1 year ago)
- Last Synced: 2025-04-05T09:11:18.263Z (about 1 year ago)
- Topics: vhost, vhost-user, virtio, virtualization
- Language: C
- Homepage:
- Size: 614 KB
- Stars: 16
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Libvhost
[](https://github.com/yandex-cloud/yc-libvhost-server/actions/workflows/main.yaml)
A library for building [vhost-user protocol](https://qemu-project.gitlab.io/qemu/interop/vhost-user.html) servers.
## Quickstart
Building the project:
```bash
CC=clang meson setup build
ninja -C build
```
Running tests locally:
```
ninja test -C build
```