vm_set_x2apic_state
int vm_set_x2apic_state(struct vcpu *vcpu, enum x2apic_state s);
int vm_set_x2apic_state(struct vcpu *vcpu, enum x2apic_state state);
vm_set_x2apic_state(vcpu, X2APIC_DISABLED);
error = vm_set_x2apic_state(vcpu, x2apic->state);
err = vm_set_x2apic_state(vcpu, X2APIC_ENABLED);
err = vm_set_x2apic_state(vcpu, X2APIC_DISABLED);
error = vm_set_x2apic_state(vcpu, x2apic_state);