summary refs log tree commit diff
path: root/Cargo.toml
Commit message (Expand)AuthorAge
...
* crosvm: Add bit_field_deriveJingkui Wang2018-08-03
* balloon: Implement device policyChirantan Ekbote2018-07-27
* gpu: implement virtio-gpuZach Reizner2018-07-20
* gpu_renderer: add virglrenderer bindingsZach Reizner2018-07-20
* Move gpu allocator to resourcesDylan Reid2018-07-09
* gpu_display: provides wayland based output for virtio-gpuZach Reizner2018-07-09
* Remove the device manager and use the new resource allocatorDylan Reid2018-06-29
* resources: Add address allocation helperDylan Reid2018-06-29
* Update libc version to 0.2.40Chirantan Ekbote2018-05-23
* Add low-level p9 protocol implementationChirantan Ekbote2018-05-22
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* crosvm: add a feature to disable sandbox by defaultDmitry Torokhov2018-05-11
* gpu_buffer: create bindings to minigbmZach Reizner2018-05-08
* crosvm: aarch64 guest supportSonny Rao2018-04-03
* crosvm: create a LinuxArch trait and use it for x86Sonny Rao2018-03-15
* crosvm: move device_manager to it's own crateSonny Rao2018-02-26
* add support for accessing debug registers in the plugin processZach Reizner2018-02-12
* crosvm: add support for plugin processZach Reizner2018-02-09
* add crosvm_plugin dynamic library crateZach Reizner2018-02-07
* crosvm: move kernel_cmdline to it's own crateSonny Rao2018-02-02
* hw/virtio/vhost: Add simple tests backed by fakesJason D. Clinton2018-02-02
* Add qcow_utils for exposing qcow functions as a C libraryDylan Reid2018-02-01
* add plugin_proto crateZach Reizner2018-01-30
* Add qcow support crateDylan Reid2018-01-19
* sys_util: add memfd seal support to SharedMemoryZach Reizner2018-01-05
* Make the main crosvm project a workspaceDylan Reid2017-11-20
* crosvm: bump libc version to 0.2.32Stephen Barber2017-10-25
* Move crosvm/hw to a new devices moduleDylan Reid2017-10-09
* Move vm_control to a top-level crateDylan Reid2017-10-09
* fix dependency versions and add Cargo.lockZach Reizner2017-09-20
* crosvm: bump libc version to 0.2.29Zach Reizner2017-09-07
* crosvm: argument parsing without clapZach Reizner2017-09-02
* fix armv7a and aarch64 build errors and warningsZach Reizner2017-09-01
* crosvm: refactor and expand vm control socket IPCZach Reizner2017-08-25
* crosvm: add vhost_net virtio deviceStephen Barber2017-07-20
* crosvm: use sys_util::clone_process to create proxy deviceZach Reizner2017-07-13
* crosvm: Put block device process in a minijailDylan Reid2017-07-06
* crosvm: Add crosvm main programZach Reizner2017-07-05