]> git.proxmox.com Git - mirror_qemu.git/commit
block: vhdx header for the QEMU support of VHDX images
authorJeff Cody <jcody@redhat.com>
Mon, 29 Apr 2013 18:48:17 +0000 (14:48 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 3 May 2013 08:31:58 +0000 (10:31 +0200)
commit203cdba3bc6fb6022dbece90483fe03ed33bcffb
tree9ead86e75cbdd8d9fc2ad601ff764508da315bb4
parent8e1b02b8ef2eefcb2ff3855531d7bc2ea71e1fb4
block: vhdx header for the QEMU support of VHDX images

This is based on Microsoft's VHDX specification:
    "VHDX Format Specification v0.95", published 4/12/2012
    https://www.microsoft.com/en-us/download/details.aspx?id=29681

These structures define the various header, metadata, and other
block structures defined in the VHDX specification.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/vhdx.h [new file with mode: 0644]