Refactor kvm&tcg function names in cpus.c
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 7 Feb 2011 11:19:12 +0000 (12:19 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 14 Feb 2011 14:39:46 +0000 (12:39 -0200)
commit15e74ec4f25a8387f1bae7c9eaa753c018e7d6f7
treec1d6d2336e55752a85f7f9a2833f63c348fff36d
parentfe23ce0fb6fdc2da912bf607a0aa36fd7999a8f0
Refactor kvm&tcg function names in cpus.c

Pure interface cosmetics: Ensure that only kvm core services (as
declared in kvm.h) start with "kvm_". Prepend "qemu_" to those that
violate this rule in cpus.c. Also rename the corresponding tcg functions
for the sake of consistency.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
cpus.c