On 2014/11/20 12:53, Wu, Feng wrote:
>
>
>> -----Original Message-----
<snit>
>>> + /*
>>> + * Initialize Posted-Interrupt Descriptor
>>> + */
>>> +
>>> + pi_clear_sn(&vmx->pi_desc);
>>> + vmx->pi_desc.nv = POSTED_INTR_VECTOR;
>>> +
>>> + /* Physical mode for Notificaiton Event */
>>> + vmx->pi_desc.ndm = 0;
>>> + dest = cpu_physical_id(vmx->vcpu.cpu);
>>> +
>>> + if (x2apic_mode)
>> Hi Feng,
>> Could you try to use x2apic_enabled() here so you don't
>> need to export x2apic_mode?
>> Regards!
>> Gerry
>
> In that case, we should also export x2apic_enabled(), right?
Hi Feng,
x2apic_enabled() is a static inline function:)
Regards!
Gerry
_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu
- [PATCH 00/13] Add VT-d Posted-Interrupts support for KVM Feng Wu
- [PATCH 02/13] KVM: Initialize VT-d Posted-Interrtups ... Feng Wu
- Re: [PATCH 02/13] KVM: Initialize VT-d Posted-Int... Alex Williamson
- Re: [PATCH 02/13] KVM: Initialize VT-d Posted-Int... Jiang Liu
- RE: [PATCH 02/13] KVM: Initialize VT-d Posted... Wu, Feng
- Re: [PATCH 02/13] KVM: Initialize VT-d Po... Jiang Liu
- [PATCH 04/13] iommu/vt-d: Adjust 'struct irte' to bet... Feng Wu
- [PATCH 13/13] iommu/vt-d: Add a command line paramete... Feng Wu
- Re: several messages Thomas Gleixner
- Re: several messages Jiang Liu
- RE: several messages Wu, Feng
- Re: [PATCH 13/13] iommu/vt-d: Add a command line ... Alex Williamson
- [PATCH 01/13] iommu/vt-d: VT-d Posted-Interrupts feat... Feng Wu
- [PATCH 03/13] KVM: Add KVM_CAP_PI to detect VT-d Post... Feng Wu
