]> git.proxmox.com Git - qemu.git/commit
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)
commit1f20626679964730f991a9faeb5d9438c2827465
tree97b52c6848c0136e7ecff9c793bc33405ad2dd97
parenta4c075f178a3a2c976667389f19ce7dbabaf9712
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