summary refs log tree commit diff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
* devices: port vhost-user-net from cloud-hypervisorAlyssa Ross2021-05-11
* 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
* 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
* macros: Update syn to 0.15David Tolnay2018-11-21
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* Reland "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-19
* move qcow_utils to members from dependenciesZach Reizner2018-11-16