[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:25:41 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the address@hidden 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 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===
LINK qemu-edid.exe
In file included from /tmp/qemu-test/src/qom/cpu.c:25:
/tmp/qemu-test/src/include/sysemu/hw_accel.h: In function
'cpu_synchronize_state':
/tmp/qemu-test/src/include/sysemu/hw_accel.h:30:9: error: implicit declaration
of function 'hvf_enabled'; did you mean 'hax_enabled'?
[-Werror=implicit-function-declaration]
if (hvf_enabled()) {
^~~~~~~~~~~
hax_enabled
/tmp/qemu-test/src/include/sysemu/hw_accel.h:30:9: error: nested extern
declaration of 'hvf_enabled' [-Werror=nested-externs]
/tmp/qemu-test/src/include/sysemu/hw_accel.h:31:9: error: implicit declaration
of function 'hvf_cpu_synchronize_state'; did you mean
'kvm_cpu_synchronize_state'? [-Werror=implicit-function-declaration]
hvf_cpu_synchronize_state(cpu);
^~~~~~~~~~~~~~~~~~~~~~~~~
kvm_cpu_synchronize_state
/tmp/qemu-test/src/include/sysemu/hw_accel.h:31:9: error: nested extern
declaration of 'hvf_cpu_synchronize_state' [-Werror=nested-externs]
/tmp/qemu-test/src/include/sysemu/hw_accel.h: In function
'cpu_synchronize_post_reset':
/tmp/qemu-test/src/include/sysemu/hw_accel.h:47:9: error: implicit declaration
of function 'hvf_cpu_synchronize_post_reset'; did you mean
'kvm_cpu_synchronize_post_reset'? [-Werror=implicit-function-declaration]
hvf_cpu_synchronize_post_reset(cpu);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kvm_cpu_synchronize_post_reset
/tmp/qemu-test/src/include/sysemu/hw_accel.h:47:9: error: nested extern
declaration of 'hvf_cpu_synchronize_post_reset' [-Werror=nested-externs]
/tmp/qemu-test/src/include/sysemu/hw_accel.h: In function
'cpu_synchronize_post_init':
/tmp/qemu-test/src/include/sysemu/hw_accel.h:63:9: error: implicit declaration
of function 'hvf_cpu_synchronize_post_init'; did you mean
'kvm_cpu_synchronize_post_init'? [-Werror=implicit-function-declaration]
hvf_cpu_synchronize_post_init(cpu);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kvm_cpu_synchronize_post_init
/tmp/qemu-test/src/include/sysemu/hw_accel.h:63:9: error: nested extern
declaration of 'hvf_cpu_synchronize_post_init' [-Werror=nested-externs]
cc1: all warnings being treated as errors
make: *** [/tmp/qemu-test/src/rules.mak:69: qom/cpu.o] Error 1
make: *** Waiting for unfinished jobs....
The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden