summary refs log tree commit diff
path: root/devices/src/virtio/balloon.rs
Commit message (Expand)AuthorAge
* 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