crosvm/x86_64/src
Daniel Verkamp 474d2eea17 arch: split fdt code into its own crate
This will let the hypervisor crate use types and functions from the new
cros_fdt crate (it could not depend on arch, since that would cause a
circular dependency).

No functional change, just code movement.

BUG=b:253416076
TEST=cargo build
TEST=cargo build --target=aarch64-unknown-linux-gnu

Change-Id: I62d906941867c45f1b77ff1db6923d915ce2123e
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3965088
Reviewed-by: Steven Moreland <smoreland@google.com>
Reviewed-by: Alexandre Courbot <acourbot@chromium.org>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2022-10-19 17:43:19 +00:00
..
test_integration Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
acpi.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
bootparam.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
bzimage.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
cpuid.rs Revert "x86: cpuid: clear FSRM bit" 2022-09-27 19:14:59 +00:00
fdt.rs arch: split fdt code into its own crate 2022-10-19 17:43:19 +00:00
gdt.rs health-check: enforce blank line after copyright 2022-09-13 22:24:35 +00:00
interrupts.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
lib.rs arch: split fdt code into its own crate 2022-10-19 17:43:19 +00:00
mpspec.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
mptable.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
msr.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
msr_index.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
regs.rs vm_memory: Add a method to check if a guest address range is valid 2022-10-12 03:57:43 +00:00
smbios.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00
test_integration.rs Update all copyright headers to match new style 2022-09-13 18:41:29 +00:00