qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2] parallel: Allow to disable CONFIG_PARALLEL


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCHv2] parallel: Allow to disable CONFIG_PARALLEL
Date: Mon, 11 May 2015 18:20:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 11/05/2015 17:09, Markus Armbruster wrote:
> Fails to link if I disable CONFIG_PARALLEL in
> default-configs/mips-softmmu.mak:
> 
>       LINK  mips-softmmu/qemu-system-mips
>     hw/mips/mips_jazz.o: In function `mips_jazz_init':
>     /home/armbru/work/qemu/hw/mips/mips_jazz.c:323: undefined reference to 
> `parallel_mm_init'
>     collect2: error: ld returned 1 exit status
>     make[1]: *** [qemu-system-mips] Error 1
> 
> To fix that, you'd need to stub out parallel_mm_init(), too.

I would ignore that.  parallel_mm_init isn't even qdev-ified, and
qdevification would fix that problem too.

Paolo



reply via email to

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