Il 24/09/2014 09:57, Tang Chen ha scritto: > if (!is_guest_mode(vcpu) || > !(vmx->nested.current_vmcs12->secondary_vm_exec_control & > SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES)) Actually, this needs to use nested_cpu_has2 (in case the secondary controls are disabled). I fixed that for you. Thanks! Paolo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html