All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix book3s-pr KVM with preemption
@ 2011-12-09 15:26 ` Alexander Graf
  0 siblings, 0 replies; 30+ messages in thread
From: Alexander Graf @ 2011-12-09 15:26 UTC (permalink / raw)
  To: kvm-ppc; +Cc: Jörg Sommer, KVM list

So far we got away with not implementing preemption properly. However,
recently users emerged who wanted to run PREEMPT_xxx kernels, running
into issues with KVM on there.

This patch set fixes all preempt issues I've found so far with Book3S
PR KVM.

Alexander Graf (4):
  KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
  KVM: PPC: Book3s: PR: No irq_disable in vcpu_run
  KVM: PPC: Use get/set for to_svcpu to help preemption
  KVM: PPC: align vcpu_kick with x86

 arch/powerpc/include/asm/kvm_book3s.h    |   76 +++++++++++++++++++++++-------
 arch/powerpc/include/asm/kvm_book3s_32.h |    6 ++-
 arch/powerpc/include/asm/kvm_book3s_64.h |    8 +++-
 arch/powerpc/kvm/book3s_32_mmu_host.c    |   21 ++++++--
 arch/powerpc/kvm/book3s_64_mmu_host.c    |   66 +++++++++++++++++---------
 arch/powerpc/kvm/book3s_emulate.c        |    8 ++-
 arch/powerpc/kvm/book3s_pr.c             |   71 +++++++++++++++++++---------
 arch/powerpc/kvm/powerpc.c               |    7 ++-
 arch/powerpc/kvm/trace.h                 |    5 ++-
 9 files changed, 194 insertions(+), 74 deletions(-)


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2011-12-23 21:50 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 15:26 [PATCH 0/4] Fix book3s-pr KVM with preemption Alexander Graf
2011-12-09 15:26 ` Alexander Graf
2011-12-09 15:26 ` [PATCH 1/4] KVM: PPC: Book3s: PR: Disable preemption in vcpu_run Alexander Graf
2011-12-09 15:26   ` Alexander Graf
2011-12-09 18:19   ` Scott Wood
2011-12-09 18:19     ` Scott Wood
2011-12-09 23:18     ` Alexander Graf
2011-12-09 23:18       ` Alexander Graf
2011-12-13 21:15       ` Scott Wood
2011-12-13 21:15         ` Scott Wood
2011-12-09 15:26 ` [PATCH 2/4] KVM: PPC: Book3s: PR: No irq_disable " Alexander Graf
2011-12-09 15:26   ` Alexander Graf
2011-12-09 15:26 ` [PATCH 3/4] KVM: PPC: Use get/set for to_svcpu to help preemption Alexander Graf
2011-12-09 15:26   ` Alexander Graf
2011-12-09 15:26 ` [PATCH 4/4] KVM: PPC: align vcpu_kick with x86 Alexander Graf
2011-12-09 15:26   ` Alexander Graf
2011-12-09 18:19   ` Scott Wood
2011-12-09 18:19     ` Scott Wood
2011-12-09 19:10     ` Alexander Graf
2011-12-09 19:10       ` Alexander Graf
2011-12-09 19:15       ` Scott Wood
2011-12-09 19:15         ` Scott Wood
2011-12-09 23:15         ` Alexander Graf
2011-12-09 23:15           ` Alexander Graf
2011-12-12 17:32           ` Scott Wood
2011-12-12 17:32             ` Scott Wood
2011-12-23 12:56             ` Alexander Graf
2011-12-23 12:56               ` Alexander Graf
2011-12-23 21:50               ` Benjamin Herrenschmidt
2011-12-23 21:50                 ` Benjamin Herrenschmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.