qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] q35: Minor fixes/enhancements to improve usability of root ports
@ 2014-08-20  6:52 Knut Omang
  2014-08-20  7:54 ` Markus Armbruster
  0 siblings, 1 reply; 3+ messages in thread
From: Knut Omang @ 2014-08-20  6:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marcel Apfelbaum, Alexey Kardashevskiy, Juan Quintela,
	Markus Armbruster, Gonglei, Michael S.Tsirkin, Igor Mammedov,
	Paolo Bonzini

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
-device ioh3420,slot=1
-device <ari_capable_device1>,bus=pcie_port.0
-device <ari_capable_device2>,bus=pcie_port.1

Knut Omang (3):
  pcie: Fix next function setting
  ioh3420: Provide a unique bus name and an interrupt mapping function
  ioh3420: Support ARI forwarding

 hw/pci-bridge/ioh3420.c | 11 +++++++++++
 hw/pci/pcie.c           |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

-- 
1.9.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH 0/3] q35: Minor fixes/enhancements to improve usability of root ports
  2014-08-20  6:52 [Qemu-devel] [PATCH 0/3] q35: Minor fixes/enhancements to improve usability of root ports Knut Omang
@ 2014-08-20  7:54 ` Markus Armbruster
  2014-08-20  8:18   ` Knut Omang
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Armbruster @ 2014-08-20  7:54 UTC (permalink / raw)
  To: Knut Omang; +Cc: qemu-devel

Please make sure the parts of your series are threaded together properly
with In-Reply-To and References headers, because that helps e-mail
readers to keep the parts together.  Lack of threading is annoying, and
annoying reviewers intentionally would be rude :)

Suggested workflow:

    git-format-patch --cover-letter -ns ...
    look over patch files, edit the cover letter to taste
    git-send-email --to qemu-devel@nongnu.org 0*.patch

See also http://wiki.qemu.org/Contribute/SubmitAPatch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH 0/3] q35: Minor fixes/enhancements to improve usability of root ports
  2014-08-20  7:54 ` Markus Armbruster
@ 2014-08-20  8:18   ` Knut Omang
  0 siblings, 0 replies; 3+ messages in thread
From: Knut Omang @ 2014-08-20  8:18 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel

On Wed, 2014-08-20 at 09:54 +0200, Markus Armbruster wrote:
> Please make sure the parts of your series are threaded together properly
> with In-Reply-To and References headers, because that helps e-mail
> readers to keep the parts together.  Lack of threading is annoying, and
> annoying reviewers intentionally would be rude :)

I am sorry about that and thanks for quickly notifying me.  

> Suggested workflow:
> 
>     git-format-patch --cover-letter -ns ...
>     look over patch files, edit the cover letter to taste
>     git-send-email --to qemu-devel@nongnu.org 0*.patch
> 
> See also http://wiki.qemu.org/Contribute/SubmitAPatch

I did follow it apart from the last step.
Will re-post as soon as I get git-send-email to work with the corporate
mail server.

Knut

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-20  8:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20  6:52 [Qemu-devel] [PATCH 0/3] q35: Minor fixes/enhancements to improve usability of root ports Knut Omang
2014-08-20  7:54 ` Markus Armbruster
2014-08-20  8:18   ` Knut Omang

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).