Andrew Walbran
|
6dae798a6c
Deduplicate feature negotiation.
|
1 year ago |
Andrew Walbran
|
961938ab19
Add tests for notifying device about queue.
|
1 year ago |
Andrew Walbran
|
7385d61153
Add support for VIRTIO_F_EVENT_IDX buffer notification suppression.
|
1 year ago |
Andrew Walbran
|
bc78b54f32
Support reading or writing more than one block at once.
|
1 year ago |
Andrew Walbran
|
7cbbef1224
Merge pull request #102 from rcore-os/indirect
|
1 year ago |
Andrew Walbran
|
2d3a6cc946
Mention indirect descriptor support in README.
|
1 year ago |
Andrew Walbran
|
aa76c3d57d
Use indirect descriptors in block device tests.
|
1 year ago |
Andrew Walbran
|
f22e068534
Support indirect descriptors in fake queue for tests.
|
1 year ago |
Andrew Walbran
|
a480e6ae93
Support indirect descriptors for block device.
|
1 year ago |
Andrew Walbran
|
5934187dd0
Add support for indirect descriptors in VirtQueue.
|
1 year ago |
Alice Wang
|
9653e4c6aa
Fix githut check warning about usage of default
|
1 year ago |
Andrew Walbran
|
66845be47a
Merge pull request #104 from aliciawyy/wipHostCid
|
1 year ago |
Alice Wang
|
b2f93b3ef8
Add VMADDR_CID_HOST const to socket module
|
1 year ago |
Andrew Walbran
|
e277d631c7
Merge pull request #103 from rcore-os/empty_buffer
|
1 year ago |
Andrew Walbran
|
6cf9673917
Avoid adding empty buffer to virtqueue in VirtIONet::send.
|
1 year ago |
Andrew Walbran
|
90f2523711
Assert in VirtQueue that buffers are not empty.
|
1 year ago |
Andrew Walbran
|
37a1b75965
Assert that buffers shared via HAL are not empty and PA is not null.
|
1 year ago |
Andrew Walbran
|
f8b26ccf92
Avoid passing empty buffers in vsock driver.
|
1 year ago |
Andrew Walbran
|
864785a7c0
Merge pull request #101 from rcore-os/testcleanup
|
1 year ago |
Andrew Walbran
|
96e1b8c4df
Use correct device type for fake transport in block device tests.
|
1 year ago |
Andrew Walbran
|
c742f16d42
Use Default to reduce some duplicate code in tests.
|
1 year ago |
Andrew Walbran
|
4384b637ce
Merge pull request #100 from rcore-os/block_features
|
1 year ago |
Andrew Walbran
|
af366563b8
Factor out helper methods to send requests.
|
1 year ago |
Andrew Walbran
|
098c5fb0c1
Add support for getting device ID.
|
1 year ago |
Andrew Walbran
|
446881e103
Add new feature and request type constants from VirtIO 1.2.
|
1 year ago |
Andrew Walbran
|
a6d6aebed9
Add support for flushing block device.
|
1 year ago |
Andrew Walbran
|
9145a6c85e
Copy data back and forth to new buffer in fake HAL share. (#97)
|
1 year ago |
Andrew Walbran
|
de1c3b130e
Prepare for 0.5.0 release.
|
1 year ago |
Andrew Walbran
|
b003840720
Merge pull request #91 from rcore-os/vsock
|
1 year ago |
Andrew Walbran
|
e9a0aed0c6
Fix clippy warnings.
|
1 year ago |