Alice Wang
|
b2f93b3ef8
Add VMADDR_CID_HOST const to socket module
|
1 年之前 |
Andrew Walbran
|
8d936c6139
Use multiconnectionmanager in example.
|
1 年之前 |
Andrew Walbran
|
1db89bd7de
Separate connection tracking from low level vsock driver.
|
1 年之前 |
Andrew Walbran
|
f9191727c4
Take VsockAddr to connect method rather than separate CID and port.
|
1 年之前 |
Andrew Walbran
|
2caca1ec53
Use heap for dma_alloc rather than bump allocator.
|
1 年之前 |
Andrew Walbran
|
1f6a428235
Increase heap size to 16 MiB.
|
1 年之前 |
Andrew Walbran
|
52d8243fc2
Add heap allocator to aarch64 example.
|
1 年之前 |
Andrew Walbran
|
b87c7ee2c9
Update dependencies of aarch64 example. (#83)
|
1 年之前 |
Andrew Walbran
|
033d32de88
Don't wait so long in GPU example. (#81)
|
1 年之前 |
Andrew Walbran
|
277783ed87
Add blocking helper methods.
|
1 年之前 |
Andrew Walbran
|
273a496b0f
Add VsockEvent struct.
|
1 年之前 |
Alice Wang
|
8a19fdffc2
[vsock] Implement credit request/shutdown/send/recv (#71)
|
1 年之前 |
Alice Wang
|
d6dd6445f2
Set up the vsock server on host with Rust
|
1 年之前 |
Alice Wang
|
a59fd38ef2
Add script to set up vsock socket
|
1 年之前 |
Alice Wang
|
c86d88c0b8
Address comments
|
2 年之前 |
Alice Wang
|
31429fbcda
Add protocols to support virtio socket device
|
2 年之前 |
Yuekai Jia
|
d8142cdbf6
Refactor virtio net device APIs to improve driver performance
|
2 年之前 |
Yu Chen
|
f8026a7814
update for 'cargo fmt --all -- --check' in CI
|
2 年之前 |
Yu Chen
|
ea59435d6a
update README, and examples/aarch64|riscv/src/main.rs for CI
|
2 年之前 |
Andrew Walbran
|
68169b820d
Use 64-bit memory range for 32-bit BARs if it is low enough.
|
2 年之前 |
Andrew Walbran
|
c73290e0d9
Add target to run aarch64 example under crosvm.
|
2 年之前 |
Andrew Walbran
|
cdeb49198d
Make modules public rather than re-exporting all their contents.
|
2 年之前 |
Andrew Walbran
|
d9ac63e1a5
Improve VirtIOConsole (#39)
|
2 年之前 |
Andrew Walbran
|
559dc9611b
Add method on block device to check if it is read-only (#36)
|
2 年之前 |
Andrew Walbran
|
3a33918b8e
Add method to Cam to return size.
|
2 年之前 |
Andrew Walbran
|
cf5575ecdd
Avoid storing PciRoot in Pci transport.
|
2 年之前 |
Andrew Walbran
|
330dad7191
Test VirtIO PCI devices too.
|
2 年之前 |
Andrew Walbran
|
0dd41a4d35
Dump status and command for debugging.
|
2 年之前 |
Andrew Walbran
|
0b01e4cf22
Dump BAR contents and config space address for debugging.
|
2 年之前 |
Andrew Walbran
|
7735f7a437
Allocate 64-bit BARs from 32-bit address space.
|
2 年之前 |