All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>,
	Rusty Russell <rusty@rustcorp.com.au>,
	virtualization@lists.linux-foundation.org, kvm@vger.kernel.org,
	avi@redhat.com, Carsten Otte <cotte@de.ibm.com>
Subject: Re: [PATCH RFC 0/2] qemu-kvm: MSI-X support
Date: Mon, 11 May 2009 17:24:25 -0500	[thread overview]
Message-ID: <4A08A599.1070708@codemonkey.ws> (raw)
In-Reply-To: <20090511221350.GA22776@redhat.com>

Michael S. Tsirkin wrote:
> Here's a draft MSI-X support patch. Among missing features:
> save/load support, and command-line flag to control the
> feature. This is on top of qemu-kvm: msi-x is disabled
> without kvm interrupt injection support for now.
>   

What's your impression of how much work would be to get this going on 
top of upstream QEMU?

I'm willing to borrow a few cycles to help out here.  I'd really like to 
see this series go in via QEMU if possible.

Regards,

Anthony Liguori

> Michael S. Tsirkin (2):
>   qemu-kvm: add MSI-X support
>   qemu-kvm: use common code for assigned msix
>
>  Makefile.target        |    2 +-
>  hw/device-assignment.c |  336 +++++++++++---------------------------------
>  hw/device-assignment.h |    8 +-
>  hw/msix.c              |  371 ++++++++++++++++++++++++++++++++++++++++++++++++
>  hw/msix.h              |   33 +++++
>  hw/pci.c               |   35 ++++--
>  hw/pci.h               |   57 +++++++-
>  hw/virtio-balloon.c    |    2 +-
>  hw/virtio-blk.c        |    3 +-
>  hw/virtio-console.c    |    3 +-
>  hw/virtio-net.c        |    3 +-
>  hw/virtio.c            |  167 +++++++++++++++++-----
>  hw/virtio.h            |    4 +-
>  13 files changed, 709 insertions(+), 315 deletions(-)
>  create mode 100644 hw/msix.c
>  create mode 100644 hw/msix.h
>   


  parent reply	other threads:[~2009-05-11 22:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-11 22:13 [PATCH RFC 0/2] qemu-kvm: MSI-X support Michael S. Tsirkin
2009-05-11 22:24 ` Anthony Liguori
2009-05-11 22:24 ` Anthony Liguori [this message]
2009-05-12 13:45   ` Michael S. Tsirkin
2009-05-12 13:45   ` Michael S. Tsirkin
2009-05-13  7:17     ` Avi Kivity
  -- strict thread matches above, loose matches on Subject: below --
2009-05-11 22:13 Michael S. Tsirkin

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=4A08A599.1070708@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=avi@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cotte@de.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=rusty@rustcorp.com.au \
    --cc=virtualization@lists.linux-foundation.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.