summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-10-20 16:39:04 -0200
committerMarcelo Tosatti <mtosatti@redhat.com>2009-10-22 14:07:39 -0200
commit10ca841a95747ffb4af05d5c91ddafae98571eb2 (patch)
treeeb376dd003b905f78b1a6e0a6c5ead86a57b1e50 /kvm-all.c
parentmove tpr stuff to qemu-kvm-x86.c (diff)
downloadqemu-kvm-10ca841a95747ffb4af05d5c91ddafae98571eb2.tar.gz
qemu-kvm-10ca841a95747ffb4af05d5c91ddafae98571eb2.tar.bz2
qemu-kvm-10ca841a95747ffb4af05d5c91ddafae98571eb2.zip
use upstream kvm_vcpu_ioctl
Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'kvm-all.c')
-rw-r--r--kvm-all.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kvm-all.c b/kvm-all.c
index 5e03cd944..d02e94b08 100644
--- a/kvm-all.c
+++ b/kvm-all.c
@@ -865,7 +865,6 @@ int kvm_vm_ioctl(KVMState *s, int type, ...)
return ret;
}
-#ifdef KVM_UPSTREAM
int kvm_vcpu_ioctl(CPUState *env, int type, ...)
{
int ret;
@@ -883,8 +882,6 @@ int kvm_vcpu_ioctl(CPUState *env, int type, ...)
return ret;
}
-#endif
-
int kvm_has_sync_mmu(void)
{
#ifdef KVM_CAP_SYNC_MMU