]> git.proxmox.com Git - qemu.git/commit - block/vhdx.c
block: initial VHDX driver support framework - supports open and probe
authorJeff Cody <jcody@redhat.com>
Mon, 29 Apr 2013 18:48:18 +0000 (14:48 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 3 May 2013 08:31:58 +0000 (10:31 +0200)
commite8d4e5ffdb015959551726a5700c19b5d772ada4
treebb4b808e5a9f1d8671994140bee9498bd51c35fd
parent203cdba3bc6fb6022dbece90483fe03ed33bcffb
block: initial VHDX driver support framework - supports open and probe

This is the initial block driver framework for VHDX image support
(i.e. Hyper-V image file formats), that supports opening VHDX files, and
parsing the headers.

This commit does not yet enable:
    - reading
    - writing
    - updating the header
    - differencing files (images with parents)
    - log replay / dirty logs (only clean 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

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