// Copyright 2021 Alibaba Cloud. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
//! VM boot related constants and utilities for `aarch64` architecture.
use Error as VmFdtError;
use GuestMemoryError;
/// Magic addresses externally used to lay out aarch64 VMs.
/// FDT is used to inform the guest kernel of device tree information.
/// Errors thrown while configuring the Flattened Device Tree for aarch64.