mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
6a7b20d48b
Currently crosvm has no support for generating device tree nodes for platform devices assigned via VFIO. That limits usage of platfor VFIO devices in VMs. Additional DT nodes can be added to the DT via the overlay mechanism. This and the following patches add support for amending the VM device tree by adding support for device tree overlays. As the first step, rename the FdtWriter struct to Fdt. It makes sense to use a more general name as the crate gains additional features. Bug: b/296796644 Test: cd cros_fdt && cargo test Change-Id: Id6b943f23f7d89151dc66565f694eb0f988265d2 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4855960 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Jakob Vukalović <jakobvukalovic@google.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |