summary refs log tree commit diff
path: root/devices/src/virtio
Commit message (Expand)AuthorAge
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* devices: block: issue fsync when FlushTimer expiresDaniel Verkamp2019-05-29
* virtio-gpu: add gpu control socketGurchetan Singh2019-05-28
* devices: input: Removes used_desc_heads array.Jakub Staron2019-05-24
* crosvm: {WlDriverRequest, WlDriverResponse} --> {VmMemoryRequest, VmMemoryRes...Gurchetan Singh2019-05-24
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* crosvm: Moves logic of consuming a DescriptorHead to Queue.Jakub Staron2019-05-23
* wl: limit vfd recv size to leave room for VFDsZach Reizner2019-05-23
* devices: gpu: Fallback to allocating with virgl if no fourcc mapping.David Riley2019-05-16
* crosvm: Extracts Wayland commands from from VmRequest.Jakub Staron2019-04-27
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* crosvm: add license blurb to all filesStephen Barber2019-04-24
* devices: block: clarify read/write error messagesDaniel Verkamp2019-04-22
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* devices: gpu: Fallback to using non-scanout buffer if minigbm allocation fails.David Riley2019-04-17
* devices: gpu: Only allocate scanout buffers via minigbm.David Riley2019-04-17
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve unneeded_field_patternDavid Tolnay2019-04-17
* 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