s390x: make kvm exported functions conditional on kvm
authorAlexander Graf <agraf@suse.de>
Fri, 15 Apr 2011 13:16:40 +0000 (15:16 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 20 May 2011 15:35:12 +0000 (17:35 +0200)
commit6ac2182c3152e29201986427051f3e7d55e0d588
tree97b52c6848c0136e7ecff9c793bc33405ad2dd97
parente7106bf4d90c84bd362b0061d7c10a948c4269d5
s390x: make kvm exported functions conditional on kvm

We have some helper functions we use to directly invoke KVM
functionality from device emulation code.

This patch replaces those exported functions with static inline
stubs when not building with KVM enabled.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/cpu.h