Paolo Bonzini wrote on 2013-03-26:
> Il 22/03/2013 06:24, Yang Zhang ha scritto:
>> +    vector = ioapic->redirtbl[RTC_GSI].fields.vector;
>> +    kvm_for_each_vcpu(i, vcpu, ioapic->kvm) {
>> +            if (kvm_apic_pending_eoi(vcpu, vector)) {
>> +                    pending_eoi++;
>> +                    set_bit(vcpu->vcpu_id, ioapic->rtc_status.dest_map);
> 
> Also, __set_bit.  If I understand correctly, dest_map is protected by
> the ioapic spinlock.
Yes, I already see it and changed it in version 7.

Best regards,
Yang


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to