qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1] cpus: move hvf_cpu_synchronize* calls to cpu


From: no-reply
Subject: Re: [Qemu-devel] [PATCH v1] cpus: move hvf_cpu_synchronize* calls to cpu_synchronize* functions
Date: Mon, 25 Mar 2019 17:24:24 -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 ===

  LINK    qemu-img
  BUILD   optionrom/linuxboot_dma.img
In file included from /tmp/qemu-test/src/qom/cpu.c:25:
/tmp/qemu-test/src/include/sysemu/hw_accel.h:30:9: error: implicit declaration 
of function 'hvf_enabled' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
    if (hvf_enabled()) {
        ^
/tmp/qemu-test/src/include/sysemu/hw_accel.h:30:9: error: this function 
declaration is not a prototype [-Werror,-Wstrict-prototypes]
/tmp/qemu-test/src/include/sysemu/hw_accel.h:31:9: error: implicit declaration 
of function 'hvf_cpu_synchronize_state' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
        hvf_cpu_synchronize_state(cpu);
        ^
/tmp/qemu-test/src/include/sysemu/hw_accel.h:31:9: error: this function 
declaration is not a prototype [-Werror,-Wstrict-prototypes]
/tmp/qemu-test/src/include/sysemu/hw_accel.h:46:9: error: implicit declaration 
of function 'hvf_enabled' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
    if (hvf_enabled()) {
        ^
/tmp/qemu-test/src/include/sysemu/hw_accel.h:47:9: error: implicit declaration 
of function 'hvf_cpu_synchronize_post_reset' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
        hvf_cpu_synchronize_post_reset(cpu);
        ^
/tmp/qemu-test/src/include/sysemu/hw_accel.h:47:9: error: this function 
declaration is not a prototype [-Werror,-Wstrict-prototypes]
/tmp/qemu-test/src/include/sysemu/hw_accel.h:62:9: error: implicit declaration 
of function 'hvf_enabled' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
    if (hvf_enabled()) {
        ^
/tmp/qemu-test/src/include/sysemu/hw_accel.h:63:9: error: implicit declaration 
of function 'hvf_cpu_synchronize_post_init' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
        hvf_cpu_synchronize_post_init(cpu);
        ^
/tmp/qemu-test/src/include/sysemu/hw_accel.h:63:9: error: this function 
declaration is not a prototype [-Werror,-Wstrict-prototypes]
10 errors generated.
  BUILD   optionrom/linuxboot_dma.raw
  BUILD   optionrom/pvh.img


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]