qemu-s390x
[Top][All Lists]
Advanced

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

Re: [qemu-s390x] [Qemu-devel] [PATCH v2 0/2] s390x/kvm: Properly detect


From: no-reply
Subject: Re: [qemu-s390x] [Qemu-devel] [PATCH v2 0/2] s390x/kvm: Properly detect page size of initial memory
Date: Thu, 28 Mar 2019 05:35:44 -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      x86_64-softmmu/target/i386/mem_helper.o
  CC      x86_64-softmmu/target/i386/misc_helper.o
  CC      x86_64-softmmu/target/i386/mpx_helper.o
/tmp/qemu-test/src/hw/vfio/spapr.c:151:24: error: implicit declaration of 
function 'qemu_getminrampagesize' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
    long rampagesize = qemu_getminrampagesize();
                       ^
/tmp/qemu-test/src/hw/vfio/spapr.c:151:24: note: did you mean 
'qemu_getrampagesize'?
/tmp/qemu-test/src/include/exec/ram_addr.h:76:6: note: 'qemu_getrampagesize' 
declared here
long qemu_getrampagesize(void);
     ^
/tmp/qemu-test/src/hw/vfio/spapr.c:151:24: error: this function declaration is 
not a prototype [-Werror,-Wstrict-prototypes]
    long rampagesize = qemu_getminrampagesize();
                       ^
2 errors generated.
make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/vfio/spapr.o] Error 1
make[1]: *** Waiting for unfinished jobs....
/tmp/qemu-test/src/exec.c:1721:6: error: no previous prototype for function 
'qemu_getminrampagesize' [-Werror,-Wmissing-prototypes]
long qemu_getminrampagesize(void)
     ^
/tmp/qemu-test/src/exec.c:1765:6: error: no previous prototype for function 
'qemu_getmaxrampagesize' [-Werror,-Wmissing-prototypes]
long qemu_getmaxrampagesize(void)
     ^
2 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]