cpu-exec: Make debug_excp_handler a QOM CPU method

Enterprise / Virtualization / QEMU - Peter Maydell [linaro.org] - 12 September 2014 08:06 UTC

Make the debug_excp_handler target specific hook into a QOM CPU method.

86025ee cpu-exec: Make debug_excp_handler a QOM CPU method
cpu-exec.c | 13 +++----------
include/exec/exec-all.h | 4 ----
include/qom/cpu.h | 2 ++
qom/cpu.c | 5 +++++
target-i386/cpu.c | 6 +++---
target-i386/cpu.h | 2 +-
target-i386/helper.c | 5 +++--
target-lm32/cpu.c | 2 +-
target-lm32/cpu.h | 2 +-
target-lm32/helper.c | 5 +++--
target-xtensa/cpu.c | 2 +-
target-xtensa/cpu.h | 2 +-
target-xtensa/helper.c | 5 +++--
13 files changed, 27 insertions(+), 28 deletions(-)

Upstream: git.qemu.org


  • Share