From: Eduardo Habkost <ehabkost@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Marcel Apfelbaum <marcel@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Richard Henderson <rth@twiddle.net>
Subject: [Qemu-devel] [PULL v3 1/7] nios2: 10m50_devboard: replace cpu_model with cpu_type
Date: Mon, 19 Mar 2018 17:12:49 -0300 [thread overview]
Message-ID: <20180319201255.9317-2-ehabkost@redhat.com> (raw)
In-Reply-To: <20180319201255.9317-1-ehabkost@redhat.com>
From: Igor Mammedov <imammedo@redhat.com>
use cpu_create() instead of being removed cpu_generic_init()
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <1518000027-274608-2-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
hw/nios2/10m50_devboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/nios2/10m50_devboard.c b/hw/nios2/10m50_devboard.c
index e4007f6d7f..42053b2ca9 100644
--- a/hw/nios2/10m50_devboard.c
+++ b/hw/nios2/10m50_devboard.c
@@ -75,7 +75,7 @@ static void nios2_10m50_ghrd_init(MachineState *machine)
phys_ram_alias);
/* Create CPU -- FIXME */
- cpu = NIOS2_CPU(cpu_generic_init(TYPE_NIOS2_CPU, "nios2"));
+ cpu = NIOS2_CPU(cpu_create(TYPE_NIOS2_CPU));
/* Register: CPU interrupt controller (PIC) */
cpu_irq = nios2_cpu_pic_init(cpu);
--
2.14.3
next prev parent reply other threads:[~2018-03-19 20:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-19 20:12 [Qemu-devel] [PULL v3 0/7] Machine and x86 queue, 2018-03-19 Eduardo Habkost
2018-03-19 20:12 ` Eduardo Habkost [this message]
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 2/7] tests: add machine 'none' with -cpu test Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 3/7] cpu: add CPU_RESOLVING_TYPE macro Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 4/7] Use cpu_create(type) instead of cpu_init(cpu_model) Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 5/7] cpu: get rid of unused cpu_init() defines Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 6/7] cpu: drop unnecessary NULL check and cpu_common_class_by_name() Eduardo Habkost
2018-03-19 20:12 ` [Qemu-devel] [PULL v3 7/7] i386: Disable Intel PT if packets IP payloads have LIP values Eduardo Habkost
2018-03-20 13:53 ` [Qemu-devel] [PULL v3 0/7] Machine and x86 queue, 2018-03-19 Peter Maydell
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=20180319201255.9317-2-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=marcel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).