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


Groups > linux.kernel > #1329267 > unrolled thread

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

Started byPaolo Bonzini <pbonzini@redhat.com>
First post2016-02-08 17:20 +0100
Last post2016-02-08 17:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

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

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

FromPaolo Bonzini <pbonzini@redhat.com>
Date2016-02-08 17:20 +0100
Subject[PATCH 0/3] KVM: x86: consolidate "has lapic" checks
Message-ID<qZWHD-7Fq-13@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web