commit | 1f20626679964730f991a9faeb5d9438c2827465 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Apr 15 15:16:40 2011 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri May 20 17:35:12 2011 +0200 |
tree | 97b52c6848c0136e7ecff9c793bc33405ad2dd97 | |
parent | a4c075f178a3a2c976667389f19ce7dbabaf9712 [diff] |
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>