qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-xtensa: make 'sim' to be the default mac


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] target-xtensa: make 'sim' to be the default machine
Date: Thu, 9 Aug 2012 19:58:04 +0000

Thanks, applied.


On Wed, Aug 8, 2012 at 11:31 PM, Max Filippov <address@hidden> wrote:
> This fixes the following error:
>
>     $ qemu-system-xtensa -cpu help
>     Segmentation fault
>
> Signed-off-by: Max Filippov <address@hidden>
> ---
>  hw/xtensa_sim.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/hw/xtensa_sim.c b/hw/xtensa_sim.c
> index ed38bd4..831460b 100644
> --- a/hw/xtensa_sim.c
> +++ b/hw/xtensa_sim.c
> @@ -111,6 +111,7 @@ static void xtensa_sim_init(ram_addr_t ram_size,
>  static QEMUMachine xtensa_sim_machine = {
>      .name = "sim",
>      .desc = "sim machine (" XTENSA_DEFAULT_CPU_MODEL ")",
> +    .is_default = true,
>      .init = xtensa_sim_init,
>      .max_cpus = 4,
>  };
> --
> 1.7.7.6
>
>



reply via email to

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