summary refs log tree commit diff
path: root/devices/src/virtio/wl.rs
Commit message (Expand)AuthorAge
* crosvm: make wl add take socket as fdAlyssa Ross2020-07-06
* devices: include path in SocketConnect error msgAlyssa Ross2020-07-06
* devices: log WlState execute failuresAlyssa Ross2020-07-06
* devices: unique wl socket name generationAlyssa Ross2020-07-06
* Make wayland socket names byte arraysAlyssa Ross2020-07-02
* debugAlyssa Ross2020-07-02
* Make lots of things DebugAlyssa Ross2020-07-02
* devices: enable adding Wl sockets at runtimeAlyssa Ross2020-07-02
* make remote wayland device optionalAlyssa Ross2020-06-15
* send wl::Params over socketAlyssa Ross2020-06-15
* use lifetimes in serialization to prevent closingAlyssa Ross2020-06-15
* devices: VirtioDeviceNewAlyssa Ross2020-06-15
* devices: return Vec from queue_max_sizesAlyssa Ross2020-06-15
* forward kill to/from wlAlyssa Ross2020-06-15
* the great renamingAlyssa Ross2020-06-15
* vm_control: make MaybeOwnedFd genericAlyssa Ross2020-06-15
* hacky working out-of-process virtio_wlAlyssa Ross2020-06-15
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\
| * sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* | devices: print unexpected wl command in hexAlyssa Ross2020-05-16
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\|
| * remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
| * devices: virtio: wl: Stop using non-blocking socketsRyo Hashimoto2020-04-16
* | devices: remove unnecessary RefCell in VmRequesterAlyssa Ross2020-04-09
|/
* devices: virtio: resource_bridge: Transfer plane metadataKeiichi Watanabe2020-03-06
* devices: virtio: Add a function to get a FD via resource_bridgeKeiichi Watanabe2020-02-03
* devices: virtio: wl: Support multiple socketsRyo Hashimoto2020-01-07
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* devices: virtio: wl: use descriptor reader/writerDaniel Verkamp2019-11-08
* 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