qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 00/10] Add --disable-tcg
@ 2012-09-17 16:00 Paolo Bonzini
  2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 01/10] configure: factor out list of supported Xen/KVM targets Paolo Bonzini
                   ` (10 more replies)
  0 siblings, 11 replies; 29+ messages in thread
From: Paolo Bonzini @ 2012-09-17 16:00 UTC (permalink / raw)
  To: qemu-devel

This is an old series from Anthony that was never committed.  Now
that QEMU does not use ARG0 anymore, it is much simpler to move things
to and from the helper.c files as needed to remove most of the TCG code
from non-TCG builds.

Of course we're still a long way from there, since cpu-exec.c is
intimately linked with exec.c, but we can already add a --disable-tcg
option that works, and disable some lengthy parts of the build when
using it.

Patches that make s390 and ppc work with --disable-tcg (along the
lines of patch 9) are welcome.  I'm not going to do that myself
otherwise, sorry.

Paolo


Anthony Liguori (2):
  vl: implement tcg_enabled() and tcg_available() as for other accelerators
  configure: add --disable-tcg configure option

Paolo Bonzini (9):
  configure: factor out list of supported Xen/KVM targets
  configure: add CONFIG_TCG=y to config-host.mak
  tcg: change cpu_restore_state to return void
  exec: small adjustments for TCG separation
  monitor: disable info jit if !TCG
  configure: emit summary at the very end
  i386: move TCG functions out of helper.o, non-TCG functions to cpu.o
  build: do not build TCG files if TCG is disabled

 Makefile.target           |   5 +-
 arch_init.c               |   4 +
 configure                 | 278 ++++++++++++++++++++++++++--------------------
 cpu-exec.c                |   2 +
 exec-all.h                |  20 +++-
 exec.c                    |  68 +++++++-----
 monitor.c                 |   4 +
 qemu-common.h             |   8 +-
 target-i386/Makefile.objs |   7 +-
 target-i386/cpu.c         |  18 +++
 target-i386/excp_helper.c |  24 ++++
 target-i386/fpu_helper.c  |  18 ---
 target-i386/helper.c      |  24 ----
 translate-all.c           |   9 +-
 vl.c                      |   2 +-
 15 file modificati, 289 inserzioni(+), 207 rimozioni(-)

-- 
1.7.12

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

end of thread, other threads:[~2012-09-17 21:47 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 16:00 [Qemu-devel] [RFC PATCH 00/10] Add --disable-tcg Paolo Bonzini
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 01/10] configure: factor out list of supported Xen/KVM targets Paolo Bonzini
2012-09-17 17:02   ` Peter Maydell
2012-09-17 17:09     ` Paolo Bonzini
2012-09-17 17:13       ` Peter Maydell
2012-09-17 18:21       ` Stefano Stabellini
2012-09-17 18:30     ` Stefano Stabellini
2012-09-17 18:53       ` Stefano Stabellini
2012-09-17 19:15         ` Peter Maydell
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 02/10] configure: add CONFIG_TCG=y to config-host.mak Paolo Bonzini
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 03/10] vl: implement tcg_enabled() and tcg_available() as for other accelerators Paolo Bonzini
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 04/10] tcg: change cpu_restore_state to return void Paolo Bonzini
2012-09-17 17:06   ` Peter Maydell
2012-09-17 17:09     ` Paolo Bonzini
2012-09-17 17:20       ` Peter Maydell
2012-09-17 18:25         ` Paolo Bonzini
2012-09-17 18:57           ` Peter Maydell
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 05/10] exec: small adjustments for TCG separation Paolo Bonzini
2012-09-17 19:17   ` Blue Swirl
2012-09-17 21:47     ` Richard Henderson
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 06/10] monitor: disable info jit if !TCG Paolo Bonzini
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 07/10] configure: emit summary at the very end Paolo Bonzini
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 08/10] configure: add --disable-tcg configure option Paolo Bonzini
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 09/10] i386: move TCG functions out of helper.o, non-TCG functions to cpu.o Paolo Bonzini
2012-09-17 17:12   ` Peter Maydell
2012-09-17 18:39     ` Paolo Bonzini
2012-09-17 19:15   ` Blue Swirl
2012-09-17 16:00 ` [Qemu-devel] [RFC PATCH 10/10] build: do not build TCG files if TCG is disabled Paolo Bonzini
2012-09-17 19:20 ` [Qemu-devel] [RFC PATCH 00/10] Add --disable-tcg Blue Swirl

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