summary refs log tree commit diff
path: root/devices/src/virtio/balloon.rs
Commit message (Expand)AuthorAge
* 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
* devices: virtio: add copy_config() helper functionDaniel Verkamp2019-08-16
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* edition: Fill in macro importsDavid Tolnay2019-04-15
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* error: Print errors using Display implDavid Tolnay2019-02-20
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: make all virtio devices report version 1Daniel Verkamp2018-11-26
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* devices: balloon: define features as shift countsDaniel Verkamp2018-11-07
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* cargo fmt all source codeZach Reizner2018-10-09
* balloon: Implement device policyChirantan Ekbote2018-07-27
* devices: use PollContext for all virtio deivcesZach Reizner2018-04-05
* fix some clippy errors that are default denyZach Reizner2018-03-07
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* devices: Add balloonDylan Reid2017-12-18