- ccb2694 smbios: support source DMI/SMBIOS data from file. by Tomasz Jeznach · 3 years, 8 months ago
- 7271f75 crosvm-direct: enable interrupt passthrough. by Tomasz Jeznach · 3 years, 9 months ago
- d49bcdb replace all usage of MsgOnSocket derives by Zach Reizner · 3 years, 10 months ago
- 3ce7476 crosvm-direct: p-t support for port and memory I/O. by Tomasz Jeznach · 3 years, 9 months ago
- 5890b70 devices: Add vhost-user fs vmm by Woody Chow · 3 years, 9 months ago
- 6068658 devices: virtio: Add vhost-user-net master device by Keiichi Watanabe · 3 years, 8 months ago
- f3a37f4 devices: virtio: Add vhost-user-block master device by Keiichi Watanabe · 3 years, 10 months ago
- d09392e uprev rust-toolchain and fix clippy warnings by Zach Reizner · 3 years, 8 months ago
- d56a2f4 Fix formatting by Keiichi Watanabe · 3 years, 8 months ago
- 5e23df7 Adds a new input device for switches, with socket flag --switches. by Daniel Norman · 3 years, 8 months ago
- 6a88a5d Allow VioS backend in android OS too by Jorge E. Moreira · 3 years, 8 months ago
- 2f5d4b6 Make vhost-vsock and vhost-net paths configurable by Christian Blichmann · 3 years, 8 months ago
- 83d5160 ac97: Add client_type option for the ac97 devices by paulhsia · 3 years, 8 months ago
- 33d5677 Make KVM path configurable by Christian Blichmann · 3 years, 9 months ago
- 413f854 Enable KVM_CAP_ARM_PROTECTED_VM when --protected-vm is passed. by Andrew Walbran · 3 years, 10 months ago
- 359e7de Add the VioS audio backend by Jorge E. Moreira · 4 years ago
- 486cffc Add and enable virtio multi-touch touchscreen device by Tristan Muntsinger · 4 years, 2 months ago
- c7aa523 crosvm: Add a error message signature. by Junichi Uekawa · 4 years, 2 months ago
- 9cfdbd9 Fix clippy errors and some warnings. by Andrew Walbran · 3 years, 10 months ago
- 0e3d4b6 crosvm make balloon logic more fair by Charles William Dick · 4 years ago
- b1394f7 rutabaga_gfx: an electrifying possibility by Gurchetan Singh · 4 years, 1 month ago
- 1647824 crosvm: Add kernel parameters when ac97 devices exist by paulhsia · 4 years ago
- 4e1f99a devices: virtio: block: add VIRTIO_BLK_T_GET_ID by Daniel Verkamp · 4 years, 6 months ago
- a596a07 Final major RawDescriptor transition. by Michael Hoyle · 4 years ago
- 256be3a Goldfish battery: add external command interface to set the state by Chuanxiao Dong · 4 years, 7 months ago
- c5262e9 linux: Support GDB remote serial protocol for x86_64 by Keiichi Watanabe · 4 years, 1 month ago
- fd5626c Goldfish battery: add the basic battery/ac property emulation by Chuanxiao Dong · 4 years, 7 months ago
- e47a500 crosvm: Rename linux mod to platform. by Michael Hoyle · 4 years, 1 month ago
- c26d20b Fix new clippy warning for potential matches! uses by Daniel Verkamp · 4 years ago
- 75ba875 p9: Support ascii casefolding by Chirantan Ekbote · 4 years, 1 month ago
- 046ed14 devices: gpu: gfxstream: Add ANGLE flag for Gfxstream by Jason Macnak · 4 years, 1 month ago
- 6a0960a base: First steps towards universal RawDescriptor by Michael Hoyle · 4 years, 1 month ago
- 7d2b8ac devices: virtio: Advertise VIRTIO_F_ACCESS_PLATFORM for protected VMs by Will Deacon · 4 years, 1 month ago
- 6560c18 crosvm: Introduce a '--protected-vm' parameter for protected guests by Will Deacon · 4 years, 1 month ago
- 015c3c1 x86_64: Introduce --no-smt flag. by Suleiman Souhlal · 4 years, 1 month ago
- 3faab5a Allow more than 4 virtio-console serial ports. by A. Cody Schuffelen · 4 years, 1 month ago
- b220eac devices: gpu: add support for mesa gpu shader cache by John Bates · 4 years, 2 months ago
- c76c2da crosvm: Support "=" in --serial args by Nicholas Hollingum · 4 years, 2 months ago
- b4b94c7 ac97: Enables AEC when capture with the dedicated MIC by Judy Hsiao · 4 years, 2 months ago
- 09357c8 fs: Add case insensitive lookup by Chirantan Ekbote · 4 years, 2 months ago
- c677fb4 crosvm: allow setting VCPU affinity per VCPU by Daniel Verkamp · 4 years, 2 months ago
- ab205af main: Allow some vcpus to be real time by Kansho Nishida · 4 years, 3 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
- dd348a4 main: restrict the use of vulkan and syncfd flags by Kaiyi Li · 4 years, 4 months ago
- 1590e6f Add feature flag for audio. by Andrew Scull · 4 years, 8 months ago
- 6c52a2e gpu_renderer: add vulkan flag for gfxstream by Kaiyi Li · 4 years, 4 months ago
- 6404e45 gpu_renderer: add syncfd flag for gfxstream by Kaiyi Li · 4 years, 4 months ago
- d994e51 devices: fs: Add option to rewrite security xattrs by Chirantan Ekbote · 4 years, 5 months ago
- 4264464 acpi: support user provided ACPI SDTs. by Tomasz Jeznach · 4 years, 6 months ago
- 57df6a0 devices: virtio: Initial implementation of virtio-video device by Keiichi Watanabe · 5 years ago
- a7b6a1c arch, main: add virtio-console parsing and creation by Daniel Verkamp · 4 years, 8 months ago
- fbd6122 arch, devices: move serial creation to arch by Daniel Verkamp · 4 years, 9 months ago
- 2c1417b Serial: add input path overriding stdin for --serial by Iliyan Malchev · 4 years, 7 months ago
- 275c1ef crosvm: Apply cargo fix for some clippy errors by Keiichi Watanabe · 4 years, 7 months ago
- ed22f6b crosvm balloon_stats command by Charles William Dick · 4 years, 7 months ago
- 773c707 Virtio-net: Let queue-num could configurable by Xiong Zhang · 4 years, 8 months ago
- d5c1e96 audio: Create AC97 device with --ac97 option by Judy Hsiao · 4 years, 10 months ago
- 5934305 crosvm: Change expected field to String in InvalidValue by Judy Hsiao · 4 years, 8 months ago
- 8bb4faa Vfio: Multi vfio device support by Xiong Zhang · 5 years ago
- 4b62cd9 crosvm: remove deprecated --qcow and --rwqcow options by Daniel Verkamp · 5 years ago
- 9ca6039 Support generating and opening backing files by A. Cody Schuffelen · 5 years ago
- ddbe8b7 virtio-gpu: gfxstream backend by Lingfeng Yang · 4 years, 10 months ago
- bccb4eb Use display size as the default size for single touch by Kaiyi Li · 4 years, 9 months ago
- 327fc24 virtio-gpu: implement 2D GPU Backend by Jason Macnak · 4 years, 10 months ago
- 282115b crosvm: pstore works for ARCVM on x86_64 by Kansho Nishida · 5 years ago
- 45caf91 crosvm: add support for bpf policy files by Matt Delco · 5 years ago
- 470b1e7 crosvm: log 'run' arguments parsing errors also to syslog by Dmitry Torokhov · 4 years, 10 months ago
- 54305cd Add a new command to dump version info. by Yi Sun · 4 years, 11 months ago
- 0b788de devices: virtio: wl: Support multiple sockets by Ryo Hashimoto · 5 years ago
- f2eecc4 disk: move qcow into disk crate by Daniel Verkamp · 5 years ago
- d65265c crosvm: fix removing comments when processing -file options by Dmitry Torokhov · 5 years ago
- 458bb64 crosvm: allow shorthand notation in plugin-mount and plugin-gid-map by Dmitry Torokhov · 5 years ago
- 0f4c5ff crosvm: plugin-mount-file and plugin-gid-map-file options by Dmitry Torokhov · 5 years ago
- c689fd9 crosvm: factor our parsing bind-mount and gid map options by Dmitry Torokhov · 5 years ago
- bf19558 Makes gpu renderer flags configurable via command line by Jason Macnak · 5 years ago
- 65b98f1 utilize EventDevices to make virtio-input devices by Zach Reizner · 5 years ago
- 2767223 devices: block: add block_size option for disks by Daniel Verkamp · 5 years ago
- cc7070b Support configurable screen sizes by Jason Macnak · 5 years ago
- bd4723b Add fs device to --shared-dir by Chirantan Ekbote · 5 years ago
- e73c80f devices: block: add option to control sparseness by Daniel Verkamp · 5 years ago
- 17b0daf vfio: Integrate VFIO device into pci device model by Xiong Zhang · 6 years ago
- 0f2cfb0 crosvm: add x-display argument for choosing the X11 gpu display by Zach Reizner · 5 years ago
- 267f2c8 split crosvm into a library and a main "crosvm" binary by Zach Reizner · 5 years ago
- 1e26230 Allow to connect standard input to a serial port other than the guest console by Jorge E. Moreira · 5 years ago
- 4486379 main: add seccomp-log-failures flag to command line by Zach Reizner · 5 years ago
- 6a8cd10 main: add --rwroot option to run by Daniel Verkamp · 5 years ago
- 923bab0 crosvm: default serial parameter `num` field to 1 if not provided by Trent Begin · 5 years ago
- b6515a9 crosvm: fix clippy warnings by Jakub Staron · 5 years ago
- a3411ea crosvm: virtio-pmem device by Jakub Staron · 6 years ago
- 6d1ab50 Initial BIOS support. by Cody Schuffelen · 5 years ago
- 580d418 linux: Add cras-capture option for cras-audio device by paulhsia · 5 years ago
- 9c9e0e7 crosvm: Implement the file type for serial ports by Jorge E. Moreira · 6 years ago
- 17ccaad crosvm: add cmdline flags for configuring serial outputs in guest machine by Trent Begin · 6 years ago
- aff94ca usb: support for listing attached usb devices by Zach Reizner · 6 years ago
- 1f828d7 Extracts BalloonAdjust from VmRequest. by Jakub Staron · 6 years ago
- ecf81e0 Extracts DiskResize from VmRequest to a new type. by Jakub Staron · 6 years ago
- 5fb3f51 clippy: Resolve redundant_closure by David Tolnay · 6 years ago
- aecf9a4 edition: Remove extern crate lines by David Tolnay · 6 years ago
- 633426a edition: Fill in macro imports by David Tolnay · 6 years ago