mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
e9488846f1
Implemented GSI allocator and system allocator for AArch64. Renamed some layout definitions to align more code between architectures. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
11 lines
185 B
TOML
11 lines
185 B
TOML
[package]
|
|
name = "vm-allocator"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc = "0.2.71"
|
|
vm-memory = "0.2.1"
|
|
arch = { path = "../arch" }
|