]> Git Repo - qemu.git/commit
target-*: Don't redefine cpu_exec()
authorPeter Crosthwaite <[email protected]>
Sat, 18 Jul 2015 09:40:28 +0000 (02:40 -0700)
committerPaolo Bonzini <[email protected]>
Wed, 29 Jun 2016 12:03:47 +0000 (14:03 +0200)
commit8642c1b81e0418df066a7960a7426d85a923a253
tree63214ef96fe4ddeea3eb453a62e1605b1b1ecc61
parentbe968c721ee9df49708691ab58f0e66b394dea82
target-*: Don't redefine cpu_exec()

This function needs to be converted to QOM hook and virtualised for
multi-arch. This rename interferes, as cpu-qom will not have access
to the renaming causing name divergence. This rename doesn't really do
anything anyway so just delete it.

Signed-off-by: Peter Crosthwaite <[email protected]>
Message-Id: <69bd25a8678b8b31b91cd9760c777bed1aafb44e.1437212383[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Peter Crosthwaite <[email protected]>
20 files changed:
include/exec/cpu-all.h
linux-user/main.c
target-alpha/cpu.h
target-arm/cpu.h
target-cris/cpu.h
target-i386/cpu.h
target-lm32/cpu.h
target-m68k/cpu.h
target-microblaze/cpu.h
target-mips/cpu.h
target-moxie/cpu.h
target-openrisc/cpu.h
target-ppc/cpu.h
target-s390x/cpu.h
target-sh4/cpu.h
target-sparc/cpu.h
target-tilegx/cpu.h
target-tricore/cpu.h
target-unicore32/cpu.h
target-xtensa/cpu.h
This page took 0.031859 seconds and 4 git commands to generate.