diff options
| author | Kevin Wolf | 2018-03-20 14:41:53 +0100 |
|---|---|---|
| committer | Kevin Wolf | 2018-03-26 12:16:12 +0200 |
| commit | 95a14d51b24ea8adeb5d863517727916fee63f05 (patch) | |
| tree | d9469d0e4c1dbe0678a180d3f67d4e504e9aac2d /scripts/argparse.py | |
| parent | vdi: Change 'static' create option to 'preallocation' in QMP (diff) | |
| download | qemu-95a14d51b24ea8adeb5d863517727916fee63f05.tar.gz qemu-95a14d51b24ea8adeb5d863517727916fee63f05.tar.xz 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/argparse.py')
0 files changed, 0 insertions, 0 deletions
