mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
5297fadcc9
Several devices were accepting virtio ring flags that they don't actually support; remove these, as well as the common base_features flags that are provided by the generic virtio device infrastructure. The features removed from device implementations are: - VIRTIO_F_VERSION_1: set by base_features() - VIRTIO_RING_F_EVENT_IDX: set by base_features() - VIRTIO_RING_F_INDIRECT_DESC: unsupported - VIRTIO_F_NOTIFY_ON_EMPTY: unsupported - VHOST_F_LOG_ALL: unsupported - VIRTIO_F_ANY_LAYOUT: unsupported; transitional devices only BUG=None TEST=tools/presubmit --all Change-Id: I9619d9bb784cb47ec85ffa4e25b7a743284d6da6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3582525 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |