summary refs log tree commit diff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
* disk: move qcow into disk crateDaniel Verkamp2020-01-06
* gpu_display: add X11 input bindings.Noah Gold2020-01-03
* crosvm: move vec_with_array_field to data_modelGurchetan Singh2019-12-11
* Remove render node forward codeLepton Wu2019-12-10
* Cargo.lock: add sync to libcras dependenciesDaniel Verkamp2019-11-23
* io_jail: add additional apisMatt Delco2019-11-16
* net_util: impl FileReadWriteVolatile for TapStephen Barber2019-11-05
* devices: fs: Implement virtio-fs serverChirantan Ekbote2019-10-27
* Cargo.lock: update rust-protobuf to 2.8.1Daniel Verkamp2019-10-22
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* devices: fs: Add fuse constants and struct definitionsChirantan Ekbote2019-10-16
* Support composite disks.Cody Schuffelen2019-10-03
* crosvm: add 'virtio-gpu-next' feature flagGurchetan Singh2019-10-01
* vfio: Implement PciDevice Trait for vfio deviceXiong Zhang2019-09-18
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* Remove remaining byteorder crate referencesDaniel Verkamp2019-08-26
* devices: pci: replace byteorder with from_le_bytes()Daniel Verkamp2019-08-26
* x86_64: replace byteorder with {to,from}_le_bytes()Daniel Verkamp2019-08-26
* qcow: replace byteorder with {to,from}_be_bytes()Daniel Verkamp2019-08-26
* arch: fdt: replace byteorder with to_be_bytes()Daniel Verkamp2019-08-26
* tempfile: Unify the two tempdir implementationsDavid Tolnay2019-07-11
* tempfile: reimplement using libc::mkdtempDaniel Verkamp2019-07-03
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* Add cargo-generated Cargo.lock comment blockDaniel Verkamp2019-04-19
* 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: Compile protos for trunks daemonDavid Tolnay2019-04-12
* protos: Update to protobuf 2.3David Tolnay2019-04-12
* Revert "qcow_utils: Add tests"Dylan Reid2019-03-28
* Move split_irqchip_common to devices/.Miriam Zimmerman2019-03-20
* usb: remove unused usb-emulation feature flagZach Reizner2019-03-17
* qcow_utils: Add testsDylan Reid2019-03-16
* usb: add usb hub, transfer and usb backend interfaceJingkui Wang2019-03-16
* Start render node host service in crosvmLepton Wu2019-03-14
* Add common types and constants for split IRQ chip.Miriam Zimmerman2019-03-13
* Implement PIT.Miriam Zimmerman2019-01-31
* 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
* devices: Add an Ac97 PCI deviceDylan Reid2019-01-26
* tpm: Virtio tpm deviceDavid Tolnay2019-01-24
* plugin: allow retrieving and setting VM clockDmitry Torokhov2019-01-22
* crosvm: Support cros-rust version crosvm ebuildpaulhsia2019-01-22
* remove rand crateDaniel Prilik2019-01-17
* resources: data_model is not used, don't depend on itDylan Reid2019-01-11
* usb: add xhci abi.Jingkui Wang2018-12-25
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* poll_token: Use syn to simplify poll token deriveDavid Tolnay2018-12-09
* assertions: Use compile-time assertion macroDavid Tolnay2018-12-09