No description
Find a file
Matt Delco c469580e6c crosvm: support kvm's hyper-v cpuid ioctl
Kvm can emulate the hyper-v paravirt interface.  Newer versions of kvm
can advertise the features they support via an ioctl() that reports the
cpuid leafs for this interface.  This change adds some support for the
ioctl() and plumbs it through the plugin interface so that plugins can
determine the level of support available in kvm.

BUG=b:144746965
TEST=Ran build_test on kernel that supports the ioctl.  Added temporary
code to print the cpuid leafs and verified that the output is as
expected.  Instrumented failure as expected from older kernels and
verified that results still passed.

Change-Id: I6cd7dade1793e4edb52b331d5b960685541f7ba3
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2037919
Tested-by: Matt Delco <delco@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Matt Delco <delco@chromium.org>
2020-02-20 02:12:01 +00:00
aarch64 devices: add acpi device emulation code in devices 2020-02-17 04:57:26 +00:00
arch devices: add acpi device emulation code in devices 2020-02-17 04:57:26 +00:00
assertions edition: Remove extern crate lines 2019-04-15 02:06:08 -07:00
async_core async_core: fix formatting of use statement 2020-02-11 06:13:25 +00:00
bin bin/fmt: Set rustfmt edition to 2018 2020-02-05 09:00:27 +00:00
bit_field Update syn, quote, and proc-macro past 1.0 2020-02-06 05:28:15 +00:00
cros_async Add a cros_async crate. 2020-02-10 23:46:11 +00:00
crosvm_plugin crosvm: support kvm's hyper-v cpuid ioctl 2020-02-20 02:12:01 +00:00
data_model data_model: fix flaky observe_mutate 2020-02-01 08:50:21 +00:00
devices Vfio: Enable multi vectors in irq_enable() 2020-02-19 19:31:56 +00:00
disk sys_util: add FileAllocate trait 2020-01-24 20:22:47 +00:00
docker docker: check out minijail in expected location 2020-02-19 01:05:34 +00:00
docs flesh out high level documentation 2020-01-22 19:10:45 +00:00
enumn Update syn, quote, and proc-macro past 1.0 2020-02-06 05:28:15 +00:00
fuzz disk: move qcow into disk crate 2020-01-06 21:26:38 +00:00
gpu_buffer gpu_buffer: update minigbm bindings 2020-01-22 16:08:52 +00:00
gpu_display virtio-gpu: implement 2D GPU Backend 2020-02-03 11:14:22 +00:00
gpu_renderer gpu_renderer: fix fd leak on export failure 2019-10-24 02:19:10 +00:00
io_jail io_jail: use minijail-sys crate 2020-02-15 07:46:04 +00:00
kernel_cmdline tree-wide: update to new inclusive range syntax 2019-07-24 02:22:21 +00:00
kernel_loader Remove unnecessary ? when returning Err 2019-11-08 22:18:16 +00:00
kokoro add docker supported builds and tests 2019-05-15 13:36:19 -07:00
kvm crosvm: support kvm's hyper-v cpuid ioctl 2020-02-20 02:12:01 +00:00
kvm_sys crosvm: support kvm's hyper-v cpuid ioctl 2020-02-20 02:12:01 +00:00
linux_input_sys linux_input_sys: Ignore dead code warnings 2020-01-08 11:15:37 +00:00
msg_socket sys_util: recv entire UnixSeqpacket packets into Vec 2020-02-06 21:56:37 +00:00
net_sys net_sys: regenerate if.h bindings using Rust native union 2019-05-23 02:14:24 -07:00
net_util net_util: impl FileReadWriteVolatile for Tap 2019-11-05 19:49:40 +00:00
p9 Update syn, quote, and proc-macro past 1.0 2020-02-06 05:28:15 +00:00
protos crosvm: support kvm's hyper-v cpuid ioctl 2020-02-20 02:12:01 +00:00
qcow_utils qcow_utils: use DiskFile trait from disk crate 2020-02-19 00:46:39 +00:00
rand_ish clippy: Resolve const_static_lifetime 2019-04-17 17:22:50 -07:00
resources crosvm: pstore works for ARCVM on x86_64 2020-02-03 05:45:14 +00:00
seccomp seccomp: update/cleanup aarch64 rules 2020-02-06 17:35:36 +00:00
src crosvm: support kvm's hyper-v cpuid ioctl 2020-02-20 02:12:01 +00:00
sync sync: add wait_timeout method to condvar wrapper 2019-09-16 17:18:28 +00:00
sys_util sys_util: recv entire UnixSeqpacket packets into Vec 2020-02-06 21:56:37 +00:00
syscall_defines edition: Update syscall_defines to 2018 edition 2019-04-07 16:31:17 -07:00
tempfile Reformat with rustfmt from Rust 1.38.0 2019-10-17 03:35:36 +00:00
tests crosvm: support kvm's hyper-v cpuid ioctl 2020-02-20 02:12:01 +00:00
tpm2 crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
tpm2-sys tpm: Virtio tpm device 2019-01-24 07:43:30 -08:00
usb_sys usb: replace libusb with Rust usb_util library 2019-10-17 00:20:24 +00:00
usb_util crosvm: move vec_with_array_field to data_model 2019-12-11 00:34:36 +00:00
vfio_sys vfio: Implement bar mappable 2019-12-06 08:47:29 +00:00
vhost vhost-net: set backend to null when activate fn quit 2020-02-03 09:47:41 +00:00
virtio_sys crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
vm_control vm_control: fix double-close on VmIrqRequest::AllocateOneMsi 2020-02-06 21:56:39 +00:00
x86_64 acpipm: implement suspend and resume mechanism 2020-02-19 10:38:04 +00:00
.dockerignore add docker supported builds and tests 2019-05-15 13:36:19 -07:00
.gitignore gitignore: Remove Cargo.lock 2017-06-17 01:12:44 -07:00
.gitmodules tpm: Add tpm2-sys crate 2019-01-13 03:23:13 -08:00
.rustfmt.toml Add basic rustfmt config 2018-09-15 20:58:19 -07:00
build_test add build_test script to automate crosvm test running 2017-09-01 12:39:19 -07:00
build_test.py disk: move qcow into disk crate 2020-01-06 21:26:38 +00:00
Cargo.lock docker: check out minijail in expected location 2020-02-19 01:05:34 +00:00
Cargo.toml virtio-gpu: gfxstream backend 2020-02-19 06:18:37 +00:00
CONTRIBUTING.md flesh out high level documentation 2020-01-22 19:10:45 +00:00
LICENSE add LICENSE and README 2017-04-17 14:06:21 -07:00
navbar.md flesh out high level documentation 2020-01-22 19:10:45 +00:00
OWNERS crosvm: update OWNERS to * 2019-11-06 21:09:04 +00:00
README.md README: Add IRC info 2020-02-12 20:54:37 +00:00
rust-toolchain rust-toolchain: Change to stable 2019-10-16 22:12:41 +00:00

crosvm - The Chrome OS Virtual Machine Monitor

This component, known as crosvm, runs untrusted operating systems along with virtualized devices. This only runs VMs through the Linux's KVM interface. What makes crosvm unique is a focus on safety within the programming language and a sandbox around the virtual devices to protect the kernel from attack in case of an exploit in the devices.

IRC

The channel #crosvm on freenode is used for technical discussion related to crosvm development and integration.

Building with Docker

See the README from the docker subdirectory to learn how to build crosvm in enviroments outside of the Chrome OS chroot.

Usage

To see the usage information for your version of crosvm, run crosvm or crosvm run --help.

Boot a Kernel

To run a very basic VM with just a kernel and default devices:

$ crosvm run "${KERNEL_PATH}"

The uncompressed kernel image, also known as vmlinux, can be found in your kernel build directory in the case of x86 at arch/x86/boot/compressed/vmlinux.

Rootfs

In most cases, you will want to give the VM a virtual block device to use as a root file system:

$ crosvm run -r "${ROOT_IMAGE}" "${KERNEL_PATH}"

The root image must be a path to a disk image formatted in a way that the kernel can read. Typically this is a squashfs image made with mksquashfs or an ext4 image made with mkfs.ext4. By using the -r argument, the kernel is automatically told to use that image as the root, and therefore can only be given once. More disks can be given with -d or --rwdisk if a writable disk is desired.

To run crosvm with a writable rootfs:

WARNING: Writable disks are at risk of corruption by a malicious or malfunctioning guest OS.

crosvm run --rwdisk "${ROOT_IMAGE}" -p "root=/dev/vda" vmlinux

NOTE: If more disks arguments are added prior to the desired rootfs image, the root=/dev/vda must be adjusted to the appropriate letter.

Control Socket

If the control socket was enabled with -s, the main process can be controlled while crosvm is running. To tell crosvm to stop and exit, for example:

NOTE: If the socket path given is for a directory, a socket name underneath that path will be generated based on crosvm's PID.

$ crosvm run -s /run/crosvm.sock ${USUAL_CROSVM_ARGS}
    <in another shell>
$ crosvm stop /run/crosvm.sock

WARNING: The guest OS will not be notified or gracefully shutdown.

This will cause the original crosvm process to exit in an orderly fashion, allowing it to clean up any OS resources that might have stuck around if crosvm were terminated early.

Multiprocess Mode

By default crosvm runs in multiprocess mode. Each device that supports running inside of a sandbox will run in a jailed child process of crosvm. The appropriate minijail seccomp policy files must be present either in /usr/share/policy/crosvm or in the path specified by the --seccomp-policy-dir argument. The sandbox can be disabled for testing with the --disable-sandbox option.

Virtio Wayland

Virtio Wayland support requires special support on the part of the guest and as such is unlikely to work out of the box unless you are using a Chrome OS kernel along with a termina rootfs.

To use it, ensure that the XDG_RUNTIME_DIR enviroment variable is set and that the path $XDG_RUNTIME_DIR/wayland-0 points to the socket of the Wayland compositor you would like the guest to use.

Defaults

The following are crosvm's default arguments and how to override them.

  • 256MB of memory (set with -m)
  • 1 virtual CPU (set with -c)
  • no block devices (set with -r, -d, or --rwdisk)
  • no network (set with --host_ip, --netmask, and --mac)
  • virtio wayland support if XDG_RUNTIME_DIR enviroment variable is set (disable with --no-wl)
  • only the kernel arguments necessary to run with the supported devices (add more with -p)
  • run in multiprocess mode (run in single process mode with --disable-sandbox)
  • no control socket (set with -s)

System Requirements

A Linux kernel with KVM support (check for /dev/kvm) is required to run crosvm. In order to run certain devices, there are additional system requirements:

  • virtio-wayland - The memfd_create syscall, introduced in Linux 3.17, and a Wayland compositor.
  • vsock - Host Linux kernel with vhost-vsock support, introduced in Linux 4.8.
  • multiprocess - Host Linux kernel with seccomp-bpf and Linux namespacing support.
  • virtio-net - Host Linux kernel with TUN/TAP support (check for /dev/net/tun) and running with CAP_NET_ADMIN privileges.

Emulated Devices

Device Description
CMOS/RTC Used to get the current calendar time.
i8042 Used by the guest kernel to exit crosvm.
serial x86 I/O port driven serial devices that print to stdout and take input from stdin.
virtio-block Basic read/write block device.
virtio-net Device to interface the host and guest networks.
virtio-rng Entropy source used to seed guest OS's entropy pool.
virtio-vsock Enabled VSOCKs for the guests.
virtio-wayland Allowed guest to use host Wayland socket.

Contributing

Code Health

build_test

There are no automated tests run before code is committed to crosvm. In order to maintain sanity, please execute build_test before submitting code for review. All tests should be passing or ignored and there should be no compiler warnings or errors. All supported architectures are built, but only tests for x86_64 are run. In order to build everything without failures, sysroots must be supplied for each architecture. See build_test -h for more information.

rustfmt

All code should be formatted with rustfmt. We have a script that applies rustfmt to all Rust code in the crosvm repo: please run bin/fmt before checking in a change. This is different from cargo fmt --all which formats multiple crates but a single workspace only; crosvm consists of multiple workspaces.

Dependencies

With a few exceptions, external dependencies inside of the Cargo.toml files are not allowed. The reason being that community made crates tend to explode the binary size by including dozens of transitive dependencies. All these dependencies also must be reviewed to ensure their suitability to the crosvm project. Currently allowed crates are:

  • cc - Build time dependency needed to build C source code used in crosvm.
  • libc - Required to use the standard library, this crate is a simple wrapper around libc's symbols.

Code Overview

The crosvm source code is written in Rust and C. To build, crosvm generally requires the most recent stable version of rustc.

Source code is organized into crates, each with their own unit tests. These crates are:

  • crosvm - The top-level binary front-end for using crosvm.
  • devices - Virtual devices exposed to the guest OS.
  • io_jail - Creates jailed process using libminijail.
  • kernel_loader - Loads elf64 kernel files to a slice of memory.
  • kvm_sys - Low-level (mostly) auto-generated structures and constants for using KVM.
  • kvm - Unsafe, low-level wrapper code for using kvm_sys.
  • net_sys - Low-level (mostly) auto-generated structures and constants for creating TUN/TAP devices.
  • net_util - Wrapper for creating TUN/TAP devices.
  • sys_util - Mostly safe wrappers for small system facilities such as eventfd or syslog.
  • syscall_defines - Lists of syscall numbers in each architecture used to make syscalls not supported in libc.
  • vhost - Wrappers for creating vhost based devices.
  • virtio_sys - Low-level (mostly) auto-generated structures and constants for interfacing with kernel vhost support.
  • vm_control - IPC for the VM.
  • x86_64 - Support code specific to 64 bit intel machines.

The seccomp folder contains minijail seccomp policy files for each sandboxed device. Because some syscalls vary by architecture, the seccomp policies are split by architecture.