No description
Find a file
Daniel Verkamp ce5a78e83b clippy fixes for Rust 1.70 and 1.71
Change-Id: If86c6cd531b854293a93208de5254664f5ee6bec
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4637612
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2023-07-13 20:29:05 +00:00
.cargo
.config Enable test retries in nextest 2023-06-07 17:43:18 +00:00
.devcontainer
.github
.vscode
aarch64 aarch64: Fix size prop in swiotlb 2023-07-12 20:18:39 +00:00
acpi_tables
arch crosvm: Add flag to use legacy console 2023-06-22 15:37:42 +00:00
argh_helpers
audio_util
base clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
bit_field
broker_ipc crash_report: refactor product specific code 2023-06-09 23:10:04 +00:00
common clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
cros_async cros_async: port some uring_source tests to io_source 2023-07-10 23:46:14 +00:00
cros_fdt clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
cros_tracing devices: replace usb_debug macro with cros_tracing 2023-07-04 04:52:24 +00:00
cros_tracing_types
crosvm_cli
crosvm_control crosvm_control: Remove temporary swap disable API 2023-07-10 04:36:31 +00:00
crosvm_plugin
devices clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
disk clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
docs/book devices: virtio: remove SignalableInterrupt trait 2023-07-11 17:58:11 +00:00
e2e_tests devices: vsock: add snapshot/restore support 2023-07-11 22:07:40 +00:00
fuse crosvm: Deprecate DataInit 2023-07-12 21:34:20 +00:00
fuzz devices: virtio: factor Queue into QueueConfig+Queue 2023-07-12 20:21:02 +00:00
gpu_display
hypervisor clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
infra Roll recipe dependencies (trivial). 2023-07-13 20:07:58 +00:00
io_uring io_uring: update submission metadata after EINTR 2023-06-08 05:42:59 +00:00
jail swap: Truncate the swap file gradually 2023-07-05 02:17:32 +00:00
kernel_cmdline
kernel_loader kernel_loader: Use Linux UAPI header for bindings 2023-05-30 12:21:18 +00:00
kvm kvm: remove KVM_CAP_IOAPIC_NUM_PINS 2023-07-05 23:10:55 +00:00
kvm_sys kvm: remove KVM_CAP_IOAPIC_NUM_PINS 2023-07-05 23:10:55 +00:00
libcras_stub
linux_input_sys
logo
media clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
metrics metrics: upstream local metrics related changes 2023-06-13 21:57:14 +00:00
net_sys
net_util clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
perfetto crosvm: Remove DataInit from windows components 2023-06-15 21:30:12 +00:00
power_monitor
prebuilts
proto_build_tools
protos
qcow_utils
resources
riscv64
rutabaga_gfx clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
sandbox
serde_keyvalue serde_keyvalue: add tests for outer-braces in arguments 2023-06-09 04:59:54 +00:00
src clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
swap clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
system_api
tests
third_party clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
tools tools: example_simple: fix command for installing packages 2023-07-12 20:06:51 +00:00
tpm2
tpm2-sys
tube_transporter
usb_sys
usb_util
vendor crash_report: refactor product specific code 2023-06-09 23:10:04 +00:00
vfio_sys vfio_sys: clean up wildcard re-exports 2023-07-13 19:59:28 +00:00
vhost crosvm: Add vhost scmi support 2023-06-22 23:25:03 +00:00
virtio_sys
vm_control vm_control: move send_recv_event test to base 2023-07-13 19:59:28 +00:00
vm_memory clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
win_audio
win_util metrics: upstream local metrics related changes 2023-06-13 21:57:14 +00:00
x86_64 x86_64: add a null GDT entry for 64-bit protocol 2023-07-12 21:35:27 +00:00
.dockerignore
.envrc
.gitignore
.gitmodules
.rustfmt.toml
ARCHITECTURE.md docs: book: update architecture docs 2023-06-01 22:37:17 +00:00
Cargo.lock Partial revert: crosvm: Deprecate DataInit 2023-07-13 19:07:08 +00:00
Cargo.toml crash_report: refactor product specific code 2023-06-09 23:10:04 +00:00
CONTRIBUTING.md
DIR_METADATA
LICENSE
mypy.ini
OWNERS
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