summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlauber Costa <glommer@redhat.com>2009-07-24 13:46:37 -0400
committerAvi Kivity <avi@redhat.com>2009-08-04 11:35:48 +0300
commitb7e0dba1a864767ad5836f944f3d6dd89ebcdc7a (patch)
treeb45ed0a2c720f0c81af16173c27bcb48124c0dd7 /qemu-kvm-ia64.c
parentUse kvm_has_sync_mmu from upstream (diff)
downloadqemu-kvm-b7e0dba1a864767ad5836f944f3d6dd89ebcdc7a.tar.gz
qemu-kvm-b7e0dba1a864767ad5836f944f3d6dd89ebcdc7a.tar.bz2
qemu-kvm-b7e0dba1a864767ad5836f944f3d6dd89ebcdc7a.zip
Remove useless wrappers around functions
Some more cleanup from the libkvm era. Functions that starts with kvm_qemu_yyy just to wrap a kvm_yyy. I'm removing it, and changing the name of one of them to match upstream. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'qemu-kvm-ia64.c')
-rw-r--r--qemu-kvm-ia64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-kvm-ia64.c b/qemu-kvm-ia64.c
index b8a2587c2..062fbd48b 100644
--- a/qemu-kvm-ia64.c
+++ b/qemu-kvm-ia64.c
@@ -25,7 +25,7 @@ void kvm_arch_save_regs(CPUState *env)
{
}
-int kvm_arch_qemu_init_env(CPUState *cenv)
+int kvm_arch_init_vcpu(CPUState *cenv)
{
return 0;
}