No description
Find a file
Abhishek Bhardwaj 90fd164992 crosvm: vvu: proxy: Implement SET_MEM_TABLE and SET_VRING_CALL message
This change implements the SET_MEM_TABLE and lays the foundation of the
SET_VRING_CALL VVU message. It mmaps memory based on the the parameters
sent over the message.

BUG=b:194136484
TEST=Test with sibling VM with Vhost master connecting to a device VM.

Change-Id: I34398e6bad633ac9f72c5c1859c43c7c90c9ea25
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3301859
Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Abhishek Bhardwaj <abhishekbh@chromium.org>
Auto-Submit: Abhishek Bhardwaj <abhishekbh@chromium.org>
2022-02-02 11:13:45 +00:00
.cargo Enable some tests for armhf builds 2021-12-14 18:11:32 +00:00
.devcontainer Make vscode devcontainer usable 2022-01-25 21:30:49 +00:00
.github github: Specify mdbook's target path 2022-02-02 06:14:27 +00:00
aarch64 Pass HypervisorCap by value rather than reference. 2022-01-28 11:02:45 +00:00
acpi_tables Upstream windows build/test script 2022-01-28 00:55:08 +00:00
arch Upstream windows build/test script 2022-01-28 00:55:08 +00:00
bin Deprecate old dev tooling scripts 2021-11-02 22:23:03 +00:00
bit_field Upstream windows build/test script 2022-01-28 00:55:08 +00:00
ci/kokoro Rename files to match job config files 2022-02-02 00:00:38 +00:00
common async: remove misplaced must_use attribute 2022-01-29 03:26:09 +00:00
crosvm-fuzz Upstream windows build/test script 2022-01-28 00:55:08 +00:00
crosvm_control Upstream windows build/test script 2022-01-28 00:55:08 +00:00
crosvm_plugin Upstream windows build/test script 2022-01-28 00:55:08 +00:00
devices crosvm: vvu: proxy: Implement SET_MEM_TABLE and SET_VRING_CALL message 2022-02-02 11:13:45 +00:00
disk Upstream windows build/test script 2022-01-28 00:55:08 +00:00
docs/book docs: Enable mdbook-linkcheck 2022-02-02 02:52:54 +00:00
fuse Upstream windows build/test script 2022-01-28 00:55:08 +00:00
gpu_display Upstream windows build/test script 2022-01-28 00:55:08 +00:00
hypervisor Check KVM_CAP_ARM_PROTECTED_VM after creating a protected VM. 2022-01-28 16:16:26 +00:00
integration_tests Upstream windows build/test script 2022-01-28 00:55:08 +00:00
kernel_cmdline Upstream windows build/test script 2022-01-28 00:55:08 +00:00
kernel_loader Upstream windows build/test script 2022-01-28 00:55:08 +00:00
kvm Upstream windows build/test script 2022-01-28 00:55:08 +00:00
kvm_sys Upstream windows build/test script 2022-01-28 00:55:08 +00:00
libcras_stub Upstream windows build/test script 2022-01-28 00:55:08 +00:00
libvda Upstream windows build/test script 2022-01-28 00:55:08 +00:00
linux_input_sys Upstream windows build/test script 2022-01-28 00:55:08 +00:00
logo README: Use PNG logo image 2021-10-29 01:56:23 +00:00
net_sys Upstream windows build/test script 2022-01-28 00:55:08 +00:00
net_util Upstream windows build/test script 2022-01-28 00:55:08 +00:00
power_monitor Upstream windows build/test script 2022-01-28 00:55:08 +00:00
protos Upstream windows build/test script 2022-01-28 00:55:08 +00:00
qcow_utils Upstream windows build/test script 2022-01-28 00:55:08 +00:00
resources system_allocator: Fix comments. 2022-01-31 06:41:58 +00:00
rutabaga_gfx rutabaga_gfx: enable debug callback on arm 2022-02-01 22:17:27 +00:00
seccomp coiommu: add LRU unpin policy 2022-01-22 06:47:41 +00:00
src crosvm: vvu: proxy: Implement SET_MEM_TABLE and SET_VRING_CALL message 2022-02-02 11:13:45 +00:00
system_api_stub Upstream windows build/test script 2022-01-28 00:55:08 +00:00
tests tests/plugins: replace rand_ish use with a counter 2021-07-21 23:28:27 +00:00
third_party Upstream windows build/test script 2022-01-28 00:55:08 +00:00
tools tools: dev_container: Install mdbook-linkcheck 2022-02-02 02:52:53 +00:00
tpm2 Upstream windows build/test script 2022-01-28 00:55:08 +00:00
tpm2-sys Upstream windows build/test script 2022-01-28 00:55:08 +00:00
usb_sys Upstream windows build/test script 2022-01-28 00:55:08 +00:00
usb_util Upstream windows build/test script 2022-01-28 00:55:08 +00:00
vfio_sys Upstream windows build/test script 2022-01-28 00:55:08 +00:00
vhost Upstream windows build/test script 2022-01-28 00:55:08 +00:00
virtio_sys Upstream windows build/test script 2022-01-28 00:55:08 +00:00
vm_control balloon_control: expose rust API for balloon 2022-01-28 03:52:35 +00:00
vm_memory Upstream windows build/test script 2022-01-28 00:55:08 +00:00
x86_64 x86_64: mptables bad irq0 entry 2022-01-28 01:21:22 +00:00
.dockerignore add docker supported builds and tests 2019-05-15 13:36:19 -07:00
.gitignore Add test runner ./tools/run_tests 2021-10-15 22:12:03 +00:00
.gitmodules Switch to submodules based workflow 2021-08-05 18:32:32 +00:00
.rustfmt.toml rustfmt.toml: Use 2018 edition 2021-02-10 11:54:06 +00:00
.windows_build_test_skip Upstream windows build/test script 2022-01-28 00:55:08 +00:00
ARCHITECTURE.md linux: split out linux mod into multiple 2022-01-28 23:07:01 +00:00
Cargo.toml crosvm: Minimal change for manatee memory mapping. 2022-01-27 02:29:32 +00:00
CONTRIBUTING.md CONTRIBUTING: Add links to mdbook 2022-02-01 10:39:32 +00:00
LICENSE add LICENSE and README 2017-04-17 14:06:21 -07:00
navbar.md docs: Use mdformat to format markdown files 2022-01-27 21:29:11 +00:00
OWNERS OWNERS: Add crosvm-bot 2022-01-27 23:41:23 +00:00
README.chromeos.md docs: Use mdformat to format markdown files 2022-01-27 21:29:11 +00:00
README.md docs: Use mdformat to format markdown files 2022-01-27 21:29:11 +00:00
run_tests Deprecate old dev tooling scripts 2021-11-02 22:23:03 +00:00
rust-toolchain Uprev rust toolchain to 1.56.1 2021-12-10 02:34:50 +00:00
setup_cros_cargo.sh Deprecate old dev tooling scripts 2021-11-02 22:23:03 +00:00
test_all Deprecate old dev tooling scripts 2021-11-02 22:23:03 +00:00
unblocked_terms.txt unblocked_terms.txt: clean up trivial cases 2021-04-26 20:32:38 +00:00

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