qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 00/11] vhost-user for input & GPU


From: no-reply
Subject: Re: [Qemu-devel] [PATCH v6 00/11] vhost-user for input & GPU
Date: Tue, 23 Apr 2019 09:09:23 -0700 (PDT)

Patchew URL: https://patchew.org/QEMU/address@hidden/



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 address@hidden 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/address@hidden/testing.asan/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]