Andrew Walbran
|
159961172c
Add VsockConnectionManager that can handle multiple connections.
|
2 年 前 |
Andrew Walbran
|
34a1a7520a
Pass closure to handle packet.
|
2 年 前 |
Andrew Walbran
|
cc157a367a
Factor out method to convert header to event.
|
2 年 前 |
Andrew Walbran
|
1db89bd7de
Separate connection tracking from low level vsock driver.
|
2 年 前 |
chyyuu
|
4d7038f214
Merge pull request #90 from rcore-os/vsockcleanup
|
2 年 前 |
Alice Wang
|
c457edd8bd
Add the vsock feature bits introduced in virtio v1.2 spec (#89)
|
2 年 前 |
Andrew Walbran
|
84c2ab32f9
Add method to get CID assigned to VM.
|
2 年 前 |
Andrew Walbran
|
9a5cb195c6
Allocate RX buffers individually rather than splitting one big buffer.
|
2 年 前 |
Andrew Walbran
|
f9191727c4
Take VsockAddr to connect method rather than separate CID and port.
|
2 年 前 |
Andrew Walbran
|
1d79ac893e
Merge pull request #87 from rcore-os/vsocktest
|
2 年 前 |
Andrew Walbran
|
2b545f5eb0
Use AtomicBool for fake queue notification status.
|
2 年 前 |
Andrew Walbran
|
9a21715e0d
Factor out helper method to wait for queue.
|
2 年 前 |
Andrew Walbran
|
0f79908c16
Use constants for strings in test.
|
2 年 前 |
Andrew Walbran
|
f58e981113
Test receiving data too.
|
2 年 前 |
Andrew Walbran
|
2b0bdca803
Add test for vsock sending.
|
2 年 前 |
Andrew Walbran
|
2eb2d17d30
Add CI build for x64_64 example. (#86)
|
2 年 前 |
Andrew Walbran
|
a8cf6f5550
Merge pull request #85 from rcore-os/dmaalloc
|
2 年 前 |
Andrew Walbran
|
a32bfce7ab
Use heap rather than DMA buffer for GPU queue buffers.
|
2 年 前 |
Andrew Walbran
|
b120d8c7d1
Use heap rather than DMA buffer for vsock RX buffer.
|
2 年 前 |
Andrew Walbran
|
d5f0ae0f90
Use heap rather than DMA buffer for console RX buffer.
|
2 年 前 |
Andrew Walbran
|
da39dbc470
Merge pull request #84 from rcore-os/bitflags
|
2 年 前 |
Andrew Walbran
|
713ac2f890
Update to latest version of bitflags crate.
|
2 年 前 |
Andrew Walbran
|
0d961c7869
Merge pull request #82 from rcore-os/aarch64-heap
|
2 年 前 |
Andrew Walbran
|
2caca1ec53
Use heap for dma_alloc rather than bump allocator.
|
2 年 前 |
Andrew Walbran
|
1f6a428235
Increase heap size to 16 MiB.
|
2 年 前 |
Andrew Walbran
|
52d8243fc2
Add heap allocator to aarch64 example.
|
2 年 前 |
Andrew Walbran
|
b87c7ee2c9
Update dependencies of aarch64 example. (#83)
|
2 年 前 |
Andrew Walbran
|
033d32de88
Don't wait so long in GPU example. (#81)
|
2 年 前 |
Andrew Walbran
|
9d9ebc4431
Document that Hal::dma_alloc must zero pages. (#80)
|
2 年 前 |
Yuekai Jia
|
dc025a053a
Merge pull request #79 from rcore-os/x86_64
|
2 年 前 |