vhost-device/vhost-device-template
dependabot[bot] 4db68204f8 build(deps): bump the rust-vmm group across 2 directories with 1 update
Bumps the rust-vmm group with 1 update in the / directory: [virtio-bindings](https://github.com/rust-vmm/vm-virtio).
Bumps the rust-vmm group with 1 update in the /staging directory: [virtio-bindings](https://github.com/rust-vmm/vm-virtio).


Updates `virtio-bindings` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](https://github.com/rust-vmm/vm-virtio/compare/virtio-bindings-v0.2.4...virtio-bindings-v0.2.5)

Updates `virtio-bindings` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](https://github.com/rust-vmm/vm-virtio/compare/virtio-bindings-v0.2.4...virtio-bindings-v0.2.5)

---
updated-dependencies:
- dependency-name: virtio-bindings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: virtio-bindings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 10:23:08 +02:00
..
src chore: fix clippy warnings 2024-09-25 10:27:44 +03:00
Cargo.toml build(deps): bump the rust-vmm group across 2 directories with 1 update 2025-02-17 10:23:08 +02:00
CHANGELOG.md chore: standardize changelogs 2024-07-24 19:37:19 +05:30
LICENSE-APACHE Add vhost-device-template crate 2023-12-01 15:40:19 +05:30
LICENSE-BSD-3-Clause Add vhost-device-template crate 2023-12-01 15:40:19 +05:30
README.md Add vhost-device-template crate 2023-12-01 15:40:19 +05:30

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

.. program:: vhost-device-template

.. option:: -h, --help

Print help.

.. option:: -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