From: Eduardo Habkost <ehabkost@redhat.com>
To: Igor Mammedov <imammedo@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
Andrew Jones <drjones@redhat.com>,
qemu-devel@nongnu.org, Laurent Vivier <laurent@vivier.eu>,
qemu-s390x@nongnu.org, qemu-arm@nongnu.org, qemu-ppc@nongnu.org
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v3 03/25] arm: cpu: add CPU_RESOLVING_TYPE macro
Date: Tue, 6 Feb 2018 20:18:05 -0200 [thread overview]
Message-ID: <20180206221805.GC13301@localhost.localdomain> (raw)
In-Reply-To: <1516694904-64879-4-git-send-email-imammedo@redhat.com>
On Tue, Jan 23, 2018 at 09:08:02AM +0100, Igor Mammedov wrote:
> it will be used for providing to cpu name resolving class for
> parsing cpu model for system and user emulation code.
>
> Along with change add target to null-machine test, so
> that when switch to CPU_RESOLVING_TYPE happens,
> thest would ensure that null-mchine usecase still works.
>
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>
> ---
[...]
> @@ -4325,8 +4325,6 @@ int main(int argc, char **argv, char **envp)
> #else
> cpu_model = "qemu32";
> #endif
> -#elif defined(TARGET_ARM)
> - cpu_model = "any";
I don't see any explanation for this hunk in the commit message.
> #elif defined(TARGET_UNICORE32)
> cpu_model = "any";
> #elif defined(TARGET_M68K)
[...]
--
Eduardo
WARNING: multiple messages have this Message-ID (diff)
From: Eduardo Habkost <ehabkost@redhat.com>
To: Igor Mammedov <imammedo@redhat.com>
Cc: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
Andrew Jones <drjones@redhat.com>,
Laurent Vivier <laurent@vivier.eu>,
qemu-s390x@nongnu.org, qemu-arm@nongnu.org, qemu-ppc@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 03/25] arm: cpu: add CPU_RESOLVING_TYPE macro
Date: Tue, 6 Feb 2018 20:18:05 -0200 [thread overview]
Message-ID: <20180206221805.GC13301@localhost.localdomain> (raw)
In-Reply-To: <1516694904-64879-4-git-send-email-imammedo@redhat.com>
On Tue, Jan 23, 2018 at 09:08:02AM +0100, Igor Mammedov wrote:
> it will be used for providing to cpu name resolving class for
> parsing cpu model for system and user emulation code.
>
> Along with change add target to null-machine test, so
> that when switch to CPU_RESOLVING_TYPE happens,
> thest would ensure that null-mchine usecase still works.
>
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>
> ---
[...]
> @@ -4325,8 +4325,6 @@ int main(int argc, char **argv, char **envp)
> #else
> cpu_model = "qemu32";
> #endif
> -#elif defined(TARGET_ARM)
> - cpu_model = "any";
I don't see any explanation for this hunk in the commit message.
> #elif defined(TARGET_UNICORE32)
> cpu_model = "any";
> #elif defined(TARGET_M68K)
[...]
--
Eduardo
next prev parent reply other threads:[~2018-02-06 22:18 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-23 8:07 [Qemu-arm] [PATCH v3 00/25] generalize parsing of cpu_model (part 4) Igor Mammedov
2018-01-23 8:07 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 01/25] nios2: 10m50_devboard: replace cpu_model with cpu_type Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-02-06 22:09 ` [Qemu-arm] " Eduardo Habkost
2018-02-06 22:09 ` Eduardo Habkost
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 02/25] tests: add machine 'none' with -cpu test Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-02-06 22:13 ` [Qemu-arm] " Eduardo Habkost
2018-02-06 22:13 ` Eduardo Habkost
2018-02-06 22:21 ` [Qemu-arm] " Eduardo Habkost
2018-02-06 22:21 ` Eduardo Habkost
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 03/25] arm: cpu: add CPU_RESOLVING_TYPE macro Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 9:45 ` [Qemu-arm] " Andrew Jones
2018-01-23 9:45 ` Andrew Jones
2018-01-23 9:51 ` [Qemu-arm] [PATCH v4 " Igor Mammedov
2018-01-23 9:51 ` [Qemu-devel] " Igor Mammedov
2018-02-06 22:18 ` Eduardo Habkost [this message]
2018-02-06 22:18 ` [Qemu-devel] [PATCH v3 " Eduardo Habkost
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 04/25] x86: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 9:52 ` [Qemu-devel] [PATCH v4 " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 05/25] alpha: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 06/25] cris: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 07/25] lm32: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 08/25] m68k: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-24 12:58 ` [Qemu-arm] " Laurent Vivier
2018-01-24 12:58 ` Laurent Vivier
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 09/25] microblaze: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 10/25] mips: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 11/25] moxie: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 12/25] nios2: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 13/25] openrisc: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 14/25] ppc: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 11:14 ` [Qemu-arm] " David Gibson
2018-01-23 11:14 ` [Qemu-devel] " David Gibson
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 15/25] s390x: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 16/25] sh4: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 17/25] sparc: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 18/25] tricore: " Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-01-23 14:05 ` [Qemu-arm] " Bastian Koppelmann
2018-01-23 14:05 ` Bastian Koppelmann
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 19/25] unicore32: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 20/25] xtensa: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 21/25] hppa: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 22/25] tilegx: " Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 8:08 ` [Qemu-arm] [PATCH v3 23/25] Use cpu_create(type) instead of cpu_init(cpu_model) Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-02-05 17:08 ` [Qemu-devel] [PATCH v4 " Igor Mammedov
2018-02-06 22:25 ` Eduardo Habkost
2018-01-23 8:08 ` [Qemu-devel] [PATCH v3 24/25] cpu: get rid of unused cpu_init() defines Igor Mammedov
2018-01-23 8:08 ` Igor Mammedov
2018-01-23 11:15 ` [Qemu-arm] " David Gibson
2018-01-23 11:15 ` [Qemu-devel] " David Gibson
2018-02-06 22:26 ` [Qemu-arm] " Eduardo Habkost
2018-02-06 22:26 ` Eduardo Habkost
2018-01-23 8:08 ` [PATCH v3 25/25] cpu: get rid of cpu_generic_init() Igor Mammedov
2018-01-23 8:08 ` [Qemu-devel] " Igor Mammedov
2018-02-05 17:09 ` Igor Mammedov
2018-02-06 22:32 ` [Qemu-arm] [Qemu-devel] [PATCH v3 00/25] generalize parsing of cpu_model (part 4) Eduardo Habkost
2018-02-06 22:32 ` Eduardo Habkost
2018-02-07 8:52 ` [Qemu-arm] " Igor Mammedov
2018-02-07 8:52 ` Igor Mammedov
2018-02-07 12:00 ` Eduardo Habkost
2018-02-07 12:00 ` Eduardo Habkost
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180206221805.GC13301@localhost.localdomain \
--to=ehabkost@redhat.com \
--cc=drjones@redhat.com \
--cc=imammedo@redhat.com \
--cc=laurent@vivier.eu \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-s390x@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.