qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] More core code ENV_GET_CPU removals
@ 2015-05-25  6:22 Peter Crosthwaite
  2015-05-25  6:22 ` [Qemu-devel] [PATCH 1/4] translate-all: Change tb_flush env argument to cpu Peter Crosthwaite
                   ` (4 more replies)
  0 siblings, 5 replies; 34+ messages in thread
From: Peter Crosthwaite @ 2015-05-25  6:22 UTC (permalink / raw)
  To: qemu-devel, rth, afaerber; +Cc: Peter Crosthwaite

Hi Andreas, Richard and all,

I'm moving towards the goal of having no core code usages of ENV_GET_CPU.
This has two advantages:

1: It means we are closer to common-obj'ing core code like exec.c, cpus.c
and friends.
2: Multi arch is easier if ENV_GET_CPU stays arch specific. It means I
don't need those patches where I reorder the env within the arch specific
CPUState. This allows continuing placement of arch specifics before the
env in the CPU container (which has TCG perf advantages).

There's a couple more after this pack to get the multi-arch thing going,
but due to point 1, I'm sending this ahead as I think it has standalone value.

Regards,
Peter

Peter Crosthwaite (4):
  translate-all: Change tb_flush env argument to cpu
  gdbserver: _fork: Change fn to accept cpu instead of env
  cpus: Change tcg_cpu_exec arg to cpu, not env
  cpus: Change exec_init arg to cpu, not env

 bsd-user/main.c             | 2 +-
 cpus.c                      | 7 +++----
 exec.c                      | 7 +++----
 gdbstub.c                   | 9 +++------
 include/exec/exec-all.h     | 4 ++--
 include/exec/gdbstub.h      | 2 +-
 linux-user/main.c           | 2 +-
 linux-user/signal.c         | 2 +-
 target-alpha/cpu.c          | 2 +-
 target-alpha/sys_helper.c   | 2 +-
 target-arm/cpu.c            | 2 +-
 target-cris/cpu.c           | 2 +-
 target-i386/cpu.c           | 2 +-
 target-i386/translate.c     | 2 +-
 target-lm32/cpu.c           | 2 +-
 target-m68k/cpu.c           | 2 +-
 target-microblaze/cpu.c     | 2 +-
 target-mips/cpu.c           | 2 +-
 target-moxie/cpu.c          | 2 +-
 target-openrisc/cpu.c       | 2 +-
 target-ppc/translate_init.c | 2 +-
 target-s390x/cpu.c          | 2 +-
 target-sh4/cpu.c            | 2 +-
 target-sparc/cpu.c          | 2 +-
 target-tricore/cpu.c        | 2 +-
 target-unicore32/cpu.c      | 2 +-
 target-xtensa/cpu.c         | 2 +-
 translate-all.c             | 6 ++----
 28 files changed, 36 insertions(+), 43 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-07-11 11:45 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25  6:22 [Qemu-devel] [PATCH 0/4] More core code ENV_GET_CPU removals Peter Crosthwaite
2015-05-25  6:22 ` [Qemu-devel] [PATCH 1/4] translate-all: Change tb_flush env argument to cpu Peter Crosthwaite
2015-05-25 20:27   ` Eduardo Habkost
2015-06-05 14:43   ` Andreas Färber
2015-05-25  6:22 ` [Qemu-devel] [PATCH 2/4] gdbserver: _fork: Change fn to accept cpu instead of env Peter Crosthwaite
2015-06-05 14:44   ` Andreas Färber
2015-05-25  6:22 ` [Qemu-devel] [PATCH 3/4] cpus: Change tcg_cpu_exec arg to cpu, not env Peter Crosthwaite
2015-06-05 14:48   ` Andreas Färber
2015-05-25  6:22 ` [Qemu-devel] [PATCH 4/4] cpus: Change exec_init " Peter Crosthwaite
2015-05-25 20:54   ` Eduardo Habkost
2015-06-05 14:51   ` Andreas Färber
2015-06-05 15:05     ` Eduardo Habkost
2015-06-24 12:48       ` Andreas Färber
2015-06-24 12:49         ` Paolo Bonzini
2015-05-25 13:08 ` [Qemu-devel] [PATCH 0/4] More core code ENV_GET_CPU removals Paolo Bonzini
2015-05-26  6:00   ` Peter Crosthwaite
2015-05-26  8:05     ` Paolo Bonzini
2015-05-29  5:28       ` Peter Crosthwaite
2015-05-26  6:10   ` Andreas Färber
2015-05-26  8:05     ` Paolo Bonzini
2015-05-26  8:20       ` Andreas Färber
2015-05-26  8:25         ` Paolo Bonzini
2015-05-26  8:31           ` Andreas Färber
2015-05-26  8:33             ` Alexander Graf
2015-05-26 11:49               ` Paolo Bonzini
2015-05-29 18:34                 ` Eduardo Habkost
2015-06-04  1:10                   ` Peter Crosthwaite
2015-06-04  7:58                     ` Paolo Bonzini
2015-06-23 13:00                     ` Andreas Färber
2015-06-24  4:22                       ` Peter Crosthwaite
2015-06-24  9:50                         ` Paolo Bonzini
2015-07-11 11:45                           ` Peter Crosthwaite
2015-05-26  8:36             ` Paolo Bonzini
2015-05-26  8:56               ` Peter Maydell

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