All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Auger <eric.auger@linaro.org>
To: Feng Wu <feng.wu@intel.com>,
	linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Cc: pbonzini@redhat.com, alex.williamson@redhat.com, joro@8bytes.org
Subject: Re: [v3 0/5] KVM: irqfd consumer based on IRQ bypass manager
Date: Mon, 03 Aug 2015 18:41:25 +0200	[thread overview]
Message-ID: <55BF99B5.20203@linaro.org> (raw)
In-Reply-To: <1438159623-4227-1-git-send-email-feng.wu@intel.com>

Hi Feng,
On 07/29/2015 10:46 AM, Feng Wu wrote:
> This series is based on Eric's "https://lkml.org/lkml/2015/7/6/291".
> Basically, I made the following chagnes:
> - Some changes based on Alex's irq bypass manager
>   v2: https://lkml.org/lkml/2015/7/16/810
> - Correct some minor erros and typo
> - Add something needed for posted-interrupts
> 
> Since this series contain the common part of posted-interrupts and
> forwarded irq, we can go forward only when this series are finalized,
> ,it is in the critical path. Seems Eric is on vacations these days,
> to speed up the process, I send out this new version, Eric, hope you
> are not mind of this. :) If I made any mistakes, please correct me.
Sorry for the delay and thanks for the upgrade.

I am going to send a v4 to add the compilation of virt/lib/irqbypass.c.
which is missing for arm/arm64. I will rearrange the signoffs vs history
in some patch files too.

Otherwise the changes look good to me.

Thanks

Eric

> Thank you!
> 
> My new version of posted-interrupts patches work well based on this
> series.
> 
> Eric Auger (4):
>   KVM: arm/arm64: select IRQ_BYPASS_MANAGER
>   KVM: create kvm_irqfd.h
>   KVM: introduce kvm_arch functions for IRQ bypass
>   KVM: eventfd: add irq bypass consumer management
> 
> Feng Wu (1):
>   KVM: x86: select IRQ_BYPASS_MANAGER
> 
>  arch/arm/kvm/Kconfig      |   1 +
>  arch/arm64/kvm/Kconfig    |   1 +
>  arch/x86/kvm/Kconfig      |   2 +
>  arch/x86/kvm/Makefile     |   3 ++
>  include/linux/kvm_host.h  |  33 +++++++++++++++
>  include/linux/kvm_irqfd.h |  71 +++++++++++++++++++++++++++++++
>  virt/kvm/Kconfig          |   3 ++
>  virt/kvm/eventfd.c        | 105 +++++++++++++++-------------------------------
>  8 files changed, 147 insertions(+), 72 deletions(-)
>  create mode 100644 include/linux/kvm_irqfd.h
> 

      parent reply	other threads:[~2015-08-03 16:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-29  8:46 [v3 0/5] KVM: irqfd consumer based on IRQ bypass manager Feng Wu
2015-07-29  8:46 ` [v3 1/5] KVM: x86: select IRQ_BYPASS_MANAGER Feng Wu
2015-07-29  8:47 ` [v3 2/5] KVM: arm/arm64: " Feng Wu
2015-07-29  8:47 ` [v3 3/5] KVM: create kvm_irqfd.h Feng Wu
2015-07-29  8:47 ` [v3 4/5] KVM: introduce kvm_arch functions for IRQ bypass Feng Wu
2015-07-29  8:47 ` [v3 5/5] KVM: eventfd: add irq bypass consumer management Feng Wu
2015-08-03 16:41 ` Eric Auger [this message]

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=55BF99B5.20203@linaro.org \
    --to=eric.auger@linaro.org \
    --cc=alex.williamson@redhat.com \
    --cc=feng.wu@intel.com \
    --cc=joro@8bytes.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@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.