]> Git Repo - qemu.git/commit - target-arm/Makefile.objs
target-arm/kvm: Split 32 bit only code into its own file
authorPeter Maydell <[email protected]>
Tue, 17 Dec 2013 19:42:29 +0000 (19:42 +0000)
committerPeter Maydell <[email protected]>
Tue, 17 Dec 2013 19:42:29 +0000 (19:42 +0000)
commitb197ebd410f0298ec078c3048f9cfb9f6bfc3b3c
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 <[email protected]>
Message-id: 1385645602[email protected]
Reviewed-by: Christoffer Dall <[email protected]>
target-arm/Makefile.objs
target-arm/kvm.c
target-arm/kvm32.c [new file with mode: 0644]
This page took 0.025193 seconds and 4 git commands to generate.