commit | 90bca0529e1bc94fd36659217603e8a1c3f9ad83 | [log] [tgz] |
---|---|---|
author | David Hildenbrand <david@redhat.com> | Fri Apr 07 10:50:23 2017 +0200 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Wed Apr 12 20:17:13 2017 +0200 |
tree | 041243ae001c638a756d3e5146699f54605122e3 | |
parent | f567080bdd967fa09326442ac18826c0618fa6c9 [diff] |
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>