qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v13 6/6] arm: SoC model for Calxeda Highbank


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v13 6/6] arm: SoC model for Calxeda Highbank
Date: Mon, 23 Jan 2012 14:34:48 +0000

On 20 January 2012 20:47, Mark Langsdorf <address@hidden> wrote:
> +    /* highbank requires a dtb in order to boot, and the dtb will override
> +     * the board ID. The following value is ignored, so set it to -1 to be
> +     * clear that the value is meaningless.
> +     */
> +    highbank_binfo.board_id = 0;

Code disagrees with comment :-)

> +static QEMUMachine highbank_machine = {
> +    .name = "highbank",
> +    .desc = "Calxeda Highbank (ECX-1000)",
> +    .init = highbank_init,
> +    .use_scsi = 1,
> +    .max_cpus = 4,
> +    .no_vga = 1,
> +};

Unfortunately commit a369da5f3 just landed on master and this doesn't
compile any more. I think you should be able to just drop the ".no_vga = 1"
line.

Otherwise OK.

-- PMM



reply via email to

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