]> git.proxmox.com Git - qemu.git/commit
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Jun 2013 13:22:32 +0000 (14:22 +0100)
committerAndreas Färber <afaerber@suse.de>
Tue, 9 Jul 2013 19:20:28 +0000 (21:20 +0200)
commit6291ad77d7c57dfc52a6a938d1a77ec3ec3ad16c
tree708de5177e3011cc4f5df835693215c9887b053f
parentaa48dd9319dcee78ec17f4d516fb7bfc62b1a4d2
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user

The functions cpu_clone_regs() and cpu_set_tls() are not purely CPU
related -- they are specific to the TLS ABI for a a particular OS.
Move them into the linux-user/ tree where they belong.

target-lm32 had entirely unused implementations, since it has no
linux-user target; just drop them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andreas Färber <afaerber@suse.de>
31 files changed:
linux-user/alpha/target_cpu.h [new file with mode: 0644]
linux-user/arm/target_cpu.h [new file with mode: 0644]
linux-user/cris/target_cpu.h [new file with mode: 0644]
linux-user/i386/target_cpu.h [new file with mode: 0644]
linux-user/m68k/target_cpu.h [new file with mode: 0644]
linux-user/microblaze/target_cpu.h [new file with mode: 0644]
linux-user/mips/target_cpu.h [new file with mode: 0644]
linux-user/mips64/target_cpu.h [new file with mode: 0644]
linux-user/openrisc/target_cpu.h [new file with mode: 0644]
linux-user/ppc/target_cpu.h [new file with mode: 0644]
linux-user/qemu.h
linux-user/s390x/target_cpu.h [new file with mode: 0644]
linux-user/sh4/target_cpu.h [new file with mode: 0644]
linux-user/sparc/target_cpu.h [new file with mode: 0644]
linux-user/sparc64/target_cpu.h [new file with mode: 0644]
linux-user/unicore32/target_cpu.h [new file with mode: 0644]
linux-user/x86_64/target_cpu.h [new file with mode: 0644]
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-openrisc/cpu.h
target-ppc/cpu.h
target-s390x/cpu.h
target-sh4/cpu.h
target-sparc/cpu.h
target-unicore32/cpu.h