]> git.ipfire.org Git - thirdparty/qemu.git/commit - exec.c
cputlb: move TLB handling to a separate file
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 9 Apr 2012 16:50:52 +0000 (16:50 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 1 May 2012 10:45:04 +0000 (10:45 +0000)
commit0cac1b66c88c4cd3ec1d358091486787837215a3
tree742ebbb3429ca1845a6d528e1acb35d1b2d7c744
parente554861766d9ae84dd5720baa4869f4ed711506f
cputlb: move TLB handling to a separate file

Move TLB handling and softmmu code load helpers to cputlb.c,
compile only for softmmu targets.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
cputlb.c [new file with mode: 0644]
cputlb.h [new file with mode: 0644]
exec-all.h
exec.c