All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Avi Kivity <avi@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH 0/4] Preparation for PIC-APIC rewiring
Date: Mon, 21 Jun 2010 17:05:27 -0300	[thread overview]
Message-ID: <20100621200527.GA16498@amt.cnet> (raw)
In-Reply-To: <1277050918-12744-1-git-send-email-avi@redhat.com>


Looks good.

On Sun, Jun 20, 2010 at 07:21:54PM +0300, Avi Kivity wrote:
> These four patches were part of an optimization patchset I've been neglecting,
> but are equally useful as preparation for fixing the PIC-APIC wiring issues.
> 
> Avi Kivity (4):
>   KVM: i8259: reduce excessive abstraction for pic_irq_request()
>   KVM: i8259: simplify pic_irq_request() calling sequence
>   KVM: Add mini-API for vcpu->requests
>   KVM: Reduce atomic operations on vcpu->requests
> 
>  arch/x86/kvm/i8259.c     |   18 ++++++------------
>  arch/x86/kvm/irq.h       |    4 ----
>  arch/x86/kvm/lapic.c     |    2 +-
>  arch/x86/kvm/mmu.c       |    6 +++---
>  arch/x86/kvm/svm.c       |    2 +-
>  arch/x86/kvm/timer.c     |    2 +-
>  arch/x86/kvm/vmx.c       |    2 +-
>  arch/x86/kvm/x86.c       |   27 +++++++++++++--------------
>  include/linux/kvm_host.h |   20 ++++++++++++++++++++
>  virt/kvm/kvm_main.c      |    4 ++--
>  10 files changed, 48 insertions(+), 39 deletions(-)

  parent reply	other threads:[~2010-06-21 20:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-20 16:21 [PATCH 0/4] Preparation for PIC-APIC rewiring Avi Kivity
2010-06-20 16:21 ` [PATCH 1/4] KVM: i8259: reduce excessive abstraction for pic_irq_request() Avi Kivity
2010-06-20 16:21 ` [PATCH 2/4] KVM: i8259: simplify pic_irq_request() calling sequence Avi Kivity
2010-06-20 16:21 ` [PATCH 3/4] KVM: Add mini-API for vcpu->requests Avi Kivity
2010-06-20 16:21 ` [PATCH 4/4] KVM: Reduce atomic operations on vcpu->requests Avi Kivity
2010-06-21 20:05 ` Marcelo Tosatti [this message]
2010-06-22  5:51   ` [PATCH 0/4] Preparation for PIC-APIC rewiring Gleb Natapov

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=20100621200527.GA16498@amt.cnet \
    --to=mtosatti@redhat.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.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.