summary refs log tree commit diff stats
path: root/scripts/qapi/types.py
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2018-03-20 14:41:53 +0100
committerKevin Wolf <kwolf@redhat.com>2018-03-26 12:16:12 +0200
commit95a14d51b24ea8adeb5d863517727916fee63f05 (patch)
treed9469d0e4c1dbe0678a180d3f67d4e504e9aac2d /scripts/qapi/types.py
parent61fa64871dcd823633aac129762d424a8a19e6ee (diff)
downloadfocaccia-qemu-95a14d51b24ea8adeb5d863517727916fee63f05.tar.gz
focaccia-qemu-95a14d51b24ea8adeb5d863517727916fee63f05.zip
vdi: Fix build with CONFIG_VDI_DEBUG
Use qemu_uuid_unparse() instead of uuid_unparse() to make vdi.c compile
again when CONFIG_VDI_DEBUG is set. In order to prevent future bitrot,
replace '#ifdef CONFIG_VDI_DEBUG' by 'if (VDI_DEBUG)' so that the
compiler always sees the code.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'scripts/qapi/types.py')
0 files changed, 0 insertions, 0 deletions