qemu-devel
[Top][All Lists]
Advanced

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

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


From: no-reply
Subject: Re: [Qemu-devel] [PATCH v5 00/13] vhost-user for input & GPU
Date: Fri, 12 Apr 2019 09:22:29 -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 ===

In file included from /tmp/qemu-test/src/contrib/vhost-user-gpu/virgl.c:16:
In file included from /tmp/qemu-test/src/contrib/vhost-user-gpu/virgl.h:17:
In file included from /tmp/qemu-test/src/contrib/vhost-user-gpu/vugpu.h:25:
/tmp/qemu-test/src/contrib/vhost-user-gpu/drm.h:15:10: fatal error: 
'i915_drm.h' file not found
#include <i915_drm.h>
         ^~~~~~~~~~~~
  CC      blockjob.o
---
make: *** Waiting for unfinished jobs....
In file included from /tmp/qemu-test/src/contrib/vhost-user-gpu/main.c:21:
In file included from /tmp/qemu-test/src/contrib/vhost-user-gpu/vugpu.h:25:
/tmp/qemu-test/src/contrib/vhost-user-gpu/drm.h:15:10: fatal error: 
'i915_drm.h' file not found
#include <i915_drm.h>
         ^~~~~~~~~~~~
/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]