]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename 'vm_interrupt_hostcpu()' to 'vcpu_notify_event()' because the function
authorneel <neel@FreeBSD.org>
Tue, 3 Dec 2013 00:43:31 +0000 (00:43 +0000)
committerneel <neel@FreeBSD.org>
Tue, 3 Dec 2013 00:43:31 +0000 (00:43 +0000)
commita581c446d66d684359df9582c6a14855d6e3cdb1
treee093dc29b32757625454b62ae109d5a5d20603e8
parentb07191879f76139f3566e59eff6486140b735878
Rename 'vm_interrupt_hostcpu()' to 'vcpu_notify_event()' because the function
has outgrown its original name. Originally this function simply sent an IPI
to the host cpu that a vcpu was executing on but now it does a lot more than
just that.

Reviewed by: grehan@
sys/amd64/include/vmm.h
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_lapic.c