mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
fdt.rs has helper functions to query host cache details (topology, size etc.). Extract these helpers to a new file cache.rs so that they can be used for PPTT construction as well. No functional change. Signed-off-by: Anirudh Rayabharam <anrayabh@microsoft.com>