No description
Find a file
Daniel Verkamp 045a3074ef Cargo.toml: add version to chrono dependencies
The newest chrono version is currently on the 0.4.x branch, but there
are preparations to release a 0.5.x version. Explicitly specify a 0.4.x
version in our dependencies since there will be backwards-incompatible
API breakages in 0.5.x.
<https://github.com/chronotope/chrono/issues/970>

The exact version chosen (chrono 0.4.19) matches the version we have
pinned in Cargo.lock currently and will match any newer 0.4.x releases,
so there should be no functional change.

BUG=None
TEST=cargo build

Change-Id: Ifa24a547e435ab4987be9358343e6b25c1385c66
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4774870
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2023-08-11 21:02:25 +00:00
.cargo
.config
.devcontainer dev_container: Replace better toml extension 2023-07-27 23:37:15 +00:00
.github
.vscode
aarch64 acpi: x86: add support for ACPI Notify() forwarding 2023-07-27 11:30:18 +00:00
acpi_tables
arch x86_64: add SMBIOS serial number option 2023-08-09 21:00:20 +00:00
argh_helpers
audio_streams_conformance_test Move audio_streams_conformance test to workspace 2023-07-26 18:19:15 +00:00
audio_util
base Cargo.toml: add version to chrono dependencies 2023-08-11 21:02:25 +00:00
bit_field
broker_ipc
common devices: pci: remove AC97 codes 2023-08-11 03:29:31 +00:00
cros_async cros_async: avoid unblock in Tube until readable. 2023-08-04 22:30:42 +00:00
cros_fdt clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
cros_tracing
cros_tracing_types
crosvm_cli devices: pci: remove AC97 codes 2023-08-11 03:29:31 +00:00
crosvm_control balloon: change intervals and thresholds to u32 2023-08-09 19:31:25 +00:00
crosvm_plugin
devices Cargo.toml: add version to chrono dependencies 2023-08-11 21:02:25 +00:00
disk crosvm: Rename to open_file_or_duplicate. 2023-07-24 01:30:27 +00:00
docs/book docs: add USB to cros_tracing categories 2023-08-10 05:25:06 +00:00
e2e_tests e2e_tests: Update guest kernel config and initramfs 2023-08-11 20:29:24 +00:00
fuse crosvm: Deprecate DataInit 2023-07-12 21:34:20 +00:00
fuzz devices: virtio: make Queue own its Event 2023-08-08 22:57:48 +00:00
gpu_display
hypervisor hypervisor: stop calling WHvSuspendPartitionTime. 2023-08-07 18:46:41 +00:00
infra Roll recipe dependencies (trivial). 2023-08-11 19:47:59 +00:00
io_uring
jail devices: video: update jail settings to support VAAPI backend 2023-08-08 14:58:10 +00:00
kernel_cmdline
kernel_loader
kvm
kvm_sys
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 Cargo.toml: add version to chrono dependencies 2023-08-11 21:02:25 +00:00
net_sys
net_util clippy fixes for Rust 1.70 and 1.71 2023-07-13 20:29:05 +00:00
perfetto
power_monitor
prebuilts
proto_build_tools
protos Reland "Reland "balloon: rename WSS to WS"" 2023-08-01 20:26:39 +00:00
qcow_utils
resources
riscv64 riscv64: update generate_pci_root return value 2023-08-01 20:22:56 +00:00
rutabaga_gfx rutabaga_gfx/ffi: u64 --> *c_void 2023-08-09 17:24:14 +00:00
sandbox
serde_keyvalue
src devices: pci: remove AC97 codes 2023-08-11 03:29:31 +00:00
swap swap: count resident pages even while vmm-swap is disabled 2023-07-26 01:23:18 +00:00
system_api system_api: Add spaced D-Bus bindings and update other bindings 2023-08-05 04:06:09 +00:00
tests
third_party vmm_vhost: renumber SHARED_MEMORY_REGIONS 2023-08-07 17:41:47 +00:00
tools tools: contrib: Add memstats_chart 2023-08-10 02:17:22 +00:00
tpm2
tpm2-sys
tube_transporter
usb_sys devices: usb: Support Bulk Streams 2023-08-07 08:39:35 +00:00
usb_util devices: usb: Support Bulk Streams 2023-08-07 08:39:35 +00:00
vendor
vfio_sys acpi: x86: add support for ACPI Notify() forwarding 2023-07-27 11:30:18 +00:00
vhost
virtio_sys virtio: vsock: send TRANSPORT_RESET event on restore 2023-07-14 21:27:23 +00:00
vm_control devices: pci: remove AC97 codes 2023-08-11 03:29:31 +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
x86_64 Cargo.toml: add version to chrono dependencies 2023-08-11 21:02:25 +00:00
.dockerignore
.envrc
.gitignore
.gitmodules third_party: Add crosvm/perfetto submodule 2023-07-21 05:01:47 +00:00
.rustfmt.toml
ARCHITECTURE.md
Cargo.lock video: decoder: vaapi: use cros-codecs 0.0.4 2023-08-04 18:17:26 +00:00
Cargo.toml crosvm: virtio-net device hotplug 2023-07-27 04:35:26 +00:00
CONTRIBUTING.md CONTRIBUTION.md : update incorrect command in docs 2023-08-03 19:36:52 +00:00
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