]> git.proxmox.com Git - mirror_qemu.git/commit
tests/vhost-user-bridge: fix build on 32 bit systems
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 23 Feb 2016 15:30:54 +0000 (17:30 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 25 Feb 2016 11:14:19 +0000 (13:14 +0200)
commit5602b39ff346cf18f50dce05e1c09db17b229445
tree80651053ca38428c7274748b00c4036b05a1d38c
parentfee089e4e258d85baf8d15783c01dfe6be98db04
tests/vhost-user-bridge: fix build on 32 bit systems

Mainly casts between void * and uint64_t, and wrong
format for size_t.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/vhost-user-bridge.c