All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Glauber Costa <glommer@redhat.com>
Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, avi@redhat.com
Subject: [Qemu-devel] Re: [PATCH 0/9] in-kernel irqchip, new spin
Date: Thu, 3 Dec 2009 12:27:01 +0200	[thread overview]
Message-ID: <20091203102701.GC6752@redhat.com> (raw)
In-Reply-To: <1259761575-3953-1-git-send-email-glommer@redhat.com>

On Wed, Dec 02, 2009 at 11:46:06AM -0200, Glauber Costa wrote:
> Avi/Marcelo
> 
> Please include this in a branch in qemu-kvm, for future inclusion
> in qemu.git
> 
> This is basically the same thing that was sitting in staging for weeks,
> just with a build bug fix on non-x86 hosts.
> 
> Glauber Costa (9):
>   introduce VMSTATE_U64
>   Provide ioapic-kvm
>   provide apic_set_irq_delivered
>   provide i8259-kvm
>   Don't call apic functions directly from kvm code
>   export kvm_put_mp_state
>   provide apic-kvm
>   Initialize in-kernel irqchip
>   Do GSI routing
> 
>  Makefile.target   |    2 +
>  hw/apic-kvm.c     |  157 ++++++++++++++++++++++++++++++++++++++++++++
>  hw/apic.c         |    5 ++
>  hw/hw.h           |   24 +++++++
>  hw/i8259-kvm.c    |  112 +++++++++++++++++++++++++++++++
>  hw/ioapic-kvm.c   |   89 +++++++++++++++++++++++++
>  hw/pc.c           |   21 +++++-
>  hw/pc.h           |    6 ++
>  kvm-all.c         |   47 +++++++++++++-
>  kvm.h             |   16 +++++
>  savevm.c          |   23 +++++++
>  target-i386/cpu.h |    9 +++
>  target-i386/kvm.c |  188 +++++++++++++++++++++++++++++++++++++++++++++++++++--
>  target-ppc/kvm.c  |    5 ++
>  14 files changed, 693 insertions(+), 11 deletions(-)
>  create mode 100644 hw/apic-kvm.c
>  create mode 100644 hw/i8259-kvm.c
>  create mode 100644 hw/ioapic-kvm.c
> 

Does msix work with this patchset when in-kernel irqchip
is enabled?

  parent reply	other threads:[~2009-12-03 10:29 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-02 13:46 [Qemu-devel] [PATCH 0/9] in-kernel irqchip, new spin Glauber Costa
2009-12-02 13:46 ` [Qemu-devel] [PATCH 1/9] introduce VMSTATE_U64 Glauber Costa
2009-12-02 13:46   ` [Qemu-devel] [PATCH 2/9] Provide ioapic-kvm Glauber Costa
2009-12-02 13:46     ` [Qemu-devel] [PATCH 3/9] provide apic_set_irq_delivered Glauber Costa
2009-12-02 13:46       ` [Qemu-devel] [PATCH 4/9] provide i8259-kvm Glauber Costa
2009-12-02 13:46         ` [Qemu-devel] [PATCH 5/9] Don't call apic functions directly from kvm code Glauber Costa
2009-12-02 13:46           ` [Qemu-devel] [PATCH 6/9] export kvm_put_mp_state Glauber Costa
2009-12-02 13:46             ` [Qemu-devel] [PATCH 7/9] provide apic-kvm Glauber Costa
2009-12-02 13:46               ` [Qemu-devel] [PATCH 8/9] Initialize in-kernel irqchip Glauber Costa
2009-12-02 13:46                 ` [Qemu-devel] [PATCH 9/9] Do GSI routing Glauber Costa
2009-12-03 12:12           ` [Qemu-devel] Re: [PATCH 5/9] Don't call apic functions directly from kvm code Avi Kivity
2009-12-03 10:27 ` Michael S. Tsirkin [this message]
2009-12-03 11:42   ` [Qemu-devel] Re: [PATCH 0/9] in-kernel irqchip, new spin Glauber Costa
2009-12-03 11:57     ` Michael S. Tsirkin
2009-12-03 12:04       ` Glauber Costa
2009-12-03 12:39         ` Michael S. Tsirkin
2009-12-03 12:45           ` Avi Kivity
2009-12-03 12:57             ` Glauber Costa

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=20091203102701.GC6752@redhat.com \
    --to=mst@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=glommer@redhat.com \
    --cc=qemu-devel@nongnu.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.