qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] Tidy -d op_opt,int,cpu
@ 2012-09-24 21:55 Richard Henderson
  2012-09-24 21:55 ` [Qemu-devel] [PATCH 1/7] Emit debug_insn for CPU_LOG_TB_OP_OPT as well Richard Henderson
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Richard Henderson @ 2012-09-24 21:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

The first patch applies to most targets, in wanting to produce
good dumps for -d op_opt without -d op.

The next three add dump_insn support to the targets lacking it.

The final three fix irritations that apply to s390x.  I didn't
survey the other targets for similar mistakes.


r~


Richard Henderson (7):
  Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
  target-m68k: Call tcg_gen_debug_insn_start
  target-s390x: Call tcg_gen_debug_insn_start
  target-unicore32: Call tcg_gen_debug_insn_start
  target-s390x: Use CPU_LOG_INT
  target-s390x: Avoid double CPU_LOG_TB_CPU
  target-s390x: Tidy cpu_dump_state

 target-alpha/translate.c      |  2 +-
 target-arm/translate.c        |  2 +-
 target-cris/translate.c       |  3 ++-
 target-i386/translate.c       |  3 ++-
 target-lm32/translate.c       |  2 +-
 target-m68k/translate.c       |  4 ++++
 target-microblaze/translate.c |  3 ++-
 target-mips/translate.c       |  3 ++-
 target-openrisc/translate.c   |  2 +-
 target-ppc/translate.c        |  3 ++-
 target-s390x/helper.c         |  7 ++++---
 target-s390x/misc_helper.c    |  3 ++-
 target-s390x/translate.c      | 32 +++++++++++++++-----------------
 target-sh4/translate.c        |  2 +-
 target-sparc/translate.c      |  3 ++-
 target-unicore32/translate.c  |  4 ++++
 target-xtensa/translate.c     |  2 +-
 17 files changed, 47 insertions(+), 33 deletions(-)

-- 
1.7.11.4

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

end of thread, other threads:[~2012-09-27 19:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 21:55 [Qemu-devel] [PATCH 0/7] Tidy -d op_opt,int,cpu Richard Henderson
2012-09-24 21:55 ` [Qemu-devel] [PATCH 1/7] Emit debug_insn for CPU_LOG_TB_OP_OPT as well Richard Henderson
2012-09-25 22:44   ` Aurelien Jarno
2012-09-24 21:55 ` [Qemu-devel] [PATCH 2/7] target-m68k: Call tcg_gen_debug_insn_start Richard Henderson
2012-09-25 22:44   ` Aurelien Jarno
2012-09-24 21:55 ` [Qemu-devel] [PATCH 3/7] target-s390x: " Richard Henderson
2012-09-25 22:44   ` Aurelien Jarno
2012-09-24 21:55 ` [Qemu-devel] [PATCH 4/7] target-unicore32: " Richard Henderson
2012-09-25 22:45   ` Aurelien Jarno
2012-09-24 21:55 ` [Qemu-devel] [PATCH 5/7] target-s390x: Use CPU_LOG_INT Richard Henderson
2012-09-25 22:45   ` Aurelien Jarno
2012-09-24 21:55 ` [Qemu-devel] [PATCH 6/7] target-s390x: Avoid double CPU_LOG_TB_CPU Richard Henderson
2012-09-25 22:45   ` Aurelien Jarno
2012-09-24 21:55 ` [Qemu-devel] [PATCH 7/7] target-s390x: Tidy cpu_dump_state Richard Henderson
2012-09-25 22:45   ` Aurelien Jarno
2012-09-25  7:40 ` [Qemu-devel] [PATCH 0/7] Tidy -d op_opt,int,cpu Alexander Graf
2012-09-27 19:47 ` Aurelien Jarno

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