Historial de Commits

Autor SHA1 Mensaje Fecha
  Andrew Walbran e277d631c7 Merge pull request #103 from rcore-os/empty_buffer hace 2 años
  Andrew Walbran 6cf9673917 Avoid adding empty buffer to virtqueue in VirtIONet::send. hace 2 años
  Andrew Walbran 90f2523711 Assert in VirtQueue that buffers are not empty. hace 2 años
  Andrew Walbran 37a1b75965 Assert that buffers shared via HAL are not empty and PA is not null. hace 2 años
  Andrew Walbran f8b26ccf92 Avoid passing empty buffers in vsock driver. hace 2 años
  Andrew Walbran 864785a7c0 Merge pull request #101 from rcore-os/testcleanup hace 2 años
  Andrew Walbran 96e1b8c4df Use correct device type for fake transport in block device tests. hace 2 años
  Andrew Walbran c742f16d42 Use Default to reduce some duplicate code in tests. hace 2 años
  Andrew Walbran 4384b637ce Merge pull request #100 from rcore-os/block_features hace 2 años
  Andrew Walbran af366563b8 Factor out helper methods to send requests. hace 2 años
  Andrew Walbran 098c5fb0c1 Add support for getting device ID. hace 2 años
  Andrew Walbran 446881e103 Add new feature and request type constants from VirtIO 1.2. hace 2 años
  Andrew Walbran a6d6aebed9 Add support for flushing block device. hace 2 años
  Andrew Walbran 9145a6c85e Copy data back and forth to new buffer in fake HAL share. (#97) hace 2 años
  Andrew Walbran de1c3b130e Prepare for 0.5.0 release. hace 2 años
  Andrew Walbran b003840720 Merge pull request #91 from rcore-os/vsock hace 2 años
  Andrew Walbran e9a0aed0c6 Fix clippy warnings. hace 2 años
  Andrew Walbran 36785ff1eb Refactor suggested in code review. hace 2 años
  Andrew Walbran 732eb1bb96 Rename variables and add comments. hace 2 años
  Andrew Walbran 6a62416024 Rename RingBuffer methods. hace 2 años
  Andrew Walbran 277c474c7b Add helper functions to find connections. hace 2 años
  Andrew Walbran 01989a2a88 Return error rather than panicking for invalid token. hace 2 años
  Andrew Walbran fba1344ce9 Handle disconnection. hace 2 años
  Andrew Walbran 79f08dd8e6 Allow incoming connections. hace 2 años
  Andrew Walbran e6cf84e2c8 Add constructor for Connection. hace 2 años
  Andrew Walbran c6984d79b6 Handle credit requests. hace 2 años
  Andrew Walbran 54bc186612 Rename VirtIOSocket::poll_recv to poll. hace 2 años
  Andrew Walbran 861a1c5d7d Add Rustdoc. hace 2 años
  Andrew Walbran da404e7243 Reduce info logs to debug. hace 2 años
  Andrew Walbran 0573c13b5c Add VsockEventType::ConnectionRequest. hace 2 años