qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 02/25] tests: add machine 'none' with -cpu te


From: Eduardo Habkost
Subject: Re: [Qemu-devel] [PATCH v3 02/25] tests: add machine 'none' with -cpu test
Date: Tue, 6 Feb 2018 20:21:29 -0200
User-agent: Mutt/1.9.1 (2017-09-22)

On Tue, Jan 23, 2018 at 09:08:01AM +0100, Igor Mammedov wrote:
> Check that "$QEMU -M none -cpu FOO" starts QEMU without error
> 
> Signed-off-by: Igor Mammedov <address@hidden>
[...]
> +struct arch2cpu {
> +    const char *arch;
> +    const char *cpu_model;
> +};
> +
> +static struct arch2cpu cpus_map[] = {
> +    /* tested targets list */
> +};

Why are we testing only a single CPU model on each target (and
requiring one entry for each architecture in this table), instead
of just running query-cpu-definitions and testing all CPU models?

-- 
Eduardo



reply via email to

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