An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Libvhost


[![CI](https://github.com/yandex-cloud/yc-libvhost-server/actions/workflows/main.yaml/badge.svg)](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
```