summary refs log tree commit diff
path: root/Cargo.toml (follow)
Commit message (Expand)AuthorAge
* devices: virtio: Initial implementation of virtio-video deviceKeiichi Watanabe2020-05-23
* Adding hypervisor crate to abstract out Kvm implementationUdam Saini2020-05-03
* acpi_tables: Add initial ACPI tables supportChuanxiao Dong2020-02-27
* virtio-gpu: gfxstream backendLingfeng Yang2020-02-19
* io_jail: use minijail-sys crateStephen Barber2020-02-15
* Add async_core crateDylan Reid2020-02-10
* Add a cros_async crate.Dylan Reid2020-02-10
* disk: move qcow into disk crateDaniel Verkamp2020-01-06
* Remove render node forward codeLepton Wu2019-12-10
* ensure libc crate is at least 0.2.44Zach Reizner2019-11-09
* Allow use of newer versions of the libc crate.Allen Webb2019-11-07
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* Support composite disks.Cody Schuffelen2019-10-03
* crosvm: add 'virtio-gpu-next' feature flagGurchetan Singh2019-10-01
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* Remove remaining byteorder crate referencesDaniel Verkamp2019-08-26
* split crosvm into a library and a main "crosvm" binaryZach Reizner2019-08-06
* gpu_display: add X11 backendZach Reizner2019-07-25
* clippy: Resolve cast_ptr_alignmentDavid Tolnay2019-04-18
* lints: Enforce sorted order for enum variantsDavid Tolnay2019-04-13
* protos: Merge plugin_proto crate under protos::pluginDavid Tolnay2019-04-12
* protos: Update to protobuf 2.3David Tolnay2019-04-12
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update crosvm crate to 2018 editionDavid Tolnay2019-04-08
* usb: remove unused usb-emulation feature flagZach Reizner2019-03-17
* implement xhci and add it to pci busJingkui Wang2019-03-17
* Start render node host service in crosvmLepton Wu2019-03-14
* crosvm: remove LTO from release profileZach Reizner2019-03-05
* Implement PIT.Miriam Zimmerman2019-01-31
* linux: Add ac97 device with CRAS backendpaulhsia2019-01-27
* linux: add ac97 to the pci busDylan Reid2019-01-26
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* crosvm: Support cros-rust version crosvm ebuildpaulhsia2019-01-22
* remove rand crateDaniel Prilik2019-01-17
* crosvm: Split sub-crates into independent workspacepaulhsia2019-01-03
* usb_util: add sandboxed-libusb featureJingkui Wang2018-12-20
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* usb_util: Create libusb wrapperJingkui Wang2018-12-01
* uprev crosvm and 9s libc to 0.2.44Stephen Barber2018-11-27
* move qcow_utils to members from dependenciesZach Reizner2018-11-16
* enable integer overflow checks on release profileZach Reizner2018-10-16
* crosvm: add msg_sock.Jingkui Wang2018-10-09
* 9s: Server binary for the 9p file systemChirantan Ekbote2018-08-08
* 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