mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-06 18:58:31 +00:00
Initial skeleton for virtio-video crate. This crate is based on the v3 of the virtio-video specs patch[1]. It has a big part of the infrastructure required, although not all commands are implemented, and does not have any backend available. Includes support for async responses to the driver (through VIDEO_EVENT) to QueueResource messages. [1] - https://lists.oasis-open.org/archives/virtio-dev/202002/msg00002.html Related: #364 Signed-off-by: Albert Esteve <aesteve@redhat.com>
8 lines
191 B
TOML
8 lines
191 B
TOML
edition = "2018"
|
|
format_generated_files = false
|
|
format_code_in_doc_comments = true
|
|
format_strings = true
|
|
imports_granularity = "Crate"
|
|
group_imports = "StdExternalCrate"
|
|
wrap_comments = true
|