summary refs log tree commit diff
path: root/devices/src/virtio
Commit message (Expand)AuthorAge
* clippy: Resolve string_lit_as_bytesDavid Tolnay2019-04-17
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* clippy: Resolve option_map_unit_fnDavid Tolnay2019-04-17
* clippy: Resolve const_static_lifetimeDavid Tolnay2019-04-17
* clippy: Resolve ptr_argDavid Tolnay2019-04-17
* clippy: Resolve if_same_then_elseDavid Tolnay2019-04-17
* clippy: Resolve while_let_loopDavid Tolnay2019-04-17
* clippy: Resolve absurd_extreme_comparisonsDavid Tolnay2019-04-15
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* devices: Replace imports involving super::superDavid Tolnay2019-04-15
* gpu: Simplify imports from gpu_*David Tolnay2019-04-15
* edition: Update devices crate to 2018 editionDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* edition: Use 2018-style paths in devices crateDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* devices: gpu: Silently accept empty command buffers.David Riley2019-04-03
* devices: block: report block size in configDaniel Verkamp2019-03-28
* Validate and configure tap interfaces from --tap_fdJorge E. Moreira2019-03-28
* pci: match pci cap structs with linux/virtio_pci.hDaniel Prilik2019-03-28
* devices: improve get_device_bars/caps interfaceDaniel Prilik2019-03-28
* devices: gpu: use render optimized buffersGurchetan Singh2019-03-26
* crosvm: add memfd for GuestMemoryDaniel Prilik2019-03-25
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* Add tests for virtio input deviceJorge E. Moreira2019-03-12
* devices: PCI: add capabilities callbackDaniel Prilik2019-03-11
* Add a (single touch only) touch screen input deviceJorge E. Moreira2019-03-09
* Input device: Don't send more events than received from the sourceJorge E. Moreira2019-03-08
* PCI: Return results from pci setup functionsDylan Reid2019-03-06
* Don't grab input devices created from sockets.Jorge E. Moreira2019-03-06
* virtio-gpu: add a BAR for deviceGurchetan Singh2019-03-05
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* tpm: Store TPM state under /run/vmDavid Tolnay2019-03-02
* devices: PCI: use configuration callbackGurchetan Singh2019-03-01
* devices: virtio: add PCI configuration callback functionGurchetan Singh2019-03-01
* devices: use PCI bar configuration when adding regionsGurchetan Singh2019-03-01
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* 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
* Adds Virtio-Input device simulationJorge E. Moreira2019-02-01
* devices: block: add bounds checksDaniel Verkamp2019-01-31
* devices: gpu: dup stdout to stderr to allow virglrenderer loggingDavid Riley2019-01-31
* devices: gpu: preserve stdout and stderr for virglrender loggingDavid Riley2019-01-31
* devices: gpu: name gpu threadDavid Riley2019-01-30
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* devices: block: add resize VmControl requestDaniel Verkamp2019-01-16
* memory: Add methods to return error on short writes and readsDavid Tolnay2019-01-13