All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: KVM list <kvm@vger.kernel.org>
Cc: kvm-ppc@vger.kernel.org, Avi Kivity <avi@redhat.com>,
	Marcelo Tossati <mtosatti@redhat.com>
Subject: [PULL 0/9] ppc patch queue 2012-07-11
Date: Wed, 11 Jul 2012 02:56:35 +0200	[thread overview]
Message-ID: <1341968204-6756-1-git-send-email-agraf@suse.de> (raw)

Hi Avi,

This is my current patch queue for ppc. Please pull.

It contains the following changes:

  * VERY IMPORTANT (please forward to -stable):
    Fix H_CEDE with PR KVM and newer guest kernels
  * Prepare some of the booke code for 64 bit support
  * BookE: Fix ESR flag in DSI
  * BookE: Add rfci emulation
  * Book3S HV: Fix locks (should be in your tree already?)

Alex


The following changes since commit 5cfc2aabcb282f4554e7086c9893b386ad6ba9d4:
  Rik van Riel (1):
        KVM: handle last_boosted_vcpu = 0 case

are available in the git repository at:

  git://github.com/agraf/linux-2.6.git for-upstream

Benjamin Herrenschmidt (1):
      powerpc/kvm: Fix "PR" KVM implementation of H_CEDE

Bharat Bhushan (3):
      booke/bookehv: Add host crit-watchdog exception support
      booke: Added crit/mc exception handler for e500v2
      KVM: PPC: Critical interrupt emulation support

Mihai Caraman (3):
      KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
      KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
      KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page

Varun Sethi (1):
      KVM: PPC: bookehv64: Add support for std/ld emulation.

 arch/powerpc/include/asm/hw_irq.h     |    2 +
 arch/powerpc/kvm/book3s_hv.c          |   96 ++++++++++++++++++++++----------
 arch/powerpc/kvm/book3s_pr_papr.c     |    1 +
 arch/powerpc/kvm/booke.c              |   21 +++++++
 arch/powerpc/kvm/booke_emulate.c      |   25 +++++++++
 arch/powerpc/kvm/booke_interrupts.S   |   55 +++++++++----------
 arch/powerpc/kvm/bookehv_interrupts.S |    2 +-
 arch/powerpc/kvm/e500mc.c             |    8 ++-
 arch/powerpc/kvm/emulate.c            |   16 ++++++
 9 files changed, 165 insertions(+), 61 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Alexander Graf <agraf@suse.de>
To: KVM list <kvm@vger.kernel.org>
Cc: kvm-ppc@vger.kernel.org, Avi Kivity <avi@redhat.com>,
	Marcelo Tossati <mtosatti@redhat.com>
Subject: [PULL 0/9] ppc patch queue 2012-07-11
Date: Wed, 11 Jul 2012 00:56:35 +0000	[thread overview]
Message-ID: <1341968204-6756-1-git-send-email-agraf@suse.de> (raw)

Hi Avi,

This is my current patch queue for ppc. Please pull.

It contains the following changes:

  * VERY IMPORTANT (please forward to -stable):
    Fix H_CEDE with PR KVM and newer guest kernels
  * Prepare some of the booke code for 64 bit support
  * BookE: Fix ESR flag in DSI
  * BookE: Add rfci emulation
  * Book3S HV: Fix locks (should be in your tree already?)

Alex


The following changes since commit 5cfc2aabcb282f4554e7086c9893b386ad6ba9d4:
  Rik van Riel (1):
        KVM: handle last_boosted_vcpu = 0 case

are available in the git repository at:

  git://github.com/agraf/linux-2.6.git for-upstream

Benjamin Herrenschmidt (1):
      powerpc/kvm: Fix "PR" KVM implementation of H_CEDE

Bharat Bhushan (3):
      booke/bookehv: Add host crit-watchdog exception support
      booke: Added crit/mc exception handler for e500v2
      KVM: PPC: Critical interrupt emulation support

Mihai Caraman (3):
      KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
      KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
      KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page

Varun Sethi (1):
      KVM: PPC: bookehv64: Add support for std/ld emulation.

 arch/powerpc/include/asm/hw_irq.h     |    2 +
 arch/powerpc/kvm/book3s_hv.c          |   96 ++++++++++++++++++++++----------
 arch/powerpc/kvm/book3s_pr_papr.c     |    1 +
 arch/powerpc/kvm/booke.c              |   21 +++++++
 arch/powerpc/kvm/booke_emulate.c      |   25 +++++++++
 arch/powerpc/kvm/booke_interrupts.S   |   55 +++++++++----------
 arch/powerpc/kvm/bookehv_interrupts.S |    2 +-
 arch/powerpc/kvm/e500mc.c             |    8 ++-
 arch/powerpc/kvm/emulate.c            |   16 ++++++
 9 files changed, 165 insertions(+), 61 deletions(-)

             reply	other threads:[~2012-07-11  0:56 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11  0:56 Alexander Graf [this message]
2012-07-11  0:56 ` [PULL 0/9] ppc patch queue 2012-07-11 Alexander Graf
2012-07-11  0:56 ` [PATCH 1/9] KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 2/9] booke/bookehv: Add host crit-watchdog exception support Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 3/9] booke: Added crit/mc exception handler for e500v2 Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 4/9] KVM: PPC: bookehv64: Add support for std/ld emulation Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 5/9] KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 6/9] KVM: PPC64: booke: Set interrupt computation mode for 64-bit host Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 7/9] KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 8/9] KVM: PPC: Critical interrupt emulation support Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  0:56 ` [PATCH 9/9] powerpc/kvm: Fix "PR" KVM implementation of H_CEDE Alexander Graf
2012-07-11  0:56   ` Alexander Graf
2012-07-11  8:37 ` [PULL 0/9] ppc patch queue 2012-07-11 Avi Kivity
2012-07-11  8:37   ` Avi Kivity
2012-07-11  8:38 ` Avi Kivity
2012-07-11  8:38   ` Avi Kivity
2012-07-15  9:43 ` Avi Kivity
2012-07-15  9:43   ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1341968204-6756-1-git-send-email-agraf@suse.de \
    --to=agraf@suse.de \
    --cc=avi@redhat.com \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.