]> git.proxmox.com Git - qemu.git/commit
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)
commit7e97cd88148876bad36ee7c66d526dcaed328d0d
treec1d6d2336e55752a85f7f9a2833f63c348fff36d
parentb8cc45d6a6f7b6607d5c55817d674f3e5f92ff70
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