diff options
| author | Fam Zheng | 2016-09-21 06:27:16 +0200 |
|---|---|---|
| committer | Fam Zheng | 2016-09-23 05:42:52 +0200 |
| commit | cb6414dfec8a308e68529b0fd2a454403c05bbb3 (patch) | |
| tree | d66548acfb9abde899d704d3b5fee687dd49c9b7 /block/vhdx-endian.c | |
| parent | uuid: Make null_uuid static (diff) | |
| download | qemu-cb6414dfec8a308e68529b0fd2a454403c05bbb3.tar.gz qemu-cb6414dfec8a308e68529b0fd2a454403c05bbb3.tar.xz qemu-cb6414dfec8a308e68529b0fd2a454403c05bbb3.zip | |
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>
Diffstat (limited to 'block/vhdx-endian.c')
| -rw-r--r-- | block/vhdx-endian.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/block/vhdx-endian.c b/block/vhdx-endian.c index c306b90d54..429d7556bd 100644 --- a/block/vhdx-endian.c +++ b/block/vhdx-endian.c @@ -21,9 +21,6 @@ #include "qemu/bswap.h" #include "block/vhdx.h" -#include <uuid/uuid.h> - - /* * All the VHDX formats on disk are little endian - the following * are helper import/export functions to correctly convert |
