qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Knut Omang <knut.omang@oracle.com>
To: qemu-devel@nongnu.org
Cc: Marcel Apfelbaum <marcel.a@redhat.com>,
	Alexey Kardashevskiy <aik@ozlabs.ru>,
	Juan Quintela <quintela@redhat.com>,
	Knut Omang <knut.omang@oracle.com>,
	Markus Armbruster <armbru@redhat.com>,
	"Gonglei (Arei)" <arei.gonglei@huawei.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/4] q35: Minor fixes/enhancements to improve usability of root ports
Date: Sun, 24 Aug 2014 15:32:16 +0200	[thread overview]
Message-ID: <1408887140-3320-1-git-send-email-knut.omang@oracle.com> (raw)

These are some minor fixes necessary to be able to operate ARI capable devices
in PCIe root ports on a q35 machine, using command line options like this:

 -device ioh3420,slot=0,id=pcie_port.0
 -device ioh3420,slot=1,id=pcie_port.1
 -device <ari_capable_device1>,bus=pcie_port.0
 -device <ari_capable_device2>,bus=pcie_port.1

Changes since v1:
  Removed "ioh3420: Provide a unique bus name and an interrupt mapping function"
    as it is no longer necessary.
  Added rename of ari -> arifwd for clarity and removal of obsolete init function
  (separate patches)
  Use the renamed functions in ioh3420.

Knut Omang (4):
  pcie: Fix incorrect write to the ari capability next function field
  pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*
  ioh3420: Remove obsoleted, unused ioh3420_init function
  ioh3420: Enable ARI forwarding

 hw/pci-bridge/ioh3420.c            | 27 +++------------------------
 hw/pci-bridge/xio3130_downstream.c |  4 ++--
 hw/pci/pcie.c                      | 13 +++++++------
 include/hw/pci/pcie.h              |  7 ++++---
 4 files changed, 16 insertions(+), 35 deletions(-)

-- 
1.9.0

             reply	other threads:[~2014-08-24 13:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-24 13:32 Knut Omang [this message]
2014-08-24 13:32 ` [Qemu-devel] [PATCH v2 1/4] pcie: Fix incorrect write to the ari capability next function field Knut Omang
2014-08-24 13:32 ` [Qemu-devel] [PATCH v2 2/4] pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_* Knut Omang
2014-08-24 13:32 ` [Qemu-devel] [PATCH v2 3/4] ioh3420: Remove obsoleted, unused ioh3420_init function Knut Omang
2014-08-25  7:47   ` Gonglei (Arei)
2014-08-25  9:15     ` Knut Omang
2014-08-24 13:32 ` [Qemu-devel] [PATCH v2 4/4] ioh3420: Enable ARI forwarding Knut Omang
2014-08-24 22:52   ` Michael S. Tsirkin
2014-08-25  6:09     ` Gonglei (Arei)
2014-08-25  9:13       ` Knut Omang
2014-08-25 19:57         ` Michael S. Tsirkin
2014-08-24 20:44 ` [Qemu-devel] [PATCH v2 0/4] q35: Minor fixes/enhancements to improve usability of root ports 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=1408887140-3320-1-git-send-email-knut.omang@oracle.com \
    --to=knut.omang@oracle.com \
    --cc=aik@ozlabs.ru \
    --cc=arei.gonglei@huawei.com \
    --cc=armbru@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=marcel.a@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).