qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] tcg: Move TCG arch-specific initialization inside TCG code
@ 2014-12-19  4:26 Eduardo Habkost
  2014-12-19  4:26 ` [Qemu-devel] [PATCH 1/2] tcg: Introduce tcg_arch_init() function Eduardo Habkost
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eduardo Habkost @ 2014-12-19  4:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Andreas Färber, rth

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-12-19 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19  4:26 [Qemu-devel] [PATCH 0/2] tcg: Move TCG arch-specific initialization inside TCG code Eduardo Habkost
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

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).