No description
Find a file
Vikram Auradkar 8dacb2ed64 config: force lf as line endings
this allows sharing repo on windows running a linux container

BUG=b:308883445
TEST=on windows ran
       py .\tools\dev_container tools/presubmit line_endings

Change-Id: Ief73f1ad2da201dac0337711d0c4f706a936f7a6
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5008193
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Vikram Auradkar <auradkar@google.com>
2023-11-07 17:38:58 +00:00
.cargo
.config
.devcontainer dev_container: Replace better toml extension 2023-07-27 23:37:15 +00:00
.github
.vscode
aarch64 devices: Add read-only memslots for pci config space 2023-11-01 03:37:49 +00:00
acpi_tables crosvm: Uprev zerocopy to 0.7.x 2023-10-10 17:34:32 +00:00
arch Fix clippy useless_conversion into_iter() warnings 2023-11-06 19:43:56 +00:00
argh_helpers argh_helpers: use fold() to build String from iterator 2023-11-06 22:22:50 +00:00
audio_streams_conformance_test Rename "unix" to "linux" in code and docs 2023-10-11 01:15:07 +00:00
audio_util
base Fix new clippy 1.72 unnecessary_cast warnings 2023-11-06 19:16:18 +00:00
bit_field
broker_ipc Pass logging args to child processes 2023-10-23 23:59:55 +00:00
common data_model: use vec! to initialize zero-filled vector 2023-11-06 22:42:31 +00:00
cros_async Fix new clippy 1.72 unnecessary_cast warnings 2023-11-06 19:16:18 +00:00
cros_fdt cros_fdt: Implement node paths API 2023-11-02 16:44:15 +00:00
cros_tracing Add AOT for GPU display. 2023-09-20 17:17:11 +00:00
cros_tracing_types
crosvm_cli Fix some cargo doc warnings in Windows-only code 2023-09-22 00:59:46 +00:00
crosvm_control crosvm_control: fix typo 2023-10-18 17:34:18 +00:00
crosvm_plugin Fix new clippy 1.72 unnecessary_cast warnings 2023-11-06 19:16:18 +00:00
devices devices: virtio-scsi: fix clippy unnecessary return warning 2023-11-06 23:02:28 +00:00
disk block: introduce a way to use overlapped source 2023-10-25 16:29:00 +00:00
docs/book Replace base sys.rs cfg_if with multiple use statements 2023-11-03 21:14:36 +00:00
e2e_tests devices: virtio: scsi: Support multiple SCSI devices 2023-11-06 01:27:43 +00:00
fuse fuse: Replace internal SplitInclusive with std::slice::SplitInclusive 2023-10-30 19:30:40 +00:00
fuzz Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
gpu_display gpu_display: only build Wayland code on Linux 2023-11-03 20:20:08 +00:00
hypervisor Remove some platform-specific re-exports from base:: 2023-10-30 23:48:49 +00:00
infra Roll recipe dependencies (trivial). 2023-11-07 01:39:22 +00:00
io_uring Fix new clippy 1.72 unnecessary_cast warnings 2023-11-06 19:16:18 +00:00
jail jail: seccomp: Add seccomp policy file of scsi device for arm and aarch64 2023-10-31 10:41:24 +00:00
kernel_cmdline
kernel_loader data_model: eliminate unsafe code in zerocopy_from_reader() 2023-10-16 17:49:03 +00:00
kvm Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
kvm_sys Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
libcras_stub
linux_input_sys crosvm: Uprev zerocopy to 0.7.x 2023-10-10 17:34:32 +00:00
logo
media Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
metrics Tweaks to placate clippy single_range_in_vec_init 2023-11-06 23:36:11 +00:00
net_sys
net_util Rename "unix" to "linux" in code and docs 2023-10-11 01:15:07 +00:00
perfetto Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
power_monitor
prebuilts Rename "unix" to "linux" in code and docs 2023-10-11 01:15:07 +00:00
proto_build_tools
protos Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
resources Fix clippy useless_conversion into_iter() warnings 2023-11-06 19:43:56 +00:00
riscv64 devices: Add read-only memslots for pci config space 2023-11-01 03:37:49 +00:00
rutabaga_gfx rutabaga_gfx: fix clippy 1.72, 1.73 warnings 2023-11-06 18:29:46 +00:00
sandbox Add paste handling into the emulator 2023-09-08 21:29:23 +00:00
serde_keyvalue Fix clippy warning for unnecessary raw string quoting 2023-11-06 20:50:05 +00:00
src Fix clippy useless_conversion into_iter() warnings 2023-11-06 19:43:56 +00:00
swap Tweaks to placate clippy single_range_in_vec_init 2023-11-06 23:36:11 +00:00
system_api Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
tests Rename "unix" to "linux" in code and docs 2023-10-11 01:15:07 +00:00
third_party config: force lf as line endings 2023-11-07 17:38:58 +00:00
tools config: force lf as line endings 2023-11-07 17:38:58 +00:00
tube_transporter Fix some cargo doc warnings in Windows-only code 2023-09-22 00:59:46 +00:00
usb_sys devices: usb: Add the OWNERS file 2023-10-13 01:34:19 +00:00
usb_util devices: usb: Add the OWNERS file 2023-10-13 01:34:19 +00:00
vendor vm_control: gpu: remove kiwi feature 2023-10-24 23:19:03 +00:00
vfio_sys vfio_sys: undo non-upstream change and add it with --raw-line 2023-10-11 18:06:09 +00:00
vhost Rename "unix" to "linux" in code and docs 2023-10-11 01:15:07 +00:00
virtio_sys virtio_sys: move vhost ioctls to a Linux-only file 2023-11-03 20:49:19 +00:00
vm_control Remove some platform-specific re-exports from base:: 2023-10-30 23:48:49 +00:00
vm_memory Fix unnecessary vec![] 2023-11-06 21:08:56 +00:00
win_audio win_audio: Upstream changes 2023-10-02 21:13:40 +00:00
win_util Fix some cargo doc warnings in Windows-only code 2023-09-22 00:59:46 +00:00
x86_64 x86_64: gdb: print an error for CR4.LA57 case 2023-11-06 22:01:21 +00:00
.dockerignore
.envrc
.gitattributes config: force lf as line endings 2023-11-07 17:38:58 +00:00
.gitignore
.gitmodules devices: remove --software-tpm support 2023-10-02 23:28:45 +00:00
.rustfmt.toml rustfmt: add rules for imports 2023-10-11 14:54:30 +00:00
ARCHITECTURE.md
Cargo.lock gpu_display: allow creating multiple window structs 2023-10-23 16:37:02 +00:00
Cargo.toml Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +00:00
CONTRIBUTING.md Replace #[cfg(unix)] with #[cfg(any(target_os = "android", target_os = "linux"))] 2023-10-11 00:43:29 +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