mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-07 11:37:40 +00:00
Bumps the rust-vmm group with 1 update in the / directory: [vm-memory](https://github.com/rust-vmm/vm-memory). Bumps the rust-vmm group with 1 update in the /staging directory: [vm-memory](https://github.com/rust-vmm/vm-memory). Updates `vm-memory` from 0.17.1 to 0.18.0 - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vm-memory/compare/v0.17.1...v0.18.0) Updates `vm-memory` from 0.17.1 to 0.18.0 - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vm-memory/compare/v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: vm-memory dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-vmm - dependency-name: vm-memory dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-vmm ... Signed-off-by: dependabot[bot] <support@github.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