]> git.proxmox.com Git - qemu.git/commit
block: vhdx - fix comment typos in header, fix incorrect struct fields
authorJeff Cody <jcody@redhat.com>
Wed, 30 Oct 2013 14:44:52 +0000 (10:44 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Nov 2013 12:58:59 +0000 (13:58 +0100)
commit61c02e5687dcc581c9d3413b61040b023adeaa9c
treec24d01940195c6f75aa0449c4df216841e70e705
parent1e74a971cb3229813112c74dca81e599812b66f3
block: vhdx - fix comment typos in header, fix incorrect struct fields

VHDXPage83Data and VHDXParentLocatorHeader both incorrectly had their
MSGUID fields set as arrays of 16.  This is incorrect (it stems from
an early version where those fields were uint_8 arrays).  Those fields
were, up to this patch, unused.

Also, there were a couple of typos and incorrect wording in comments,
and those have been fixed up as well.

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