All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
	Alex Williamson <alex.williamson@redhat.com>
Subject: [PATCH v2 0/7] qemu-kvm: device assignment cleanups and upstream diff reductions
Date: Thu, 21 Jul 2011 20:14:34 +0200	[thread overview]
Message-ID: <cover.1311272078.git.jan.kiszka@siemens.com> (raw)

Update of the unmerged half of this series. It logically depends on
"pci: Common overflow prevention", but not mechanically. Changes in this
release only affect the 6th patch. It gained support for 3-byte config
space accesses, received a fix as the previous version broke MSI-X, and
was further refactored according to review comments.

Please review/merge.

Jan Kiszka (7):
  pci-assign: Fix kvm_deassign_irq handling in assign_irq
  pci-assign: Update legacy interrupts only if used
  pci-assign: Drop libpci header dependency
  pci-assign: Refactor calc_assigned_dev_id
  pci-assign: Track MSI/MSI-X capability position, clean up related
    code
  pci-assign: Generic config space access management
  qemu-kvm: Resolve PCI upstream diffs

 configure              |   21 ---
 hw/device-assignment.c |  405 ++++++++++++++++++------------------------------
 hw/device-assignment.h |    9 +-
 hw/pci.c               |   29 ++--
 hw/pci.h               |    8 +-
 hw/pci_regs.h          |    7 -
 6 files changed, 175 insertions(+), 304 deletions(-)

-- 
1.7.3.4


             reply	other threads:[~2011-07-21 18:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21 18:14 Jan Kiszka [this message]
2011-07-21 18:14 ` [PATCH v2 1/7] pci-assign: Fix kvm_deassign_irq handling in assign_irq Jan Kiszka
2011-07-21 18:14 ` [PATCH v2 2/7] pci-assign: Update legacy interrupts only if used Jan Kiszka
2011-07-21 18:14 ` [PATCH v2 3/7] pci-assign: Drop libpci header dependency Jan Kiszka
2011-07-21 18:14 ` [PATCH v2 4/7] pci-assign: Refactor calc_assigned_dev_id Jan Kiszka
2011-07-21 18:14 ` [PATCH v2 5/7] pci-assign: Track MSI/MSI-X capability position, clean up related code Jan Kiszka
2011-07-21 18:14 ` [PATCH v2 6/7] pci-assign: Generic config space access management Jan Kiszka
2011-07-25 15:01   ` Alex Williamson
2011-07-25 15:23     ` [PATCH v3 " Jan Kiszka
2011-07-21 18:14 ` [PATCH v2 7/7] qemu-kvm: Resolve PCI upstream diffs Jan Kiszka
2011-07-26 16:42 ` [PATCH v2 0/7] qemu-kvm: device assignment cleanups and upstream diff reductions Alex Williamson
2011-07-27  8:00 ` Michael S. Tsirkin
2011-07-27  8:42   ` Avi Kivity

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=cover.1311272078.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=alex.williamson@redhat.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=mtosatti@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.