You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The non-transport specific parts of the VIRTIO filesystem driver are feature gated on pci, even though they are not transport specific and even contain PCI and non-PCI feature gated types internally.
I might have been a bit too much in an issue opening spree, sorry. It seems this was intentionally done in b5a45e2 to hide VIRTIO fs when the PCI feature has not been selected.
Hello, I'm a student taking virtualization at UT Austin. Our class requires us to contribute to an open source project. Can my group and I take this one?
The non-transport specific parts of the VIRTIO filesystem driver are feature gated on
pci
, even though they are not transport specific and even contain PCI and non-PCI feature gated types internally.kernel/src/drivers/fs/mod.rs
Lines 1 to 2 in 70ad8ef
kernel/src/drivers/fs/virtio_fs.rs
Lines 15 to 18 in 70ad8ef
The text was updated successfully, but these errors were encountered: