qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 24/42] configure: add --disable-tcg configure opt


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PULL 24/42] configure: add --disable-tcg configure option
Date: Fri, 14 Jul 2017 12:33:20 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/14/2017 06:02 AM, Paolo Bonzini wrote:
From: "Philippe Mathieu-Daudé" <address@hidden>
To: "Paolo Bonzini" <address@hidden>, address@hidden
Cc: "Anthony Liguori" <address@hidden>
Sent: Friday, July 14, 2017 7:24:29 AM
Subject: Re: [Qemu-devel] [PULL 24/42] configure: add --disable-tcg configure 
option

Hi Paolo,

trying "./configure --disable-docs --disable-tcg" I get:

    CC      x86_64-softmmu/exec.o
qemu/exec.c: In function ‘breakpoint_invalidate’:
qemu/exec.c:797:9: error: implicit declaration of function
‘tb_invalidate_phys_addr’ [-Werror=implicit-function-declaration]
           tb_invalidate_phys_addr(cpu->cpu_ases[asidx].as,
           ^~~~~~~~~~~~~~~~~~~~~~~
qemu/exec.c:797:9: error: nested extern declaration of
‘tb_invalidate_phys_addr’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
qemu/rules.mak:66: recipe for target 'exec.o' failed
make[1]: *** [exec.o] Error 1
Makefile:328: recipe for target 'subdir-x86_64-softmmu' failed
make: *** [subdir-x86_64-softmmu] Error 2

due to include/exec/exec-all.h:

#if !defined(CONFIG_USER_ONLY) && defined(CONFIG_TCG)
void tb_invalidate_phys_addr(AddressSpace *as, hwaddr addr);
#else

This is introduced by Pranith's patch.  I will respin my pull request.

Paolo

I pulled master with your PR merged and it now compiles fine, thank you.



reply via email to

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