target-arm/kvm: Split 32 bit only code into its own file
commitb197ebd410f0298ec078c3048f9cfb9f6bfc3b3c
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:29 +0000 (17 19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:29 +0000 (17 19:42 +0000)
treec96ac4d8884610705b6c55c10b32aa3bc2665d3a
parent387f980676aedcc67baddbf5fd1c9169f331f30b
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>
Message-id: 1385645602-18662-2-git-send-email-peter.maydell@linaro.org
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
target-arm/Makefile.objs
target-arm/kvm.c
target-arm/kvm32.c [copied from target-arm/kvm.c with 63% similarity]