summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAge
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* Initial BIOS support.Cody Schuffelen2019-05-31
* linux: Add cras-capture option for cras-audio devicepaulhsia2019-05-31
* crosvm: fix unused variable warning in create_virtio_devicesDmitry Torokhov2019-05-29
* virtio-gpu: add gpu control socketGurchetan Singh2019-05-28
* linux.rs: create a socket between gpu device and hostGurchetan Singh2019-05-24
* crosvm: {WlDriverRequest, WlDriverResponse} --> {VmMemoryRequest, VmMemoryRes...Gurchetan Singh2019-05-24
* crosvm: Implement the file type for serial portsJorge E. Moreira2019-05-22
* crosvm: add cmdline flags for configuring serial outputs in guest machineTrent Begin2019-05-15
* linux: handle margin file with multiple valuesSonny Rao2019-04-29
* crosvm: Fix misleading field name in VmComponents struct.Jakub Staron2019-04-29
* usb: support for listing attached usb devicesZach Reizner2019-04-27
* crosvm: Extracts Wayland commands from from VmRequest.Jakub Staron2019-04-27
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* crosvm: only clear signal when neededMatt Delco2019-04-24
* crosvm: use pipe instead of socket for vcpu communicationMatt Delco2019-04-24
* crosvm: reduce excess chatter with pluginMatt Delco2019-04-24
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* clippy: Iterate without calling .iter()David Tolnay2019-04-18
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* edition: Eliminate blocks superseded by NLLDavid Tolnay2019-04-17
* clippy: Resolve single_matchDavid Tolnay2019-04-17
* clippy: Resolve redundant_closureDavid Tolnay2019-04-17
* clippy: Resolve needless_returnDavid Tolnay2019-04-17
* clippy: Resolve match_ref_patsDavid Tolnay2019-04-17
* clippy: Resolve ptr_argDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* protos: Merge plugin_proto crate under protos::pluginDavid Tolnay2019-04-12
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* edition: Update crosvm crate to 2018 editionDavid Tolnay2019-04-08
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* crosvm: avoid deprecated trim_left_matchesDaniel Verkamp2019-03-25
* implement xhci and add it to pci busJingkui Wang2019-03-17
* Don't drop capabilities when sandbox is disabled.Lepton Wu2019-03-16
* Start render node host service in crosvmLepton Wu2019-03-14
* Remove "multiprocess" argument.Lepton Wu2019-03-14
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* linux: clean up: Sort enum in alphabet order.Lepton Wu2019-03-12
* arch: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-09
* Add a (single touch only) touch screen input deviceJorge E. Moreira2019-03-09
* Drop capabilities before spawning any vcpu threadDmitry Torokhov2019-03-08
* setup: Remove outdated comment about deref &PathBuf to &PathDavid Tolnay2019-03-07
* setup: Replace Box<dyn Error> with error enumDavid Tolnay2019-03-07
* setup: Break up independent parts of create_devicesDavid Tolnay2019-03-06
* setup: Suppress warning on fields that are only used by TPMDavid Tolnay2019-03-05