public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull powerpc KVM fixes
@ 2012-04-03 12:03 Paul Mackerras
  2012-04-03 12:22 ` Paul Mackerras
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Mackerras @ 2012-04-03 12:03 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm, kvm-ppc

Avi,

The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad:

  KVM: PPC: Book3S: PR: Fix preemption (2012-04-03 16:42:39 +1000)

are available in the git repository at:

  git://github.com/paulusmack/linux tags/powerpc-fixes

for you to fetch changes up to 592f5d87b3feee9d60411f19d583038c0c7670ad:

  KVM: PPC: Book3S: PR: Fix preemption (2012-04-03 16:42:39 +1000)

----------------------------------------------------------------
Five fixes for bugs that have crept in to the powerpc KVM implementations.
These are all small simple patches that only affect arch/powerpc/kvm.
They come from the series that Alex Graf put together but which was too
late for the 3.4 merge window.

----------------------------------------------------------------

Please pull these and send them to Linus for inclusion in 3.4.

The powerpc-fixes tag is a signed tag, signed with my signing key
with ID 05F66CE9.

Thanks,
Paul.

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

* Re: [GIT PULL] Please pull powerpc KVM fixes
  2012-04-03 12:03 [GIT PULL] Please pull powerpc KVM fixes Paul Mackerras
@ 2012-04-03 12:22 ` Paul Mackerras
  2012-04-03 14:10   ` Avi Kivity
  2012-04-05 16:05   ` Avi Kivity
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Mackerras @ 2012-04-03 12:22 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm, kvm-ppc

On Tue, Apr 03, 2012 at 10:03:05PM +1000, Paul Mackerras wrote:
> 
> The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad:

OK, I messed up the git request-pull command.  The request should have
looked like this:

The following changes since commit b1a808ff436343956a6ae63178ea1810c5e5a3a1:

  Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi (2012-04-02 09:50:40 -0700)

are available in the git repository at:


  git://github.com/paulusmack/linux tags/powerpc-fixes

for you to fetch changes up to 592f5d87b3feee9d60411f19d583038c0c7670ad:

  KVM: PPC: Book3S: PR: Fix preemption (2012-04-03 16:42:39 +1000)

----------------------------------------------------------------
Five fixes for bugs that have crept in to the powerpc KVM implementations.
These are all small simple patches that only affect arch/powerpc/kvm.
They come from the series that Alex Graf put together but which was too
late for the 3.4 merge window.

----------------------------------------------------------------
Alexander Graf (3):
      KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access code
      KVM: PPC: Save/Restore CR over vcpu_run
      KVM: PPC: Book3S: PR: Fix preemption

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
      KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry

 arch/powerpc/kvm/book3s_hv_builtin.c    |    9 +++++----
 arch/powerpc/kvm/book3s_hv_interrupts.S |    8 ++++++--
 arch/powerpc/kvm/book3s_interrupts.S    |    7 +++++++
 arch/powerpc/kvm/book3s_pr.c            |    9 +++++----
 arch/powerpc/kvm/booke_interrupts.S     |    7 ++++++-
 5 files changed, 29 insertions(+), 11 deletions(-)

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

* Re: [GIT PULL] Please pull powerpc KVM fixes
  2012-04-03 12:22 ` Paul Mackerras
@ 2012-04-03 14:10   ` Avi Kivity
  2012-04-05 16:05   ` Avi Kivity
  1 sibling, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2012-04-03 14:10 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: kvm, kvm-ppc

On 04/03/2012 03:22 PM, Paul Mackerras wrote:
> On Tue, Apr 03, 2012 at 10:03:05PM +1000, Paul Mackerras wrote:
> > 
> > The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad:
>
> OK, I messed up the git request-pull command.  The request should have
> looked like this:
>
> The following changes since commit b1a808ff436343956a6ae63178ea1810c5e5a3a1:
>
>   Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi (2012-04-02 09:50:40 -0700)
>
> are available in the git repository at:
>
>
>   git://github.com/paulusmack/linux tags/powerpc-fixes
>
> for you to fetch changes up to 592f5d87b3feee9d60411f19d583038c0c7670ad:
>
>   KVM: PPC: Book3S: PR: Fix preemption (2012-04-03 16:42:39 +1000)
>
> ----------------------------------------------------------------
> Five fixes for bugs that have crept in to the powerpc KVM implementations.
> These are all small simple patches that only affect arch/powerpc/kvm.
> They come from the series that Alex Graf put together but which was too
> late for the 3.4 merge window.
>
>

Thanks, pulled into kvm-updates/3.4.  Will post upstream after adding
x86 fixes.

-- 
error compiling committee.c: too many arguments to function

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

* Re: [GIT PULL] Please pull powerpc KVM fixes
  2012-04-03 12:22 ` Paul Mackerras
  2012-04-03 14:10   ` Avi Kivity
@ 2012-04-05 16:05   ` Avi Kivity
  1 sibling, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2012-04-05 16:05 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: kvm, kvm-ppc

On 04/03/2012 03:22 PM, Paul Mackerras wrote:
> On Tue, Apr 03, 2012 at 10:03:05PM +1000, Paul Mackerras wrote:
> > 
> > The following changes since commit 592f5d87b3feee9d60411f19d583038c0c7670ad:
>
> OK, I messed up the git request-pull command.  The request should have
> looked like this:
>
> The following changes since commit b1a808ff436343956a6ae63178ea1810c5e5a3a1:
>
>   Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsi (2012-04-02 09:50:40 -0700)
>
> are available in the git repository at:
>
>
>   git://github.com/paulusmack/linux tags/powerpc-fixes
>
>

Thanks, pulled, will push shortly.

-- 
error compiling committee.c: too many arguments to function


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

end of thread, other threads:[~2012-04-05 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 12:03 [GIT PULL] Please pull powerpc KVM fixes Paul Mackerras
2012-04-03 12:22 ` Paul Mackerras
2012-04-03 14:10   ` Avi Kivity
2012-04-05 16:05   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox