qemu-patch-raspberry4/block
Peter Maydell c2ebb05e25 block/vhdx.c: Mark parent_vhdx_guid variable as unused
The parent_vhdx_guid variable is defined but never used, which provokes
complaints from newer versions of clang. Since the variable definition
is here acting as documentation of the image format, mark it with the
'unused' attribute to keep the compiler happy rather than simply
deleting it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-09-22 11:35:02 +01:00
..
accounting.c block: Make the block accounting functions operate on BlockAcctStats 2014-09-10 10:41:29 +02:00
archipelago.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
backup.c
blkdebug.c blkdebug: Delete BH in bdrv_aio_cancel 2014-08-22 11:07:00 +02:00
blkverify.c blkverify: Fix leak of opts in blkverify_open 2014-08-29 17:10:18 +01:00
bochs.c
cloop.c
commit.c
cow.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
curl.c curl: The macro that you have to uncomment to get debugging is DEBUG_CURL. 2014-09-02 22:38:16 +04:00
dmg.c
gluster.c block: don't convert file size to sector size 2014-09-12 15:43:06 +02:00
iscsi.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
linux-aio.c linux-aio: avoid deadlock in nested aio_poll() calls 2014-08-29 15:59:17 +01:00
Makefile.objs block: Extract the block accounting code 2014-09-10 10:41:29 +02:00
mirror.c mirror: fix uninitialized variable delay_ns warnings 2014-08-28 13:42:25 +01:00
nbd-client.c
nbd-client.h
nbd.c
nfs.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
parallels.c
qapi.c block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ 2014-09-10 10:41:29 +02:00
qcow.c block: don't convert file size to sector size 2014-09-12 15:43:06 +02:00
qcow2-cache.c
qcow2-cluster.c
qcow2-refcount.c
qcow2-snapshot.c
qcow2.c qcow2: Add falloc and full preallocation option 2014-09-12 15:43:06 +02:00
qcow2.h
qed-check.c
qed-cluster.c
qed-gencb.c
qed-l2-cache.c
qed-table.c
qed.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
qed.h
quorum.c quorum: Fix leak of opts in quorum_open 2014-08-29 17:10:18 +01:00
raw-aio.h
raw-posix.c raw-posix: Add falloc and full preallocation option 2014-09-12 15:43:06 +02:00
raw-win32.c block: don't convert file size to sector size 2014-09-12 15:43:06 +02:00
raw_bsd.c
rbd.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
sheepdog.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
snapshot.c
ssh.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
stream.c
vdi.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
vhdx-endian.c
vhdx-log.c
vhdx.c block/vhdx.c: Mark parent_vhdx_guid variable as unused 2014-09-22 11:35:02 +01:00
vhdx.h
vmdk.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
vpc.c block: round up file size to nearest sector 2014-09-12 15:43:06 +02:00
vvfat.c block/vvfat.c: remove debugging code to reinit stderr if NULL 2014-08-21 10:36:29 +02:00
win32-aio.c