]> git.ipfire.org Git - thirdparty/qemu.git/commit - configure
vhdx: Use QEMU UUID API
authorFam Zheng <famz@redhat.com>
Wed, 21 Sep 2016 04:27:16 +0000 (12:27 +0800)
committerFam Zheng <famz@redhat.com>
Fri, 23 Sep 2016 03:42:52 +0000 (11:42 +0800)
commitcb6414dfec8a308e68529b0fd2a454403c05bbb3
treed66548acfb9abde899d704d3b5fee687dd49c9b7
parent3630be75d8eda7811f5783d1dc50f4d8682fdaec
vhdx: Use QEMU UUID API

This removes our dependency to libuuid, so that the driver can always be
built.

Similar to how we handled data plane configure options, --enable-vhdx
and --disable-vhdx are also changed to a nop with a message saying it's
obsolete.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Message-Id: <1474432046-325-4-git-send-email-famz@redhat.com>
block/Makefile.objs
block/vhdx-endian.c
block/vhdx.c
configure