summary refs log tree commit diff
path: root/src/linux.rs
Commit message (Expand)AuthorAge
* crosvm: use vhost-user-net instead of virtio-net vhost-userAlyssa Ross2021-05-11
* devices: implement MSI control socketXiong Zhang2019-10-24
* devices: vfio: fix clippy warningsDaniel Verkamp2019-10-17
* vm_control: Add VmIrqRequest SocketXiong Zhang2019-10-15
* devices: jail serial deviceZach Reizner2019-10-10
* sys_util: allow adding handlers for all signalsFletcher Woodruff2019-10-03
* vfio: Setup dma map for vfio deviceXiong Zhang2019-10-01
* vfio: Integrate VFIO device into pci device modelXiong Zhang2019-10-01
* linux: drop VM before exiting to allow cleanupDaniel Verkamp2019-09-17
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* crosvm: silence unused code warning for NonZeroU8Daniel Verkamp2019-08-22
* crosvm: add x-display argument for choosing the X11 gpu displayZach Reizner2019-08-08
* gpu: Add sandboxing support for pvr.David Riley2019-08-01
* gpu: Add sandboxing support for mali/ARM.David Riley2019-08-01
* tree-wide: use PollContext::build_with where possibleZach Reizner2019-07-24
* main: add seccomp-log-failures flag to command lineZach Reizner2019-06-27
* gpu: Allow more than one resource bridge socketChirantan Ekbote2019-06-24
* devices: Add separate seccomp policy for pmem deviceJakub Staron2019-06-21
* src/linux.rs: Modify socket instead of add socket when remove other socketsXiong Zhang2019-06-10
* crosvm: fix clippy warningsJakub Staron2019-06-08
* 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: 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
* crosvm: Extracts Wayland commands from from VmRequest.Jakub Staron2019-04-27
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* edition: Eliminate ref keywordDavid Tolnay2019-04-18
* clippy: Resolve redundant_closureDavid 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
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* main: add --cpu-affinity option to pin VCPUsDaniel Verkamp2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* 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
* 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