summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAge
* 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
* main: return error on invalid length of argumentsJianxun Zhang2019-03-05
* error: Consistently use Display instead of error description()David Tolnay2019-03-02
* tpm: Store TPM state under /run/vmDavid Tolnay2019-03-02
* setup: Factor out code for adding crosvm uid and gid to jailDavid Tolnay2019-03-02
* linux: rename function of device creationJianxun Zhang2019-03-01
* crosvm: allow mapping additional gids in plugin jailDmitry Torokhov2019-03-01
* linux: refactor creating jails of devicesJianxun Zhang2019-02-28
* main: log responses to command line vm control requestsZach Reizner2019-02-28
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* linux: Add DEFAULT_PIVOT_ROOT var which can be changed at build time.Allen Webb2019-02-27
* tpm: Runtime flag for software tpm deviceDavid Tolnay2019-02-21
* error: Print errors using Display implDavid Tolnay2019-02-20
* crosvm: mount minimal set of devices in plugin jailDmitry Torokhov2019-02-16
* linux: Tweak wl device setup when building without gpuDavid Tolnay2019-02-15
* Add support for multiple network interfacesJorge E. Moreira2019-02-14
* main: add panic hook that redirects to syslogZach Reizner2019-02-07
* linux: add support for loading an initrdDaniel Verkamp2019-02-07
* Add logic to set up PIT (guarded by flag).Miriam Zimmerman2019-02-06
* Adds Virtio-Input device simulationJorge E. Moreira2019-02-01
* crosvm: x86_64 guest support for android device-treeTristan Muntsinger2019-01-28
* linux: Add ac97 device with CRAS backendpaulhsia2019-01-27
* linux: add ac97 to the pci busDylan Reid2019-01-26
* crosvm: add debug labels to devices for improved SIGCHLD logsZach Reizner2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* crosvm/linux: use kvmclock_ctrl to signal that VCPU was suspendedZach Reizner2019-01-23
* crosvm: add suspend/resume commandsZach Reizner2019-01-23
* plugin: allow retrieving and setting VM clockDmitry Torokhov2019-01-22
* remove rand crateDaniel Prilik2019-01-17
* devices: block: add resize VmControl requestDaniel Verkamp2019-01-16
* plugin: remove unused EDEADLK importDaniel Verkamp2019-01-09
* main: only show plugin options when feature is onDaniel Verkamp2019-01-08
* Add support for plugin mountsChirantan Ekbote2019-01-07
* plugin: Add support for tap fd on the command lineChirantan Ekbote2019-01-07
* net_util: Get tap interface name when using a raw fdChirantan Ekbote2019-01-07