- 028b804 crosvm: clearer naming about GPU features by Gurchetan Singh · 4 years ago
- b1394f7 rutabaga_gfx: an electrifying possibility by Gurchetan Singh · 4 years, 1 month ago
- 0d6ae7a Add power_monitor crate. by Alex Lau · 4 years ago
- c5262e9 linux: Support GDB remote serial protocol for x86_64 by Keiichi Watanabe · 4 years, 1 month ago
- 75ba875 p9: Support ascii casefolding by Chirantan Ekbote · 4 years, 1 month ago
- a7e38ab base: Add shared memory layer to base. by Michael Hoyle · 4 years, 3 months ago
- b52768c p9: Use crate from platform2 by Chirantan Ekbote · 4 years, 2 months ago
- f32d0b4 Use hypervisor abstraction to run VMs by Steven Richman · 4 years, 5 months ago
- 6b19695 Add "base" crate and transition crosvm usages to it from sys_util by Michael Hoyle · 4 years, 4 months ago
- ec058d6 vm_memory: A crate to hold vm-specific memory objects by Dylan Reid · 4 years, 4 months ago
- 94d77df enable core scheduling with the chromeos feature by Zach Reizner · 4 years, 4 months ago
- 1590e6f Add feature flag for audio. by Andrew Scull · 4 years, 8 months ago
- 57c667e cros_async: Convert FD executor to be more similar to uring by Dylan Reid · 4 years, 7 months ago
- f3024c8 io_jail: Remove now that the code lives in aosp/external/minijail by Allen Webb · 4 years, 5 months ago
- bf654c1 Fix path to minijail-sys. by Andrew Walbran · 4 years, 5 months ago
- 708e3a6 Cargo.lock: update libc to 0.2.65 by Daniel Verkamp · 4 years, 5 months ago
- 57df6a0 devices: virtio: Initial implementation of virtio-video device by Keiichi Watanabe · 5 years ago
- 6fe08fa Adding hypervisor crate to abstract out Kvm implementation by Udam Saini · 4 years, 7 months ago
- 91e8403 acpi_tables: Add initial ACPI tables support by Chuanxiao Dong · 5 years ago
- ddbe8b7 virtio-gpu: gfxstream backend by Lingfeng Yang · 4 years, 10 months ago
- a2d845a io_jail: use minijail-sys crate by Stephen Barber · 5 years ago
- eed7020 Add async_core crate by Dylan Reid · 5 years ago
- 2cc1383 Add a cros_async crate. by Dylan Reid · 5 years ago
- f2eecc4 disk: move qcow into disk crate by Daniel Verkamp · 5 years ago
- 84be747 Remove render node forward code by Lepton Wu · 5 years ago
- aa7f102 ensure libc crate is at least 0.2.44 by Zach Reizner · 5 years ago
- 07e3c41 Allow use of newer versions of the libc crate. by Allen Webb · 5 years ago
- 6494117 usb: replace libusb with Rust usb_util library by Daniel Verkamp · 5 years ago
- f9b035d Support composite disks. by Cody Schuffelen · 5 years ago
- 144c279 crosvm: add 'virtio-gpu-next' feature flag by Gurchetan Singh · 5 years ago
- 7d533e5 Extract disk creation logic out of qcow and src. by Cody Schuffelen · 5 years ago
- a445ae1 Remove remaining byteorder crate references by Daniel Verkamp · 5 years ago
- 267f2c8 split crosvm into a library and a main "crosvm" binary by Zach Reizner · 5 years ago
- f5285c6 gpu_display: add X11 backend by Zach Reizner · 6 years ago
- 4b292af clippy: Resolve cast_ptr_alignment by David Tolnay · 6 years ago
- 3df3552 lints: Enforce sorted order for enum variants by David Tolnay · 6 years ago
- 65928af protos: Merge plugin_proto crate under protos::plugin by David Tolnay · 6 years ago
- fd67ec5 protos: Update to protobuf 2.3 by David Tolnay · 6 years ago
- 48ff416 cargo: Sort all dependency lists in Cargo.toml by David Tolnay · 6 years ago
- 0159e5a edition: Update crosvm crate to 2018 edition by David Tolnay · 6 years ago
- a6b9ca3 usb: remove unused usb-emulation feature flag by Zach Reizner · 6 years ago
- 100e6e4 implement xhci and add it to pci bus by Jingkui Wang · 6 years ago
- 6089388 Start render node host service in crosvm by Lepton Wu · 6 years ago
- 083cc4a crosvm: remove LTO from release profile by Zach Reizner · 6 years ago
- 16f659f Implement PIT. by Miriam Zimmerman · 6 years ago
- f052cfe linux: Add ac97 device with CRAS backend by paulhsia · 6 years ago
- 3082e8e linux: add ac97 to the pci bus by Dylan Reid · 6 years ago
- b58b552 devices: Add an Ac97 PCI device by Dylan Reid · 6 years ago
- de6b29a tpm: Virtio tpm device by David Tolnay · 6 years ago
- b6d842f crosvm: Support cros-rust version crosvm ebuild by paulhsia · 6 years ago
- 2200604 remove rand crate by Daniel Prilik · 6 years ago
- d1eceec crosvm: Split sub-crates into independent workspace by paulhsia · 6 years ago
- 7df5a0e usb_util: add sandboxed-libusb feature by Jingkui Wang · 6 years ago
- 1d4d44a sync: Mutex type with methods that panic instead of return error by David Tolnay · 6 years ago
- 33e0831 usb_util: Create libusb wrapper by Jingkui Wang · 6 years ago
- 8ee0973 uprev crosvm and 9s libc to 0.2.44 by Stephen Barber · 6 years ago
- 674504a move qcow_utils to members from dependencies by Zach Reizner · 6 years ago
- f6b58e4 enable integer overflow checks on release profile by Zach Reizner · 6 years ago
- f5d565d crosvm: add msg_sock. by Jingkui Wang · 6 years ago
- a79073a 9s: Server binary for the 9p file system by Chirantan Ekbote · 6 years ago
- 8cad751 crosvm: Add bit_field_derive by Jingkui Wang · 6 years ago
- 448516e balloon: Implement device policy by Chirantan Ekbote · 6 years ago
- 3a8100a gpu: implement virtio-gpu by Zach Reizner · 7 years ago
- f40bb19 gpu_renderer: add virglrenderer bindings by Zach Reizner · 7 years ago
- 228e4a6 Move gpu allocator to resources by Dylan Reid · 6 years ago
- 20d71f8 gpu_display: provides wayland based output for virtio-gpu by Zach Reizner · 7 years ago
- ef7352f Remove the device manager and use the new resource allocator by Dylan Reid · 7 years ago
- dea77ce resources: Add address allocation helper by Dylan Reid · 6 years ago
- 8608eb0 Update libc version to 0.2.40 by Chirantan Ekbote · 7 years ago
- 800fcb0 Add low-level p9 protocol implementation by Chirantan Ekbote · 7 years ago
- 52ba4e5 virtwl: Add DMABuf allocation support. by David Reveman · 7 years ago
- 5e05a83 crosvm: add a feature to disable sandbox by default by Dmitry Torokhov · 7 years ago
- 6f68543 gpu_buffer: create bindings to minigbm by Zach Reizner · 7 years ago
- 2ffa0cb crosvm: aarch64 guest support by Sonny Rao · 7 years ago
- ed517d1 crosvm: create a LinuxArch trait and use it for x86 by Sonny Rao · 7 years ago
- 8836bb5 crosvm: move device_manager to it's own crate by Sonny Rao · 7 years ago
- 53528e3 add support for accessing debug registers in the plugin process by Zach Reizner · 7 years ago
- 8864cb0 crosvm: add support for plugin process by Zach Reizner · 7 years ago
- de01b8b add crosvm_plugin dynamic library crate by Zach Reizner · 7 years ago
- 6cc352f crosvm: move kernel_cmdline to it's own crate by Sonny Rao · 7 years ago
- 865323d hw/virtio/vhost: Add simple tests backed by fakes by Jason D. Clinton · 7 years ago
- 6ecbbfd Add qcow_utils for exposing qcow functions as a C library by Dylan Reid · 7 years ago
- e0983c7 add plugin_proto crate by Zach Reizner · 7 years ago
- 7696870 Add qcow support crate by Dylan Reid · 7 years ago
- d42e493 sys_util: add memfd seal support to SharedMemory by Zach Reizner · 7 years ago
- 939d588 Make the main crosvm project a workspace by Dylan Reid · 7 years ago
- 7a2fec4 crosvm: bump libc version to 0.2.32 by Stephen Barber · 7 years ago
- d169a8d Move crosvm/hw to a new devices module by Dylan Reid · 7 years ago
- 94bf1bf Move vm_control to a top-level crate by Dylan Reid · 7 years ago
- ab839e2 fix dependency versions and add Cargo.lock by Zach Reizner · 7 years ago
- 1ea2f8e crosvm: bump libc version to 0.2.29 by Zach Reizner · 7 years ago
- efe9578 crosvm: argument parsing without clap by Zach Reizner · 7 years ago
- 3cbded2 fix armv7a and aarch64 build errors and warnings by Zach Reizner · 7 years ago
- 29ad3c7 crosvm: refactor and expand vm control socket IPC by Zach Reizner · 7 years ago
- 2cfc205 crosvm: add vhost_net virtio device by Stephen Barber · 7 years ago
- f651357 crosvm: use sys_util::clone_process to create proxy device by Zach Reizner · 7 years ago
- 61edbbf crosvm: Put block device process in a minijail by Dylan Reid · 8 years ago
- 639d967 crosvm: Add crosvm main program by Zach Reizner · 8 years ago