]> git.proxmox.com Git - qemu.git/commit
PPC: KVM: Add stubs for kvm helper functions
authorAlexander Graf <agraf@suse.de>
Thu, 21 Jul 2011 00:54:51 +0000 (02:54 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:43:35 +0000 (09:43 +0200)
commit921e28db8dac945af8ae065b862c46393b259374
tree4b7abd3bc29e733aba23bec61e69294fd5cdc20d
parente95a69cb6dce91c971bdf34a84a4026ff6b7821f
PPC: KVM: Add stubs for kvm helper functions

We have a bunch of helper functions that don't have any stubs for them in case
we don't have CONFIG_KVM enabled. That didn't bite us so far, because gcc can
optimize them out pretty well, but we should really provide them.

Signed-off-by: Alexander Graf <agraf@suse.de>
---

v1 -> v2:

   - use uint64_t for clockfreq
target-ppc/kvm_ppc.h