qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] xtensa: Fix broken build (linker error)


From: Jan Kiszka
Subject: Re: [Qemu-devel] [PATCH] xtensa: Fix broken build (linker error)
Date: Mon, 17 Sep 2012 23:55:09 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

On 2012-09-17 22:14, Stefan Weil wrote:
> This configuration requires CONFIG_i8254:
> 
> configure --target-list=xtensa-softmmu --audio-card-list=pcspk

This is wrong. The pcspk "audio card" is registered automatically for
those targets that support it.

> 
> Reported-by: Vassili Karpov (malc) <address@hidden>
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  default-configs/xtensa-softmmu.mak   |    1 +
>  default-configs/xtensaeb-softmmu.mak |    1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/default-configs/xtensa-softmmu.mak 
> b/default-configs/xtensa-softmmu.mak
> index 9d8899c..c3a263b 100644
> --- a/default-configs/xtensa-softmmu.mak
> +++ b/default-configs/xtensa-softmmu.mak
> @@ -1,5 +1,6 @@
>  # Default configuration for Xtensa
>  
> +CONFIG_I8254=y

And this wrong as well. xtensa does not include any speaker, nor does it
include a PIT.

Jan

>  CONFIG_SERIAL=y
>  CONFIG_OPENCORES_ETH=y
>  CONFIG_PFLASH_CFI01=y
> diff --git a/default-configs/xtensaeb-softmmu.mak 
> b/default-configs/xtensaeb-softmmu.mak
> index 9d8899c..c3a263b 100644
> --- a/default-configs/xtensaeb-softmmu.mak
> +++ b/default-configs/xtensaeb-softmmu.mak
> @@ -1,5 +1,6 @@
>  # Default configuration for Xtensa
>  
> +CONFIG_I8254=y
>  CONFIG_SERIAL=y
>  CONFIG_OPENCORES_ETH=y
>  CONFIG_PFLASH_CFI01=y
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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