All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@ozlabs.org>
To: Paolo Bonzini <pbonzini@redhat.com>,
	Alexander Graf <agraf@suse.de>,
	kvm-ppc@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] Please pull my kvm-ppc-next branch
Date: Mon, 26 Oct 2015 04:17:21 +0000	[thread overview]
Message-ID: <20151026041721.GA7687@iris.ozlabs.ibm.com> (raw)
In-Reply-To: <20150905074554.GA6779@fergus.ozlabs.ibm.com>

Paolo,

Here is my current patch queue for KVM on PPC.  There's nothing much
in the way of new features this time; it's mostly bug fixes, plus
Nikunj has implemented support for KVM_CAP_NR_MEMSLOTS.  These are
intended for the "next" branch of the KVM tree.  Please pull.

Thanks,
Paul.

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next

for you to fetch changes up to 70aa3961a196ac32baf54032b2051bac9a941118:

  KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path (2015-10-21 16:31:52 +1100)

----------------------------------------------------------------
Andrzej Hajda (1):
      KVM: PPC: e500: fix handling local_sid_lookup result

Gautham R. Shenoy (1):
      KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path

Mahesh Salgaonkar (1):
      KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCE

Nikunj A Dadhania (1):
      KVM: PPC: Implement extension to report number of memslots

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl
      KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEs

Tudor Laurentiu (3):
      powerpc/e6500: add TMCFG0 register definition
      KVM: PPC: e500: Emulate TMCFG0 TMRN register
      KVM: PPC: e500: fix couple of shift operations on 64 bits

 arch/powerpc/include/asm/disassemble.h  |  5 +++++
 arch/powerpc/include/asm/reg_booke.h    |  6 ++++++
 arch/powerpc/kvm/book3s_64_mmu_hv.c     |  3 ++-
 arch/powerpc/kvm/book3s_hv_rm_mmu.c     |  2 ++
 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 29 ++++++++++++++++++++++-------
 arch/powerpc/kvm/e500.c                 |  3 ++-
 arch/powerpc/kvm/e500_emulate.c         | 19 +++++++++++++++++++
 arch/powerpc/kvm/e500_mmu_host.c        |  4 ++--
 arch/powerpc/kvm/powerpc.c              |  3 +++
 9 files changed, 63 insertions(+), 11 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Paul Mackerras <paulus@ozlabs.org>
To: Paolo Bonzini <pbonzini@redhat.com>,
	Alexander Graf <agraf@suse.de>,
	kvm-ppc@vger.kernel.org, kvm@vger.kernel.org
Subject: [GIT PULL] Please pull my kvm-ppc-next branch
Date: Mon, 26 Oct 2015 15:17:21 +1100	[thread overview]
Message-ID: <20151026041721.GA7687@iris.ozlabs.ibm.com> (raw)

Paolo,

Here is my current patch queue for KVM on PPC.  There's nothing much
in the way of new features this time; it's mostly bug fixes, plus
Nikunj has implemented support for KVM_CAP_NR_MEMSLOTS.  These are
intended for the "next" branch of the KVM tree.  Please pull.

Thanks,
Paul.

The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c:

  Linux 4.3-rc3 (2015-09-27 07:50:08 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next

for you to fetch changes up to 70aa3961a196ac32baf54032b2051bac9a941118:

  KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path (2015-10-21 16:31:52 +1100)

----------------------------------------------------------------
Andrzej Hajda (1):
      KVM: PPC: e500: fix handling local_sid_lookup result

Gautham R. Shenoy (1):
      KVM: PPC: Book3S HV: Handle H_DOORBELL on the guest exit path

Mahesh Salgaonkar (1):
      KVM: PPC: Book3S HV: Deliver machine check with MSR(RI=0) to guest as MCE

Nikunj A Dadhania (1):
      KVM: PPC: Implement extension to report number of memslots

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl
      KVM: PPC: Book3S HV: Make H_REMOVE return correct HPTE value for absent HPTEs

Tudor Laurentiu (3):
      powerpc/e6500: add TMCFG0 register definition
      KVM: PPC: e500: Emulate TMCFG0 TMRN register
      KVM: PPC: e500: fix couple of shift operations on 64 bits

 arch/powerpc/include/asm/disassemble.h  |  5 +++++
 arch/powerpc/include/asm/reg_booke.h    |  6 ++++++
 arch/powerpc/kvm/book3s_64_mmu_hv.c     |  3 ++-
 arch/powerpc/kvm/book3s_hv_rm_mmu.c     |  2 ++
 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 29 ++++++++++++++++++++++-------
 arch/powerpc/kvm/e500.c                 |  3 ++-
 arch/powerpc/kvm/e500_emulate.c         | 19 +++++++++++++++++++
 arch/powerpc/kvm/e500_mmu_host.c        |  4 ++--
 arch/powerpc/kvm/powerpc.c              |  3 +++
 9 files changed, 63 insertions(+), 11 deletions(-)

  parent reply	other threads:[~2015-10-26  4:17 UTC|newest]

Thread overview: 101+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-05  7:45 [GIT PULL] Please pull my kvm-ppc-next branch Paul Mackerras
2015-09-05  7:45 ` Paul Mackerras
2015-09-07  8:29 ` Paolo Bonzini
2015-09-07  8:29   ` Paolo Bonzini
2015-10-26  4:17 ` Paul Mackerras [this message]
2015-10-26  4:17   ` Paul Mackerras
2015-11-02 12:53   ` Paolo Bonzini
2015-11-02 12:53     ` Paolo Bonzini
2016-01-15 10:35 ` Paul Mackerras
2016-01-15 10:35   ` Paul Mackerras
2016-01-15 16:49   ` Paolo Bonzini
2016-01-15 16:49     ` Paolo Bonzini
2016-03-03  2:38 ` Paul Mackerras
2016-03-03  2:38   ` Paul Mackerras
2016-03-03 13:46   ` Paolo Bonzini
2016-03-03 13:46     ` Paolo Bonzini
2016-05-13  5:23 ` Paul Mackerras
2016-05-13  5:23   ` Paul Mackerras
2016-05-13  7:44   ` Christian Borntraeger
2016-05-13  7:44     ` Christian Borntraeger
2016-05-13  8:24     ` Paul Mackerras
2016-05-13  8:24       ` Paul Mackerras
2016-07-11 15:46 ` Paul Mackerras
2016-07-11 15:46   ` Paul Mackerras
2016-07-11 16:11   ` Paolo Bonzini
2016-07-11 16:11     ` Paolo Bonzini
2016-09-13  4:58 ` Paul Mackerras
2016-09-13  4:58   ` Paul Mackerras
2016-09-13 13:10   ` Paolo Bonzini
2016-09-13 13:10     ` Paolo Bonzini
2016-09-28  4:46 ` Paul Mackerras
2016-09-28  4:46   ` Paul Mackerras
2016-09-29 14:46   ` Radim Krčmář
2016-09-29 14:46     ` Radim Krčmář
2016-09-29 20:00   ` Thomas Huth
2016-09-29 20:00     ` Thomas Huth
2016-11-28 22:53 ` Paul Mackerras
2016-11-28 22:53   ` Paul Mackerras
2016-11-30 17:25   ` Radim Krčmář
2016-11-30 17:25     ` Radim Krčmář
2016-12-06  9:35 ` Paul Mackerras
2016-12-06  9:35   ` Paul Mackerras
2016-12-06 13:50   ` Radim Krčmář
2016-12-06 13:50     ` Radim Krčmář
2017-02-01  9:24 ` Paul Mackerras
2017-02-01  9:24   ` Paul Mackerras
2017-02-07 17:17   ` Paolo Bonzini
2017-02-07 17:17     ` Paolo Bonzini
2017-04-19 11:01 ` Paul Mackerras
2017-04-19 11:01   ` Paul Mackerras
2017-04-19 12:32   ` Alexey Kardashevskiy
2017-04-19 12:32     ` Alexey Kardashevskiy
2017-04-20  1:28     ` Paul Mackerras
2017-04-20  1:28       ` Paul Mackerras
2017-04-21  7:52 ` Paul Mackerras
2017-04-21  7:52   ` Paul Mackerras
2017-04-21 10:28   ` Paolo Bonzini
2017-04-21 10:28     ` Paolo Bonzini
2017-04-29  0:25 ` [GIT PULL] Please pull my kvm-ppc-next branch again Paul Mackerras
2017-04-29  0:25   ` Paul Mackerras
2017-04-29 12:39   ` Paolo Bonzini
2017-04-29 12:39     ` Paolo Bonzini
2017-05-06 10:02     ` Paul Mackerras
2017-05-06 10:02       ` Paul Mackerras
2017-05-06 15:22       ` Paolo Bonzini
2017-05-06 15:22         ` Paolo Bonzini
2017-05-08  3:31         ` Paul Mackerras
2017-05-08  3:31           ` Paul Mackerras
2017-05-08  7:28           ` Paolo Bonzini
2017-05-08  7:28             ` Paolo Bonzini
2017-05-08 13:39             ` Paolo Bonzini
2017-05-08 13:39               ` Paolo Bonzini
2017-05-09  1:09               ` Paul Mackerras
2017-05-09  1:09                 ` Paul Mackerras
2017-05-09  2:03               ` Michael Ellerman
2017-05-09  2:03                 ` Michael Ellerman
2017-05-09  2:17                 ` Linus Torvalds
2017-05-09  2:17                   ` Linus Torvalds
2017-05-09  9:24                   ` Paolo Bonzini
2017-05-09  9:24                     ` Paolo Bonzini
2017-05-09 13:31                     ` Benjamin Herrenschmidt
2017-05-09 13:31                       ` Benjamin Herrenschmidt
2017-05-09 13:53                       ` Paolo Bonzini
2017-05-09 13:53                         ` Paolo Bonzini
2017-05-11  6:33                         ` Michael Ellerman
2017-05-11  6:33                           ` Michael Ellerman
2017-05-09 23:31                     ` Paul Mackerras
2017-05-09 23:31                       ` Paul Mackerras
2017-05-11  6:28                     ` Michael Ellerman
2017-05-11  6:28                       ` Michael Ellerman
2017-05-11  6:37                   ` Michael Ellerman
2017-05-11  6:37                     ` Michael Ellerman
2017-07-02  7:11 ` [GIT PULL] Please pull my kvm-ppc-next branch Paul Mackerras
2017-07-02  7:11   ` Paul Mackerras
2017-09-01  6:36 ` Paul Mackerras
2017-09-01  6:36   ` Paul Mackerras
2017-11-02  6:54 ` Paul Mackerras
2017-11-02  6:54   ` Paul Mackerras
2017-11-02 17:16   ` Paolo Bonzini
2017-11-02 17:16     ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2017-02-19 23:25 Paul Mackerras

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=20151026041721.GA7687@iris.ozlabs.ibm.com \
    --to=paulus@ozlabs.org \
    --cc=agraf@suse.de \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@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.