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


Groups > linux.kernel > #1329267

[PATCH 0/3] KVM: x86: consolidate "has lapic" checks

From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] KVM: x86: consolidate "has lapic" checks
Date 2016-02-08 17:20 +0100
Message-ID <qZWHD-7Fq-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This cleans up "has in-kernel LAPIC" checks in various ways,
especially avoiding checking things twice and providing a single
way to do the test.

Paolo

Paolo Bonzini (3):
  KVM: APIC: remove unnecessary double checks on APIC existence
  KVM: x86: consolidate "has lapic" checks into irq.c
  KVM: x86: consolidate different ways to test for in-kernel LAPIC

 arch/x86/kvm/irq.c   |  9 ++++++---
 arch/x86/kvm/irq.h   |  8 --------
 arch/x86/kvm/lapic.c | 41 ++++++++++++-----------------------------
 arch/x86/kvm/lapic.h |  8 ++++----
 arch/x86/kvm/pmu.c   |  2 +-
 arch/x86/kvm/x86.c   | 17 +++++++++--------
 6 files changed, 32 insertions(+), 53 deletions(-)

-- 
1.8.3.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 0/3] KVM: x86: consolidate "has lapic" checks Paolo Bonzini <pbonzini@redhat.com> - 2016-02-08 17:20 +0100

csiph-web