]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: SVM: internal function name cleanup
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 30 Jul 2007 10:08:05 +0000 (20:08 +1000)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:21 +0000 (10:18 +0200)
commit0e5017d4ae981b0311a3ec1ca04806a4ae7d7446
tree1181fb12dbfed7456ff007c77cdcc69ba948d2ce
parente756fc626d7d8a220864dd6bc6634d9d933650b0
KVM: SVM: internal function name cleanup

Changes some svm.c internal function names:
1) io_adress -> io_address  (de-germanify the spelling)
2) kvm_reput_irq -> reput_irq  (it's not a generic kvm function)
3) kvm_do_inject_irq -> (it's not a generic kvm function)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/svm.c