commit | 857d5a41248b6620ac4a91e4e20420fde24d2cb7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Nov 14 15:10:54 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Nov 22 15:13:30 2013 +0000 |
tree | a80b9ef0eaffa46ce94dc5aab46f8969fbbddec1 | |
parent | c4a560e4efe7d02fd0255b3e14af59f8a473eb1e [diff] |
target-arm/kvm: Split 32 bit only code into its own file 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>