mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-25 14:15:10 +00:00
The `exit_consumer` and `exit_notifier` fields are only used internally by the exit_event() method implementation or by send_exit_event() in the sound device. So, they do not need to be exposed in the public API of backend structures. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE-APACHE | ||
| LICENSE-BSD-3-Clause | ||
| README.md | ||
vhost-device-template - Template for a vhost-device backend implementation
Description
This program is a template for developers who intend to write a new vhost-device backend.
Synopsis
vhost-device-template [OPTIONS]
Options
vhost-device-template
-h, --help
Print help.
-s, --socket-path=PATH
Location of vhost-user Unix domain socket. This supports a single socket /
guest.
Examples
The daemon should be started first:
host# vhost-device-template --socket-path=vfoo.sock
License
This project is licensed under either of
- Apache License, Version 2.0
- BSD-3-Clause License