summary refs log tree commit diff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
* kvm: use MappedRegion traitGurchetan Singh2020-06-12
* acpi: support user provided ACPI SDTs.Tomasz Jeznach2020-06-01
* hypervisor: x86 irqchip structsColin Downs-Razouk2020-05-28
* Cargo.lock: add sync dependency to hypervisorDaniel Verkamp2020-05-27
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* devices: virtio: Initial implementation of virtio-video deviceKeiichi Watanabe2020-05-23
* Cargo.lock: add kvm to hypervisor dependenciesDaniel Verkamp2020-05-21
* devices: irqchip: new irqchip moduleColin Downs-Razouk2020-05-18
* acpi: refactor the ACPI PM deviceChuanxiao Dong2020-05-11
* msg_socket: impl for Arc and MutexZach Reizner2020-05-05
* audio: Create AC97 device with --ac97 optionJudy Hsiao2020-03-20
* Add logic to setup PIC/IOAPIC.Zhuocheng Ding2020-03-05
* x86_64: generate ACPI tablesChuanxiao Dong2020-02-28
* acpi_tables: Add initial ACPI tables supportChuanxiao Dong2020-02-27
* msg_socket: Add async receiving of messagesDylan Reid2020-02-26
* x86_64: use __cpuid intrinsicDaniel Verkamp2020-02-22
* docker: check out minijail in expected locationDaniel Verkamp2020-02-19
* Update audio_streams checkout and dependenciesDaniel Verkamp2020-02-11
* Update syn, quote, and proc-macro past 1.0Dylan Reid2020-02-06
* 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