No description
Find a file
dawnhan 89ba72800c rutabaga: change how MinigbmDevice finds the render node
Let minigbm decide which randernode to use. In this case, we don't need `rendernode.rs` anymore, and don't have to keep `_fd` in struct `MinigbmDeviceInner`, `fd` can get by calling `gbm_bo_get_fd`

BUG=b:265199561
TEST=./tools/presubmit
TEST=emerge-board crosvm, and deploy to dut
TEST=CQ

Change-Id: I294d6f7f0dcdf075ac85671561dbeeb1eef8edd2
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5038006
Commit-Queue: Dawn Han <dawnhan@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Ryan Neph <ryanneph@google.com>
2024-01-26 22:43:35 +00:00
.cargo clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
.config dev_container: Pass through NEXTEST_PROFILE 2023-12-14 19:01:30 +00:00
.devcontainer
.github
.vscode
aarch64 kernel_loader: Add support for LZ4-compressed kernels 2024-01-24 22:48:25 +00:00
acpi_tables
arch Clone host CPU capacity/clusters for --host-cpu-topology 2024-01-12 10:03:55 +00:00
argh_helpers Update to syn-2 2023-12-02 00:23:50 +00:00
audio_streams_conformance_test
audio_util clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
base base: emit Result from FileDataIterator 2024-01-23 01:23:53 +00:00
bit_field Update to syn-2 2023-12-02 00:23:50 +00:00
broker_ipc clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
common data_model: remove static_assertions dependency 2024-01-03 00:54:44 +00:00
cros_async cros_async: Implement "into_source" for OverlappedSource 2024-01-19 01:20:31 +00:00
cros_fdt cros_fdt: Do not apply children of filtered nodes 2024-01-22 10:37:57 +00:00
cros_tracing cros_tracing: fix interface drift. 2023-12-02 00:02:41 +00:00
cros_tracing_types clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
crosvm_cli
crosvm_control clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
crosvm_plugin clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
devices devices: virtcpufreq: stub out virtcpufreq 2024-01-26 00:16:32 +00:00
disk cros_async: move punch hole special case into disk crate 2023-12-15 19:40:13 +00:00
docs/book docs: Fix link to the internal uprev playbook 2024-01-23 18:49:48 +00:00
e2e_tests Cargo.lock: update to shlex 1.3 2024-01-24 23:11:36 +00:00
fuse devices: virtio: fs: Make atomic_open use negative dentry 2024-01-18 04:03:49 +00:00
fuzz devices: Add power management to virtio devices 2023-12-14 03:25:11 +00:00
gpu_display clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
hypervisor hypervisor: haxm: Update bindings 2024-01-24 01:42:58 +00:00
infra Roll recipe dependencies (trivial). 2024-01-26 18:11:30 +00:00
io_uring bindgen: update to Linux 6.6 headers 2024-01-09 00:37:43 +00:00
jail seccomp: battery: allow clock_getres and getrandom on non-x86 2024-01-23 00:16:36 +00:00
kernel_cmdline
kernel_loader kernel_loader: Add support for LZ4-compressed kernels 2024-01-24 22:48:25 +00:00
kvm clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
kvm_sys kvm_sys: add riscv support to bindgen.sh 2024-01-09 00:37:43 +00:00
libcras_stub
linux_input_sys linux_input_sys: simplify input event decoders 2024-01-11 02:44:19 +00:00
logo
media bindgen: regenerate all bindings with bindgen 0.68.1 2024-01-09 00:37:43 +00:00
metrics clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
net_sys bindgen: update to Linux 6.6 headers 2024-01-09 00:37:43 +00:00
net_util clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
perfetto cros_tracing: fix interface drift. 2023-12-02 00:02:41 +00:00
power_monitor
prebuilts
proto_build_tools
protos clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
resources Fix clippy useless_conversion into_iter() warnings 2023-11-06 19:43:56 +00:00
riscv64 Clone host CPU capacity/clusters for --host-cpu-topology 2024-01-12 10:03:55 +00:00
rutabaga_gfx rutabaga: change how MinigbmDevice finds the render node 2024-01-26 22:43:35 +00:00
sandbox
serde_keyvalue Update to syn-2 2023-12-02 00:23:50 +00:00
src crosvm: add "writable" option for create_composite 2024-01-25 01:50:29 +00:00
swap base: emit Result from FileDataIterator 2024-01-23 01:23:53 +00:00
system_api
tests clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
third_party vmm_vhost: fix reply hdr size in FS_MAP tests 2023-12-15 19:39:24 +00:00
tools dev_container: Pass proxy setting 2024-01-24 18:36:22 +00:00
tube_transporter
usb_sys clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
usb_util clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
vendor
vfio_sys bindgen: update to Linux 6.6 headers 2024-01-09 00:37:43 +00:00
vhost clippy: enforce safety block comments 2023-12-14 18:21:54 +00:00
virtio_sys bindgen: update to Linux 6.6 headers 2024-01-09 00:37:43 +00:00
vm_control devices: SnapshotReader/Writer abstraction + new snapshot format 2024-01-16 21:42:29 +00:00
vm_memory base: emit Result from FileDataIterator 2024-01-23 01:23:53 +00:00
win_audio Run rustfmt on whole codebase with nightly enabled 2023-11-29 18:41:29 +00:00
win_util Run rustfmt on whole codebase with nightly enabled 2023-11-29 18:41:29 +00:00
x86_64 Clone host CPU capacity/clusters for --host-cpu-topology 2024-01-12 10:03:55 +00:00
.dockerignore
.envrc
.gitattributes config: force lf as line endings 2023-11-07 17:38:58 +00:00
.gitignore
.gitmodules
.rustfmt.toml Enable rustfmt nightly in container and CI 2023-11-29 18:41:29 +00:00
ARCHITECTURE.md
Cargo.lock Cargo.lock: update to shlex 1.3 2024-01-24 23:11:36 +00:00
Cargo.toml Cargo.toml: Move pci-hotplug flag to all-default 2024-01-10 03:03:06 +00:00
CONTRIBUTING.md doc: fix broken building_crosvm links 2024-01-08 21:16:45 +00:00
DIR_METADATA
LICENSE
mypy.ini
OWNERS crosvm: add fmayle@ to OWNERS 2023-10-27 18:10:14 +00:00
OWNERS_COUNCIL
PRESUBMIT.cfg
pyproject.toml
README.chromeos.md
README.md
rust-toolchain

crosvm - The ChromeOS Virtual Machine Monitor

crosvm is a virtual machine monitor (VMM) based on Linuxs KVM hypervisor, with a focus on simplicity, security, and speed. crosvm is intended to run Linux guests, originally as a security boundary for running native applications on the ChromeOS platform. Compared to QEMU, crosvm doesnt emulate architectures or real hardware, instead concentrating on paravirtualized devices, such as the virtio standard.

crosvm is currently used to run Linux/Android guests on ChromeOS devices.

Logo