No description
Find a file
Zihan Chen 23e3de8afb e2e_tests: Uprev kernel to 5.10
Block resize failed in my cloudtop after uprev, it works fine
when tested manually (with same kernel and rootfs). Adding a delay
fixed it.

TEST=./e2e_tests/run
FIXED=b:259160336

Change-Id: I2cfb4fbc491b39b721b0358181cad2ee75398adc
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4026591
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Auto-Submit: Zihan Chen <zihanchen@google.com>
Commit-Queue: Zihan Chen <zihanchen@google.com>
2022-11-15 21:06:40 +00:00
.cargo Remove needless_return clippy suppression 2022-11-10 18:15:58 +00:00
.devcontainer Add devcontainer config for codespaces 2022-11-09 19:28:15 +00:00
.github
.vscode
aarch64 kernel_loader: rename some errors to be more generic 2022-11-15 21:01:36 +00:00
acpi_tables
anti_tamper
arch crosvm: Allow specyfing gdb feature on unsupported platform 2022-11-09 16:40:42 +00:00
argh_helpers
base Add clippy tag for safety docs 2022-11-12 01:27:46 +00:00
bit_field
broker_ipc
common Revert "data_model: remove VolatileRef" 2022-11-09 23:37:26 +00:00
crash_report
cros_async Add clippy tag for safety docs 2022-11-12 01:27:46 +00:00
cros_fdt arch: split fdt code into its own crate 2022-10-19 17:43:19 +00:00
cros_tracing
crosvm-fuzz crosvm-fuzz: update call to BlockAsync::new 2022-10-28 17:38:26 +00:00
crosvm_cli crosvm_cli: improve documentation for exit codes. 2022-11-11 20:46:19 +00:00
crosvm_control
crosvm_plugin
devices devices: tsc: handle bad core 0 2022-11-15 19:39:11 +00:00
disk disk/qcow: Write less blocks for testing 2022-11-09 18:39:33 +00:00
docs/book docs: book: update references to deprecated disk and network options 2022-11-03 20:32:43 +00:00
e2e_tests e2e_tests: Uprev kernel to 5.10 2022-11-15 21:06:40 +00:00
fuse
gpu_display crosvm: Fix windows clippy warnings 2022-11-03 18:36:29 +00:00
hypervisor Fix needless return violations 2022-11-10 18:10:31 +00:00
infra infra/recipes: Unshallow repo checkout few times as needed 2022-11-15 18:46:31 +00:00
io_uring crosvm bindgen: regenerate with missing_safety_doc 2022-11-15 20:43:50 +00:00
kernel_cmdline
kernel_loader kernel_loader: rename some errors to be more generic 2022-11-15 21:01:36 +00:00
kvm Add clippy tag for safety docs 2022-11-12 01:27:46 +00:00
kvm_sys crosvm bindgen: regenerate with missing_safety_doc 2022-11-15 20:43:50 +00:00
libcras_stub
linux_input_sys
logo
media crosvm bindgen: regenerate with missing_safety_doc 2022-11-15 20:43:50 +00:00
metrics metrics: migrate to proto_build_tools. 2022-11-12 01:02:23 +00:00
net_sys crosvm bindgen: regenerate with missing_safety_doc 2022-11-15 20:43:50 +00:00
net_util LSC: safe removal of needless_returns 2022-11-09 18:27:14 +00:00
power_monitor
prebuilts test_runner: Add separate cargo target dir for each platform 2022-10-31 21:33:33 +00:00
proto_build_tools proto_build_tools: add crate for proto build tools. 2022-11-12 01:02:23 +00:00
protos protos: migrate to new build tool & cleanup. 2022-11-12 01:02:36 +00:00
qcow_utils Add clippy tag for safety docs 2022-11-12 01:27:46 +00:00
resources resources: reject unknown fields when deserializing AddressRange 2022-10-24 02:56:12 +00:00
rutabaga_gfx rutabaga_gfx: set render_server_fd to None without virgl_renderer_next 2022-11-03 22:22:42 +00:00
sandbox Reformat all files with nightly 2022-10-31 21:33:33 +00:00
seccomp Generate constants.json offline 2022-11-02 00:13:08 +00:00
serde_keyvalue serde_keyvalue: allow parsing of inner structs 2022-10-26 17:41:37 +00:00
src main: fix spacing in error exit message 2022-11-15 18:40:55 +00:00
swap Reland "swap: suspend device processes using SIGSTOP signal" 2022-11-14 06:14:07 +00:00
system_api
tests
third_party devices: vhost-user: add protocol flag for shmem 2022-10-21 01:09:07 +00:00
tools run_tests: Allow real-time output of integration tests in verbose mode 2022-11-15 01:56:02 +00:00
tpm2
tpm2-sys
tube_transporter base: cross platform Event API 2022-10-19 20:17:42 +00:00
usb_sys
usb_util Replace common/assertions with static_assertions 2022-10-31 21:33:33 +00:00
vfio_sys crosvm bindgen: regenerate with missing_safety_doc 2022-11-15 20:43:50 +00:00
vhost vhost: Move tests into an integration test 2022-11-04 06:49:36 +00:00
virtio_sys crosvm bindgen: regenerate with missing_safety_doc 2022-11-15 20:43:50 +00:00
vm_control Nontrivial fixes to needless_return 2022-11-09 18:29:24 +00:00
vm_memory vm_memory: guest_memory: Remove continuation passing style of do_in_region 2022-11-15 20:46:18 +00:00
win_audio metrics: migrate to proto_build_tools. 2022-11-12 01:02:23 +00:00
win_util
x86_64 kernel_loader: rename some errors to be more generic 2022-11-15 21:01:36 +00:00
.dockerignore
.gitignore
.gitmodules
.rustfmt.toml
ARCHITECTURE.md Rename integration_tests to e2e_tests 2022-11-03 22:49:39 +00:00
build.rs build.rs: find compile_seccomp_policy via which 2022-11-02 20:18:42 +00:00
Cargo.lock Reland "swap: suspend device processes using SIGSTOP signal" 2022-11-14 06:14:07 +00:00
Cargo.toml Reland "swap: add userfaultfd wrapper" 2022-11-14 06:14:07 +00:00
CONTRIBUTING.md CONTRIBUTING: Add a section about commit messages' format 2022-10-19 06:22:42 +00:00
DIR_METADATA
LICENSE
mypy.ini
OWNERS
PRESUBMIT.cfg
pyproject.toml
README.chromeos.md
README.md docs: Replace crbug link with issuetracker.google.com 2022-10-18 06:22:41 +00:00
rust-toolchain

crosvm - The Chrome OS 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 Chrome OS 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 Chrome OS devices.

Logo