blktap-dev

Xen api blktap shared library (development files)
  http://www.xen.org/products/cloudxen.html
  0
  no reviews



The xen cloud platform (xcp) is an open source enterprise-ready server virtualization and cloud computing platform, delivering the xen hypervisor with support for a range of guest operating systems. this package is part of it. it implements the userland part of the blktap driver.

virtual hard disk (vhd) is a file format standard which maps logical hard disk contents to a physical disk image format, which can then be more efficiently stored in a variety of different storage types, such as file systems or logical volumes.

vhds are container files storing block metadata alongside a virtual disk's contents, in a single disk image. the metadata enables advanced storage backend capabilities, such as thin provisioning, disk image snapshotting, and coalescing of differencing disks.

libvhd is a library to access vhd format metadata. it provides disk image initialization, inspection and manipulation to both vhd user utilities and the vhd disk driver in blktap.

this package contains the development files