qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] docs/specs/pci-ids: Add missing devices
@ 2024-08-05  3:10 George Matsumura via
  2024-08-05  3:10 ` [PATCH 2/2] docs/specs/pci-ids: Fix markup George Matsumura via
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: George Matsumura via @ 2024-08-05  3:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, mst, marcel.apfelbaum, George Matsumura

Add the missing devices 1b36:000c (PCIe root port) and 1b36:000e
(PCIe-to-PCI bridge).

Signed-off-by: George Matsumura <gorg@gorgnet.net>
---
 docs/specs/pci-ids.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/specs/pci-ids.rst b/docs/specs/pci-ids.rst
index c0a3dec2e7..0de13de1e4 100644
--- a/docs/specs/pci-ids.rst
+++ b/docs/specs/pci-ids.rst
@@ -82,8 +82,12 @@ PCI devices (other than virtio):
   PCI-PCI bridge (multiseat)
 1b36:000b
   PCIe Expander Bridge (-device pxb-pcie)
+1b36:000c
+  PCIe Root Port (``-device pcie-root-port``)
 1b36:000d
   PCI xhci usb host adapter
+1b36:000e
+  PCIe-to-PCI bridge (``-device pcie-pci-bridge``)
 1b36:000f
   mdpy (mdev sample device), ``linux/samples/vfio-mdev/mdpy.c``
 1b36:0010
-- 
2.46.0



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

* [PATCH 2/2] docs/specs/pci-ids: Fix markup
  2024-08-05  3:10 [PATCH 1/2] docs/specs/pci-ids: Add missing devices George Matsumura via
@ 2024-08-05  3:10 ` George Matsumura via
  2024-08-06  7:52   ` Philippe Mathieu-Daudé
  2024-08-06  8:01 ` [PATCH 1/2] docs/specs/pci-ids: Add missing devices Philippe Mathieu-Daudé
  2024-08-06  8:24 ` Philippe Mathieu-Daudé
  2 siblings, 1 reply; 5+ messages in thread
From: George Matsumura via @ 2024-08-05  3:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, mst, marcel.apfelbaum, George Matsumura

This fixes the markup of the PCI and PCIe Expander Bridge entries to be
consistent with the rest of the file.

Signed-off-by: George Matsumura <gorg@gorgnet.net>
---
 docs/specs/pci-ids.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/specs/pci-ids.rst b/docs/specs/pci-ids.rst
index 0de13de1e4..328ab31fe8 100644
--- a/docs/specs/pci-ids.rst
+++ b/docs/specs/pci-ids.rst
@@ -77,11 +77,11 @@ PCI devices (other than virtio):
 1b36:0008
   PCIe host bridge
 1b36:0009
-  PCI Expander Bridge (-device pxb)
+  PCI Expander Bridge (``-device pxb``)
 1b36:000a
   PCI-PCI bridge (multiseat)
 1b36:000b
-  PCIe Expander Bridge (-device pxb-pcie)
+  PCIe Expander Bridge (``-device pxb-pcie``)
 1b36:000c
   PCIe Root Port (``-device pcie-root-port``)
 1b36:000d
-- 
2.46.0



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

* Re: [PATCH 2/2] docs/specs/pci-ids: Fix markup
  2024-08-05  3:10 ` [PATCH 2/2] docs/specs/pci-ids: Fix markup George Matsumura via
@ 2024-08-06  7:52   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-06  7:52 UTC (permalink / raw)
  To: George Matsumura, qemu-devel; +Cc: qemu-trivial, mst, marcel.apfelbaum

On 5/8/24 05:10, George Matsumura via wrote:
> This fixes the markup of the PCI and PCIe Expander Bridge entries to be
> consistent with the rest of the file.
> 
> Signed-off-by: George Matsumura <gorg@gorgnet.net>
> ---
>   docs/specs/pci-ids.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




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

* Re: [PATCH 1/2] docs/specs/pci-ids: Add missing devices
  2024-08-05  3:10 [PATCH 1/2] docs/specs/pci-ids: Add missing devices George Matsumura via
  2024-08-05  3:10 ` [PATCH 2/2] docs/specs/pci-ids: Fix markup George Matsumura via
@ 2024-08-06  8:01 ` Philippe Mathieu-Daudé
  2024-08-06  8:24 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-06  8:01 UTC (permalink / raw)
  To: George Matsumura, qemu-devel; +Cc: qemu-trivial, mst, marcel.apfelbaum

On 5/8/24 05:10, George Matsumura via wrote:
> Add the missing devices 1b36:000c (PCIe root port) and 1b36:000e
> (PCIe-to-PCI bridge).
> 
> Signed-off-by: George Matsumura <gorg@gorgnet.net>
> ---
>   docs/specs/pci-ids.rst | 4 ++++
>   1 file changed, 4 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



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

* Re: [PATCH 1/2] docs/specs/pci-ids: Add missing devices
  2024-08-05  3:10 [PATCH 1/2] docs/specs/pci-ids: Add missing devices George Matsumura via
  2024-08-05  3:10 ` [PATCH 2/2] docs/specs/pci-ids: Fix markup George Matsumura via
  2024-08-06  8:01 ` [PATCH 1/2] docs/specs/pci-ids: Add missing devices Philippe Mathieu-Daudé
@ 2024-08-06  8:24 ` Philippe Mathieu-Daudé
  2 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-06  8:24 UTC (permalink / raw)
  To: George Matsumura, qemu-devel; +Cc: qemu-trivial, mst, marcel.apfelbaum

On 5/8/24 05:10, George Matsumura via wrote:
> Add the missing devices 1b36:000c (PCIe root port) and 1b36:000e
> (PCIe-to-PCI bridge).
> 
> Signed-off-by: George Matsumura <gorg@gorgnet.net>
> ---
>   docs/specs/pci-ids.rst | 4 ++++
>   1 file changed, 4 insertions(+)

Patches 1 & 2 queued, thanks George.



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

end of thread, other threads:[~2024-08-06  8:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05  3:10 [PATCH 1/2] docs/specs/pci-ids: Add missing devices George Matsumura via
2024-08-05  3:10 ` [PATCH 2/2] docs/specs/pci-ids: Fix markup George Matsumura via
2024-08-06  7:52   ` Philippe Mathieu-Daudé
2024-08-06  8:01 ` [PATCH 1/2] docs/specs/pci-ids: Add missing devices Philippe Mathieu-Daudé
2024-08-06  8:24 ` Philippe Mathieu-Daudé

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