]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
block: vhdx - break out code operations to functions
authorJeff Cody <jcody@redhat.com>
Wed, 30 Oct 2013 14:44:51 +0000 (10:44 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Nov 2013 12:58:59 +0000 (13:58 +0100)
commit1e74a971cb3229813112c74dca81e599812b66f3
tree240aa7a41c24c7c399e832beb90a7b039764858a
parentc325ee1de84dde5b2a90c30e1b788defa31c5d53
block: vhdx - break out code operations to functions

This is preperation for vhdx_create().  The ability to write headers,
and calculate the number of BAT entries will be needed within the
create() functions, so move this relevant code into helper functions.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/vhdx.c