From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Andreas Färber" <afaerber@suse.de>,
rth@twiddle.net
Subject: [Qemu-devel] [PATCH 0/2] tcg: Move TCG arch-specific initialization inside TCG code
Date: Fri, 19 Dec 2014 02:26:03 -0200 [thread overview]
Message-ID: <1418963165-498-1-git-send-email-ehabkost@redhat.com> (raw)
Many architectures manually call arch-specific TCG initialization at CPU init
time[1], instead of having tcg_init() doing all initialization steps. This
series introduces a tcg_arch_init() function that may be implemented by
architecture-specific code for TCG initialization.
[1] You can see it by grepping for "inited" on target-*/cpu.c.
Eduardo Habkost (2):
tcg: Introduce tcg_arch_init() function
target-i386: Implement tcg_arch_init()
include/qemu-common.h | 1 +
stubs/Makefile.objs | 1 +
stubs/tcg.c | 5 +++++
target-i386/cpu.c | 7 -------
target-i386/translate.c | 2 +-
translate-all.c | 1 +
6 files changed, 9 insertions(+), 8 deletions(-)
create mode 100644 stubs/tcg.c
--
1.9.3
next reply other threads:[~2014-12-19 4:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-19 4:26 Eduardo Habkost [this message]
2014-12-19 4:26 ` [Qemu-devel] [PATCH 1/2] tcg: Introduce tcg_arch_init() function Eduardo Habkost
2014-12-19 14:05 ` Richard Henderson
2014-12-19 4:26 ` [Qemu-devel] [PATCH 2/2] target-i386: Implement tcg_arch_init() Eduardo Habkost
2014-12-19 9:47 ` [Qemu-devel] [PATCH 0/2] tcg: Move TCG arch-specific initialization inside TCG code Andreas Färber
2014-12-19 10:29 ` Paolo Bonzini
2014-12-19 13:16 ` 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=1418963165-498-1-git-send-email-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=afaerber@suse.de \
--cc=pbonzini@redhat.com \
--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).