Andrew Walbran
|
b8b1eb065d
Add some crate-level documentation and an example.
|
2 年之前 |
Andrew Walbran
|
cdeb49198d
Make modules public rather than re-exporting all their contents.
|
2 年之前 |
Andrew Walbran
|
7d9ef6910f
Move devices into a separate module.
|
2 年之前 |
Andrew Walbran
|
13ed3419c7
Make dependencies explicit.
|
2 年之前 |
Andrew Walbran
|
633548725c
Rename Error::BufferTooSmall to QueueFull and improve documentation. (#43)
|
2 年之前 |
Andrew Walbran
|
090b912279
Add more documentation for VirtIOBlk and export SECTOR_SIZE constant.
|
2 年之前 |
Andrew Walbran
|
206f30ba4f
Improve non-blocking API of VirtIOBlk.
|
2 年之前 |
Andrew Walbran
|
8048887954
Use zerocopy rather than our AsBuf trait.
|
2 年之前 |
Andrew Walbran
|
af18ee53a7
Check size of config space (#29)
|
2 年之前 |
Andrew Walbran
|
043ab6a71b
Merge pull request #27 from rcore-os/pci
|
2 年之前 |
Andrew Walbran
|
382c0fd2ea
Expose PAGE_SIZE constant. (#35)
|
2 年之前 |
Andrew Walbran
|
6787ffb9b0
Test more things in CI (#33)
|
2 年之前 |
Andrew Walbran
|
4d8707ae12
Add module for PCI transport, with function to match device IDs.
|
2 年之前 |
Andrew Walbran
|
2298da2893
Make alloc optional.
|
2 年之前 |
Andrew Walbran
|
e28a1e05c8
Fix soundness issues with MMIO and shared memory (#18)
|
2 年之前 |
Andrew Walbran
|
62f3e4f262
Add fake transport and a test for console driver. (#17)
|
2 年之前 |
Andrew Walbran
|
a85ef07aa4
Check MMIO transport version at runtime.
|
2 年之前 |
Andrew Walbran
|
b33bd5c3b3
Support modern as well as legacy MMIO devices in example.
|
2 年之前 |
Andrew Walbran
|
95894f5240
Add modern MMIO transport.
|
2 年之前 |
Andrew Walbran
|
55200d895e
Add wrapper struct for legacy MMIO interface.
|
2 年之前 |
Andrew Walbran
|
fb8bff9ade
Factor out trait for Virtio transport.
|
2 年之前 |
Andrew Walbran
|
1581eae807
Use a safer approach to the HAL interface (#11)
|
2 年之前 |
Andrew Walbran
|
93f821cf2c
Cleanup (#10)
|
2 年之前 |
Andrew Walbran
|
499338115b
Use macros individually. (#9)
|
2 年之前 |
Yifan Wu
|
f30d4268b7
Remove stablized feature 'renamed_spin_loop'
|
3 年之前 |
chyyuu
|
4b1d2bfff4
cargo fmt
|
3 年之前 |
chyyuu
|
21edbf5a5c
fix typo
|
3 年之前 |
chyyuu
|
b8b3780cb4
Merge pull request #4 from BarryYan/patch-1
|
3 年之前 |
Yifan Wu
|
f2fb8b9ded
IRQ-based VirtIOBlk access. (#6)
|
3 年之前 |
Yuekai Jia
|
2aaf7d60c5
Support virtio-input config select and subsel
|
3 年之前 |