Patchew URL:
https://patchew.org/QEMU/[email protected]/
Hi,
This series failed the asan build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
=== TEST SCRIPT END ===
CC qmp.o
CC hmp.o
CC cpus-common.o
/tmp/qemu-test/src/contrib/libvhost-user/libvhost-user.c:546:32: error: taking
address of packed member 'payload' of class or structure 'VhostUserMsg' may
result in an unaligned pointer value [-Werror,-Waddress-of-packed-member]
VhostUserMemory *memory = &vmsg->payload.memory;
^~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/contrib/libvhost-user/libvhost-user.c:688:32: error: taking
address of packed member 'payload' of class or structure 'VhostUserMsg' may
result in an unaligned pointer value [-Werror,-Waddress-of-packed-member]
VhostUserMemory *memory = &vmsg->payload.memory;
^~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/contrib/libvhost-user/libvhost-user.c:817:37: error: taking
address of packed member 'payload' of class or structure 'VhostUserMsg' may
result in an unaligned pointer value [-Werror,-Waddress-of-packed-member]
struct vhost_vring_addr *vra = &vmsg->payload.addr;
^~~~~~~~~~~~~~~~~~
3 errors generated.
The full log is available at
http://patchew.org/logs/[email protected]/testing.asan/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to [email protected]