summary refs log tree commit diff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* crosvm: use vhost-user-net instead of virtio-net vhost-userAlyssa Ross2021-05-11
* vfio: Integrate VFIO device into pci device modelXiong Zhang2019-10-01
* crosvm: add x-display argument for choosing the X11 gpu displayZach Reizner2019-08-08
* split crosvm into a library and a main "crosvm" binaryZach Reizner2019-08-06
* Allow to connect standard input to a serial port other than the guest consoleJorge E. Moreira2019-08-03
* main: add seccomp-log-failures flag to command lineZach Reizner2019-06-27
* main: add --rwroot option to runDaniel Verkamp2019-06-27
* crosvm: default serial parameter `num` field to 1 if not providedTrent Begin2019-06-20
* 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: 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
* usb: support for listing attached usb devicesZach Reizner2019-04-27
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* 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
* 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
* implement xhci and add it to pci busJingkui Wang2019-03-17
* Remove "multiprocess" argument.Lepton Wu2019-03-14
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* Add a (single touch only) touch screen input deviceJorge E. Moreira2019-03-09
* main: return error on invalid length of argumentsJianxun Zhang2019-03-05
* crosvm: allow mapping additional gids in plugin jailDmitry Torokhov2019-03-01
* main: log responses to command line vm control requestsZach Reizner2019-02-28
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* tpm: Runtime flag for software tpm deviceDavid Tolnay2019-02-21
* error: Print errors using Display implDavid Tolnay2019-02-20
* 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 suspend/resume commandsZach Reizner2019-01-23
* remove rand crateDaniel Prilik2019-01-17
* devices: block: add resize VmControl requestDaniel Verkamp2019-01-16
* main: only show plugin options when feature is onDaniel Verkamp2019-01-08
* Add support for plugin mountsChirantan Ekbote2019-01-07
* devices: balloon: fix the 'crosvm balloon' commandDaniel Verkamp2019-01-05
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05