Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1242677 > unrolled thread

[PATCH v2 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race

Started byRadim Krčmář <rkrcmar@redhat.com>
First post2015-10-08 20:30 +0200
Last post2015-10-09 13:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race Radim Krčmář <rkrcmar@redhat.com> - 2015-10-08 20:30 +0200
    Re: [PATCH v2 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race Paolo Bonzini <pbonzini@redhat.com> - 2015-10-09 13:10 +0200

#1242677 — [PATCH v2 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race

FromRadim Krčmář <rkrcmar@redhat.com>
Date2015-10-08 20:30 +0200
Subject[PATCH v2 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race
Message-ID<qho70-33f-17@gated-at.bofh.it>
v2:
 * rewritten [1/2] and
 * refactored [2/2], all thanks to Paolo's comments

This problem is not fixed for split userspace part as I think that it
would be better to solve that by excluding edge interrupts from
eoi_exit_bitmap (see the next patch in kvm-list for discussion).


Radim Krčmář (2):
  kvm: x86: set KVM_REQ_EVENT when updating IRR
  KVM: x86: fix edge EOI and IOAPIC reconfig race

 arch/x86/kvm/ioapic.c | 4 +++-
 arch/x86/kvm/lapic.c  | 2 ++
 arch/x86/kvm/x86.c    | 4 +++-
 3 files changed, 8 insertions(+), 2 deletions(-)

-- 
2.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1243246

FromPaolo Bonzini <pbonzini@redhat.com>
Date2015-10-09 13:10 +0200
Message-ID<qhDIJ-i3-1@gated-at.bofh.it>
In reply to#1242677

On 08/10/2015 20:23, Radim Krčmář wrote:
> v2:
>  * rewritten [1/2] and
>  * refactored [2/2], all thanks to Paolo's comments
> 
> This problem is not fixed for split userspace part as I think that it
> would be better to solve that by excluding edge interrupts from
> eoi_exit_bitmap (see the next patch in kvm-list for discussion).

Nice patches, thanks.  Applying to kvm/queue.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web