From: Gleb Natapov <gleb@redhat.com>
To: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Cc: jeremy@goop.org, kvm@vger.kernel.org, linux-doc@vger.kernel.org,
peterz@infradead.org, riel@redhat.com,
virtualization@lists.linux-foundation.org, andi@firstfloor.org,
hpa@zytor.com, x86@kernel.org, mingo@redhat.com,
habanero@linux.vnet.ibm.com, drjones@redhat.com,
konrad.wilk@oracle.com, ouyang@cs.pitt.edu, avi.kivity@gmail.com,
tglx@linutronix.de, chegu_vinod@hp.com,
linux-kernel@vger.kernel.org, srivatsa.vaddagiri@gmail.com,
pbonzini@redhat.com, torvalds@linux-foundation.org
Subject: Re: [PATCH V13 0/4] Paravirtualized ticket spinlocks for KVM host
Date: Mon, 26 Aug 2013 13:04:01 +0300 [thread overview]
Message-ID: <20130826100401.GZ8218@redhat.com> (raw)
In-Reply-To: <1377506916-26946-1-git-send-email-raghavendra.kt@linux.vnet.ibm.com>
On Mon, Aug 26, 2013 at 02:18:32PM +0530, Raghavendra K T wrote:
>
> This series forms the kvm host part of paravirtual spinlock
> based against kvm tree.
>
> Please refer to https://lkml.org/lkml/2013/8/9/265 for
> kvm guest and Xen, x86 part merged to -tip spinlocks.
>
> Please note that:
> kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi is a common patch
> for both guest and host.
>
Thanks, applied. The patchset is not against kvm.git queue though, so I
had to fix one minor conflict manually.
> Changes since V12:
> fold the patch 3 into patch 2 for bisection. (Eric Northup)
>
> Raghavendra K T (3):
> kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi
> kvm hypervisor: Simplify kvm_for_each_vcpu with
> kvm_irq_delivery_to_apic
> Documentation/kvm : Add documentation on Hypercalls and features used
> for PV spinlock
>
> Srivatsa Vaddagiri (1):
> kvm hypervisor : Add a hypercall to KVM hypervisor to support
> pv-ticketlocks
>
> Documentation/virtual/kvm/cpuid.txt | 4 ++++
> Documentation/virtual/kvm/hypercalls.txt | 14 ++++++++++++++
> arch/x86/include/asm/kvm_host.h | 5 +++++
> arch/x86/include/uapi/asm/kvm_para.h | 1 +
> arch/x86/kvm/cpuid.c | 3 ++-
> arch/x86/kvm/lapic.c | 5 ++++-
> arch/x86/kvm/x86.c | 31 ++++++++++++++++++++++++++++++-
> include/uapi/linux/kvm_para.h | 1 +
> 8 files changed, 61 insertions(+), 3 deletions(-)
>
> --
> 1.7.11.7
--
Gleb.
WARNING: multiple messages have this Message-ID (diff)
From: Gleb Natapov <gleb@redhat.com>
To: Raghavendra K T <raghavendra.kt@linux.vnet.ibm.com>
Cc: mingo@redhat.com, hpa@zytor.com, x86@kernel.org,
pbonzini@redhat.com, jeremy@goop.org, konrad.wilk@oracle.com,
peterz@infradead.org, tglx@linutronix.de, agraf@suse.de,
digitaleric@google.com, riel@redhat.com, avi.kivity@gmail.com,
habanero@linux.vnet.ibm.com, chegu_vinod@hp.com,
ouyang@cs.pitt.edu, drjones@redhat.com,
linux-doc@vger.kernel.org, torvalds@linux-foundation.org,
linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
andi@firstfloor.org, virtualization@lists.linux-foundation.org,
mtosatti@redhat.com, srivatsa.vaddagiri@gmail.com
Subject: Re: [PATCH V13 0/4] Paravirtualized ticket spinlocks for KVM host
Date: Mon, 26 Aug 2013 13:04:01 +0300 [thread overview]
Message-ID: <20130826100401.GZ8218@redhat.com> (raw)
In-Reply-To: <1377506916-26946-1-git-send-email-raghavendra.kt@linux.vnet.ibm.com>
On Mon, Aug 26, 2013 at 02:18:32PM +0530, Raghavendra K T wrote:
>
> This series forms the kvm host part of paravirtual spinlock
> based against kvm tree.
>
> Please refer to https://lkml.org/lkml/2013/8/9/265 for
> kvm guest and Xen, x86 part merged to -tip spinlocks.
>
> Please note that:
> kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi is a common patch
> for both guest and host.
>
Thanks, applied. The patchset is not against kvm.git queue though, so I
had to fix one minor conflict manually.
> Changes since V12:
> fold the patch 3 into patch 2 for bisection. (Eric Northup)
>
> Raghavendra K T (3):
> kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi
> kvm hypervisor: Simplify kvm_for_each_vcpu with
> kvm_irq_delivery_to_apic
> Documentation/kvm : Add documentation on Hypercalls and features used
> for PV spinlock
>
> Srivatsa Vaddagiri (1):
> kvm hypervisor : Add a hypercall to KVM hypervisor to support
> pv-ticketlocks
>
> Documentation/virtual/kvm/cpuid.txt | 4 ++++
> Documentation/virtual/kvm/hypercalls.txt | 14 ++++++++++++++
> arch/x86/include/asm/kvm_host.h | 5 +++++
> arch/x86/include/uapi/asm/kvm_para.h | 1 +
> arch/x86/kvm/cpuid.c | 3 ++-
> arch/x86/kvm/lapic.c | 5 ++++-
> arch/x86/kvm/x86.c | 31 ++++++++++++++++++++++++++++++-
> include/uapi/linux/kvm_para.h | 1 +
> 8 files changed, 61 insertions(+), 3 deletions(-)
>
> --
> 1.7.11.7
--
Gleb.
next prev parent reply other threads:[~2013-08-26 10:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-26 8:48 [PATCH V13 0/4] Paravirtualized ticket spinlocks for KVM host Raghavendra K T
2013-08-26 8:48 ` [PATCH V13 1/4] kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi Raghavendra K T
2013-08-26 8:48 ` Raghavendra K T
2013-08-26 8:48 ` [PATCH V13 2/4] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks Raghavendra K T
2013-08-26 8:48 ` Raghavendra K T
2013-08-26 8:48 ` Raghavendra K T
2013-08-26 8:48 ` [PATCH V13 3/4] kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apic Raghavendra K T
2013-08-26 8:48 ` Raghavendra K T
2013-08-26 8:48 ` Raghavendra K T
2013-08-26 8:48 ` [PATCH V13 4/4] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock Raghavendra K T
2013-08-26 8:48 ` Raghavendra K T
2013-08-26 8:48 ` Raghavendra K T
2013-08-28 18:01 ` Rob Landley
2013-08-28 18:01 ` Rob Landley
2013-08-28 18:01 ` Rob Landley
2013-08-26 10:04 ` Gleb Natapov [this message]
2013-08-26 10:04 ` [PATCH V13 0/4] Paravirtualized ticket spinlocks for KVM host Gleb Natapov
2013-08-26 10:28 ` Raghavendra K T
2013-08-26 10:28 ` Raghavendra K T
-- strict thread matches above, loose matches on Subject: below --
2013-08-26 8:48 Raghavendra K T
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=20130826100401.GZ8218@redhat.com \
--to=gleb@redhat.com \
--cc=andi@firstfloor.org \
--cc=avi.kivity@gmail.com \
--cc=chegu_vinod@hp.com \
--cc=drjones@redhat.com \
--cc=habanero@linux.vnet.ibm.com \
--cc=hpa@zytor.com \
--cc=jeremy@goop.org \
--cc=konrad.wilk@oracle.com \
--cc=kvm@vger.kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=ouyang@cs.pitt.edu \
--cc=pbonzini@redhat.com \
--cc=peterz@infradead.org \
--cc=raghavendra.kt@linux.vnet.ibm.com \
--cc=riel@redhat.com \
--cc=srivatsa.vaddagiri@gmail.com \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=x86@kernel.org \
/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.