Statistics
| Branch: | Revision:

root / target-arm / kvm32.c @ feature-archipelago

History | View | Annotate | Download (15.7 kB)

# Date Author Comment
b197ebd4 12/17/2013 09:42 pm Peter Maydell

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....