summary refs log tree commit diff
path: root/devices/src/virtio/wl.rs
Commit message (Expand)AuthorAge
* devices: implement dedicated Interrupt struct for virtio WorkerZide Chen2019-10-25
* devices: implement MsixConfig struct and generic MSI-X functionsZide Chen2019-10-24
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* crosvm: {WlDriverRequest, WlDriverResponse} --> {VmMemoryRequest, VmMemoryRes...Gurchetan Singh2019-05-24
* crosvm: Removes used_desc_heads arrays from various virtio devices.Jakub Staron2019-05-23
* wl: limit vfd recv size to leave room for VFDsZach Reizner2019-05-23
* crosvm: Extracts Wayland commands from from VmRequest.Jakub Staron2019-04-27
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve option_map_unit_fnDavid Tolnay2019-04-17
* edition: Fill in macro importsDavid Tolnay2019-04-15
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* error: Print errors using Display implDavid Tolnay2019-02-20
* devices: wl: add resource bridge to fds to keep when jailedDavid Riley2019-01-09
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* devices: make all virtio devices report version 1Daniel Verkamp2018-11-26
* wl: silence unused code warningsDaniel Verkamp2018-11-21
* devices: convert virtio features to a u64Daniel Verkamp2018-11-21
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* cargo fmt with Rust 1.30.0Daniel Verkamp2018-10-31
* devices: pci: support level-triggered interruptsDaniel Verkamp2018-10-29
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* Move gpu allocator to resourcesDylan Reid2018-07-09
* sys_util: move round_to_page_size to sys_utilZach Reizner2018-06-21
* virtwl: implement dmabuf sync supportDavid Reveman2018-06-19
* wl: do not close FDs that were hungupZach Reizner2018-06-07
* virtwl: better multi-plane DMABuf supportDavid Reveman2018-05-26
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* wl: send HUP event when VFDs are hungupZach Reizner2018-04-27
* devices: use nested PollContext in wayland deviceZach Reizner2018-04-06
* wl: add pipe vfd supportZach Reizner2018-04-05
* wl: avoid inserting empty virtio queue entriesZach Reizner2018-03-22
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* wl: increase max FDs to send/recvZach Reizner2017-11-15
* crosvm/devices: set thread namesStephen Barber2017-10-30
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09