summary refs log tree commit diff
path: root/src/main.rs
Commit message (Expand)AuthorAge
* virtio-gpu: implement 2D GPU BackendJason Macnak2020-02-03
* crosvm: pstore works for ARCVM on x86_64Kansho Nishida2020-02-03
* crosvm: add support for bpf policy filesMatt Delco2020-01-22
* crosvm: log 'run' arguments parsing errors also to syslogDmitry Torokhov2020-01-16
* Add a new command to dump version info.Yi Sun2020-01-13
* devices: virtio: wl: Support multiple socketsRyo Hashimoto2020-01-07
* disk: move qcow into disk crateDaniel Verkamp2020-01-06
* crosvm: fix removing comments when processing -file optionsDmitry Torokhov2019-12-22
* crosvm: allow shorthand notation in plugin-mount and plugin-gid-mapDmitry Torokhov2019-12-18
* crosvm: plugin-mount-file and plugin-gid-map-file optionsDmitry Torokhov2019-12-17
* crosvm: factor our parsing bind-mount and gid map optionsDmitry Torokhov2019-12-17
* Makes gpu renderer flags configurable via command lineJason Macnak2019-12-11
* utilize EventDevices to make virtio-input devicesZach Reizner2019-12-11
* devices: block: add block_size option for disksDaniel Verkamp2019-12-10
* Support configurable screen sizesJason Macnak2019-12-10
* Add fs device to --shared-dirChirantan Ekbote2019-11-19
* devices: block: add option to control sparsenessDaniel Verkamp2019-11-18
* 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