| 262 | } |
| 263 | |
| 264 | static inline int |
| 265 | virtio_with_packed_queue(struct virtio_hw *hw) |
| 266 | { |
| 267 | return virtio_with_feature(hw, VIRTIO_F_RING_PACKED); |
| 268 | } |
| 269 | |
| 270 | uint64_t virtio_negotiate_features(struct virtio_hw *hw, uint64_t host_features); |
| 271 | uint8_t virtio_get_status(struct virtio_hw *hw); |
no test coverage detected