All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: Paul Mackerras <paulus@samba.org>
Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH v2 00/12] Remaining improvements for HV KVM
Date: Wed, 15 Apr 2015 20:16:41 +0000	[thread overview]
Message-ID: <552EC729.5030607@suse.de> (raw)
In-Reply-To: <20150414115605.GB8702@iris.ozlabs.ibm.com>



On 14.04.15 13:56, Paul Mackerras wrote:
> On Thu, Apr 09, 2015 at 12:57:58AM +0200, Alexander Graf wrote:
>> On 03/28/2015 04:21 AM, Paul Mackerras wrote:
>>> This is the rest of my current patch queue for HV KVM on PPC.  This
>>> series is based on Alex Graf's kvm-ppc-queue branch.  The only change
>> >from the previous version of this series is that patch 2 has been
>>> updated to take account of the timebase offset.
>>>
>>> The last patch in this series needs a definition of PPC_MSGCLR that is
>>> added by the patch "powerpc/powernv: Fixes for hypervisor doorbell
>>> handling", which has now gone upstream into Linus' tree as commit
>>> 755563bc79c7 via the linuxppc-dev mailing list.  Alex, how do you want
>>> to handle that?  You could pull in the master branch of the kvm tree,
>>> which includes 755563bc79c7, or you could cherry-pick 755563bc79c7 and
>>> let the subsequent merge fix it up.
>>
>> I've just cherry-picked it for now since it still lives in my queue, so it
>> will get thrown out automatically once I rebase on next if it's included in
>> there.
>>
>> Paolo / Marcelo, could you please try to somehow get the commit above into
>> the next branch somehow? I guess the easiest would be to merge linus/master
>> into kvm/next.
>>
>> Thanks, applied all to kvm-ppc-queue.
> 
> Did you forget to push it out or something?  Your kvm-ppc-queue branch
> is still at 4.0-rc1 as far as I can see.

Oops, not sure how that happened. Does it show up correctly for you now?


Alex

WARNING: multiple messages have this Message-ID (diff)
From: Alexander Graf <agraf@suse.de>
To: Paul Mackerras <paulus@samba.org>
Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [PATCH v2 00/12] Remaining improvements for HV KVM
Date: Wed, 15 Apr 2015 22:16:41 +0200	[thread overview]
Message-ID: <552EC729.5030607@suse.de> (raw)
In-Reply-To: <20150414115605.GB8702@iris.ozlabs.ibm.com>



On 14.04.15 13:56, Paul Mackerras wrote:
> On Thu, Apr 09, 2015 at 12:57:58AM +0200, Alexander Graf wrote:
>> On 03/28/2015 04:21 AM, Paul Mackerras wrote:
>>> This is the rest of my current patch queue for HV KVM on PPC.  This
>>> series is based on Alex Graf's kvm-ppc-queue branch.  The only change
>> >from the previous version of this series is that patch 2 has been
>>> updated to take account of the timebase offset.
>>>
>>> The last patch in this series needs a definition of PPC_MSGCLR that is
>>> added by the patch "powerpc/powernv: Fixes for hypervisor doorbell
>>> handling", which has now gone upstream into Linus' tree as commit
>>> 755563bc79c7 via the linuxppc-dev mailing list.  Alex, how do you want
>>> to handle that?  You could pull in the master branch of the kvm tree,
>>> which includes 755563bc79c7, or you could cherry-pick 755563bc79c7 and
>>> let the subsequent merge fix it up.
>>
>> I've just cherry-picked it for now since it still lives in my queue, so it
>> will get thrown out automatically once I rebase on next if it's included in
>> there.
>>
>> Paolo / Marcelo, could you please try to somehow get the commit above into
>> the next branch somehow? I guess the easiest would be to merge linus/master
>> into kvm/next.
>>
>> Thanks, applied all to kvm-ppc-queue.
> 
> Did you forget to push it out or something?  Your kvm-ppc-queue branch
> is still at 4.0-rc1 as far as I can see.

Oops, not sure how that happened. Does it show up correctly for you now?


Alex

  reply	other threads:[~2015-04-15 20:16 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-28  3:21 [PATCH v2 00/12] Remaining improvements for HV KVM Paul Mackerras
2015-03-28  3:21 ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 01/12] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 02/12] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 03/12] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 04/12] KVM: PPC: Book3S HV: Minor cleanups Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 05/12] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 06/12] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 07/12] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 08/12] KVM: PPC: Book3S HV: Use decrementer to wake napping threads Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 09/12] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 10/12] KVM: PPC: Book3S HV: Streamline guest entry and exit Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 11/12] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-03-28  3:21 ` [PATCH 12/12] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8 Paul Mackerras
2015-03-28  3:21   ` Paul Mackerras
2015-04-08 22:57 ` [PATCH v2 00/12] Remaining improvements for HV KVM Alexander Graf
2015-04-08 22:57   ` Alexander Graf
2015-04-09  8:49   ` Paolo Bonzini
2015-04-09  8:49     ` Paolo Bonzini
2015-04-15 20:19     ` Alexander Graf
2015-04-15 20:19       ` Alexander Graf
2015-04-16  9:20       ` Paolo Bonzini
2015-04-16  9:20         ` Paolo Bonzini
2015-04-14 11:56   ` Paul Mackerras
2015-04-14 11:56     ` Paul Mackerras
2015-04-15 20:16     ` Alexander Graf [this message]
2015-04-15 20:16       ` Alexander Graf
2015-04-22  6:09       ` Paul Mackerras
2015-04-22  6:09         ` 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=552EC729.5030607@suse.de \
    --to=agraf@suse.de \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=paulus@samba.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.