summaryrefslogtreecommitdiff
path: root/target-arm/kvm32.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17target-arm/kvm: Split 32 bit only code into its own filePeter Maydell1-0/+515
Split ARM KVM support code which is 32 bit specific out into its own file, which we only compile on 32 bit hosts. This will give us a place to add the 64 bit support code without adding lots of ifdefs to kvm.c. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1385645602-18662-2-git-send-email-peter.maydell@linaro.org Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>