mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
82d7b9f094
Implementing `BackingMemory` signals that `GuestMemory` regions can be used in uring transactions where the lifetime in which the kernel can modify the memory is not well defined. Change-Id: I3541fff4c5dac226062a94483672f570e7adeb18 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2275725 Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Dylan Reid <dgreid@chromium.org> Tested-by: Dylan Reid <dgreid@chromium.org>
15 lines
429 B
TOML
15 lines
429 B
TOML
[package]
|
|
name = "vm_memory"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
include = ["src/**/*", "Cargo.toml"]
|
|
|
|
[dependencies]
|
|
cros_async = { path = "../cros_async" } # provided by ebuild
|
|
data_model = { path = "../data_model" } # provided by ebuild
|
|
libc = "*"
|
|
sys_util = { path = "../sys_util" } # provided by ebuild
|
|
syscall_defines = { path = "../syscall_defines" } # provided by ebuild
|
|
|
|
[workspace]
|