No description
Find a file
Frederick Mayle 620687c9dc vmm_vhost: remove more unnecessary &mut self
Follow up to https://crrev.com/c/5064382.

Change-Id: I0d723f765be4b846b0feb679d8e86d423d56345a
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5068396
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Frederick Mayle <fmayle@google.com>
2023-11-28 23:26:47 +00:00
.cargo
.config
.devcontainer
.github
.vscode
aarch64 vfio_platform: Map device MMIO before booting pVMs 2023-11-17 12:04:03 +00:00
acpi_tables
arch devices: serial: add name to SerialParameters 2023-11-21 05:05:59 +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
audio_util
base data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
bit_field
broker_ipc
common data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
cros_async data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
cros_fdt fdt: Add support for pKVM-VFIO pvIOMMUs 2023-11-15 10:50:46 +00:00
cros_tracing devices: virtio: Add trace points to virtio-blk and virtio-scsi 2023-11-16 11:34:15 +00:00
cros_tracing_types
crosvm_cli
crosvm_control
crosvm_plugin Convert ScmSocket to a struct 2023-11-22 05:47:15 +00:00
devices vmm_vhost: remove Master lock 2023-11-28 19:33:29 +00:00
disk data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
docs/book docs: add info about two-step snapshotting 2023-11-21 20:26:48 +00:00
e2e_tests net_util, devices: refactor platform-specific net code 2023-11-27 19:23:56 +00:00
fuse fuse: Update SAFETY comments 2023-11-28 02:32:25 +00:00
fuzz data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
gpu_display gpu_display: add Surface implementation for Windows. 2023-11-28 20:04:06 +00:00
hypervisor hypervisor: stop restoring TSC offset snapshot. 2023-11-22 23:04:24 +00:00
infra Roll recipe dependencies (trivial). 2023-11-28 21:19:27 +00:00
io_uring data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
jail jail: seccomp: allow clock_gettime for swap monitor process 2023-11-27 08:43:47 +00:00
kernel_cmdline
kernel_loader data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
kvm Fix tests with non-4K pages 2023-11-10 23:26:00 +00:00
kvm_sys vfio: Add support for pKVM-VFIO pvIOMMUs 2023-11-15 10:50:46 +00:00
libcras_stub
linux_input_sys gpu_display: add KeyboardInputManager to handle key events on Windows. 2023-11-17 01:34:38 +00:00
logo
media media: ffmpeg: update bindings to ffmpeg 6.0 2023-11-20 18:34:35 +00:00
metrics Tweaks to placate clippy single_range_in_vec_init 2023-11-06 23:36:11 +00:00
net_sys net_util, devices: refactor platform-specific net code 2023-11-27 19:23:56 +00:00
net_util net_util, devices: refactor platform-specific net code 2023-11-27 19:23:56 +00:00
perfetto
power_monitor
prebuilts
proto_build_tools
protos
resources Fix clippy useless_conversion into_iter() warnings 2023-11-06 19:43:56 +00:00
riscv64 riscv: Fix broken build after crrev.com/c/5029655 2023-11-20 18:46:07 +00:00
rutabaga_gfx virgl_renderer: Bump minimum virglrenderer version requirement to 1.0 2023-11-17 03:15:47 +00:00
sandbox
serde_keyvalue Fix clippy warning for unnecessary raw string quoting 2023-11-06 20:50:05 +00:00
src hypervisor: stop restoring TSC offset snapshot. 2023-11-22 23:04:24 +00:00
swap swap: pack page states into 32 bit integer 2023-11-28 04:55:21 +00:00
system_api
tests
third_party vmm_vhost: remove more unnecessary &mut self 2023-11-28 23:26:47 +00:00
tools fixup: tools: Fixing merge bot no dir found error 2023-11-28 14:56:38 +00:00
tube_transporter
usb_sys
usb_util
vendor vm_control: gpu: remove kiwi feature 2023-10-24 23:19:03 +00:00
vfio_sys vfio: Add support for pKVM-VFIO pvIOMMUs 2023-11-15 10:50:46 +00:00
vhost Fix tests with non-4K pages 2023-11-10 23:26:00 +00:00
virtio_sys virtio_sys: move vhost ioctls to a Linux-only file 2023-11-03 20:49:19 +00:00
vm_control hypervisor: stop restoring TSC offset snapshot. 2023-11-22 23:04:24 +00:00
vm_memory data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
win_audio
win_util gpu_display: add KeyboardInputManager to handle key events on Windows. 2023-11-17 01:34:38 +00:00
x86_64 data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
.dockerignore
.envrc
.gitattributes config: force lf as line endings 2023-11-07 17:38:58 +00:00
.gitignore
.gitmodules
.rustfmt.toml
ARCHITECTURE.md
Cargo.lock data_model: move IoBuf and VolatileMemory to base 2023-11-27 21:42:49 +00:00
Cargo.toml crosvm: Add more release build profiles 2023-11-16 20:18:01 +00:00
CONTRIBUTING.md
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