Histórico de Commits

Autor SHA1 Mensagem Data
  Andrew Walbran 633548725c Rename Error::BufferTooSmall to QueueFull and improve documentation. (#43) há 2 anos atrás
  Andrew Walbran d9ac63e1a5 Improve VirtIOConsole (#39) há 2 anos atrás
  Andrew Walbran ef282cf3de Merge pull request #40 from rcore-os/block há 2 anos atrás
  Andrew Walbran 090b912279 Add more documentation for VirtIOBlk and export SECTOR_SIZE constant. há 2 anos atrás
  Andrew Walbran 206f30ba4f Improve non-blocking API of VirtIOBlk. há 2 anos atrás
  Andrew Walbran 40b59b66d4 Merge pull request #32 from rcore-os/zerocopy há 2 anos atrás
  Andrew Walbran 8048887954 Use zerocopy rather than our AsBuf trait. há 2 anos atrás
  Andrew Walbran b3d1040add Don't implement Debug for volatile memory. há 2 anos atrás
  Andrew Walbran 4fa4132a23 No need for packet headers to be volatile. há 2 anos atrás
  Andrew Walbran a072863bd6 Fix some clippy warnings. (#38) há 2 anos atrás
  Yuekai Jia 87dc2492ae Merge pull request #31 from rcore-os/queuesoundness há 2 anos atrás
  Andrew Walbran 25925a31c7 Add safe helper method to add buffers and wait until they are used. há 2 anos atrás
  Andrew Walbran 6183bed94a Mark Queue::add as unsafe. há 2 anos atrás
  Andrew Walbran 576e481e86 Reset queues when device is dropped. (#30) há 2 anos atrás
  Andrew Walbran 559dc9611b Add method on block device to check if it is read-only (#36) há 2 anos atrás
  Andrew Walbran af18ee53a7 Check size of config space (#29) há 2 anos atrás
  Andrew Walbran 043ab6a71b Merge pull request #27 from rcore-os/pci há 2 anos atrás
  Andrew Walbran 3a33918b8e Add method to Cam to return size. há 2 anos atrás
  Andrew Walbran 382c0fd2ea Expose PAGE_SIZE constant. (#35) há 2 anos atrás
  Andrew Walbran 8a85d3af33 Add method to get capacity of block device. (#34) há 2 anos atrás
  Andrew Walbran b0185cbd64 Fix addition overflow bug with BAR size. há 2 anos atrás
  Andrew Walbran 6787ffb9b0 Test more things in CI (#33) há 2 anos atrás
  Andrew Walbran 77a537f2f1 Use raw slice for notify region rather than pointer and size. há 2 anos atrás
  Andrew Walbran abc2ea293f Use raw slice for config space rather than pointer and size. há 2 anos atrás
  Andrew Walbran b56d4fc4a7 Validate alignment of BAR regions. há 2 anos atrás
  Andrew Walbran d466e222d5 Only 1 byte for ISR rather than 4. há 2 anos atrás
  Andrew Walbran 5ff360356a Check that DeviceFunction is valid. há 2 anos atrás
  Andrew Walbran 5f7ee39695 PciRoot shouldn't implement Clone. há 2 anos atrás
  Andrew Walbran cf5575ecdd Avoid storing PciRoot in Pci transport. há 2 anos atrás
  Andrew Walbran 93722fba26 Take reference in CapabilityIterator rather than cloning PciRoot. há 2 anos atrás