]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: get rid of pic_irqchip()
authorDavid Hildenbrand <david@redhat.com>
Fri, 7 Apr 2017 08:50:23 +0000 (10:50 +0200)
committerRadim Krčmář <rkrcmar@redhat.com>
Wed, 12 Apr 2017 18:17:13 +0000 (20:17 +0200)
commit2dcd7cdf3d413de02499947af36f735eb3f7a276
tree041243ae001c638a756d3e5146699f54605122e3
parent55d50c061943a684a2a68f4944b3fc28a62e431e
KVM: x86: get rid of pic_irqchip()

It seemed like a nice idea to encapsulate access to kvm->arch.vpic. But
as the usage is already mixed, internal locks are taken outside of i8259.c
and grepping for "vpic" only is much easier, let's just get rid of
pic_irqchip().

Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/i8259.c
arch/x86/kvm/irq.c
arch/x86/kvm/irq.h
arch/x86/kvm/irq_comm.c
arch/x86/kvm/x86.c