]> git.proxmox.com Git - qemu.git/commit - target-sparc/cpu.c
Sparc: split helper.c
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 11 Sep 2011 09:33:40 +0000 (09:33 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Oct 2011 15:07:52 +0000 (15:07 +0000)
commitab3b491f2131e12503d165a8ffaef5f3a488eafe
tree0c7057376eb14ede160a21c11a732da33e82bb45
parentc65f6fd4bc485f893cd032cd32c8f6eb2a6ae757
Sparc: split helper.c

Move CPU init to cpu_init.c and interrupt handling to int32_helper.c
for Sparc32 and int64_helper.c for Sparc64.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
target-sparc/cpu.h
target-sparc/cpu_init.c [new file with mode: 0644]
target-sparc/helper.c
target-sparc/int32_helper.c [new file with mode: 0644]
target-sparc/int64_helper.c [new file with mode: 0644]
target-sparc/op_helper.c