Lines Matching full:virtio
34 - Updated virtio-bindings from 0.1.0 to 0.2.0.
39 - Skip indirect descriptor address alignment check, the virtio spec has
41 and `2.7.7 Indirect Flag: Scatter-Gather Support` in virtio 1.0.
78 - Added getters and setters for the Virtio Queue fields.
82 - Validate the state of the Virtio Queue when restoring from state and return errors on invalid
86 - Removed the wrapper over the Virtio Queue that was wrapping the Guest Memory. VMMs can define
87 this wrapper if needed, but this is no longer provided as part of virtio-queue crate so that the
104 - Use the constant definition from the `virtio-queue` crate.
109 - [[#173]](https://github.com/rust-vmm/vm-virtio/pull/173) Fix potential division by zero in
113 - [[#162]](https://github.com/rust-vmm/vm-virtio/pull/162) Added error handling in the mock
116 - [[#174]](https://github.com/rust-vmm/vm-virtio/pull/174) Updated the `avail_idx` and `used_idx`
123 - [[#148]](https://github.com/rust-vmm/vm-virtio/pull/148): `QueueStateOwnedT` trait that stands
125 - [[#148]](https://github.com/rust-vmm/vm-virtio/pull/148): Added the `pop_descriptor_chain`
130 - [[#151]](https://github.com/rust-vmm/vm-virtio/pull/151): Added `MockSplitQueue::add_desc_chain()…
132 - [[#153]](https://github.com/rust-vmm/vm-virtio/pull/153): Added `QueueStateT::size()` to return
137 - [[#161]](https://github.com/rust-vmm/vm-virtio/pull/161): Improve the efficiency of `needs_notifi…
140 - [[#153]](https://github.com/rust-vmm/vm-virtio/pull/153): `#[derive(Clone)]` for `QueueState`