mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-25 01:54:23 +01:00
Implement function to get the pmem `DeviceInfo` from a volume. `PmemDeviceInfo` return a new `DeviceInfo` object if a volume has a loop device as backend and the backing file for such loop device contains the PFN signature, needed to enable DAX in the guest. Signed-off-by: Julio Montes <julio.montes@intel.com>