summary refs log tree commit diff
path: root/devices/src/virtio/tpm.rs
Commit message (Expand)AuthorAge
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* Remove unneeded return statementsDaniel Verkamp2019-11-08
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* descriptor_utils: check for size overflow in new()Daniel Verkamp2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* crosvm: Use Reader/Writer interfaces in various virtio devices.Jakub Staron2019-10-01
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* crosvm: Moves logic of consuming a DescriptorHead to Queue.Jakub Staron2019-05-23
* edition: Fill in macro importsDavid Tolnay2019-04-15
* tpm: Store TPM state under /run/vmDavid Tolnay2019-03-02
* tpm: Handle send+recv as a single descriptor chainDavid Tolnay2019-02-21
* tpm: Prepare device implementation for handling send+recv togetherDavid Tolnay2019-02-20
* error: Print errors using Display implDavid Tolnay2019-02-20
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24