rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
361 stars 87 forks source link

bindings: add `virtio_ids` module #273

Closed 00xc closed 9 months ago

00xc commented 9 months ago

Summary of the PR

Bindings for the virtio IDs were added in commit 1f2dd436, but they were never exposed to users of the crate. Do so by adding a public module.

Fixes: 1f2dd436 ("bindings: add bindings for virtio_ids.h")

Requirements

Before submitting your PR, please make sure you addressed the following requirements: