]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add ioctls to control the X2APIC capability exposed by the virtual machine to
authorneel <neel@FreeBSD.org>
Tue, 25 Sep 2012 19:08:51 +0000 (19:08 +0000)
committerneel <neel@FreeBSD.org>
Tue, 25 Sep 2012 19:08:51 +0000 (19:08 +0000)
commitebdd69568d7fa97153aa47a86afe367476a0a1de
treeb73faadf3ccee979f76090f7f988fe5e700627d7
parentc34be7b811ad199e64f66db339e7f64c773ca0a7
Add ioctls to control the X2APIC capability exposed by the virtual machine to
the guest.

At the moment this simply sets the state in the 'vcpu' instance but there is
no code that acts upon these settings.
lib/libvmmapi/vmmapi.c
lib/libvmmapi/vmmapi.h
sys/amd64/include/vmm.h
sys/amd64/include/vmm_dev.h
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_dev.c
usr.sbin/vmmctl/vmmctl.c