All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
	qemu-trivial@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>
Subject: [Qemu-devel] [PULL 20/31] docs: sync pci-ids.txt
Date: Tue, 24 Jan 2017 12:39:24 +0300	[thread overview]
Message-ID: <6e7ae46c2c12c3fef093792ca1aff2d4fcf30868.1485250702.git.mjt@msgid.tls.msk.ru> (raw)
In-Reply-To: <cover.1485250702.git.mjt@msgid.tls.msk.ru>
In-Reply-To: <cover.1485250702.git.mjt@msgid.tls.msk.ru>

From: Gerd Hoffmann <kraxel@redhat.com>

Three commits allocated pci ids in include/hw/pci/pci.h
without also updating docs/specs/pci-ids.txt:

  bf439db pci: Allocate PCIe host bridge PCI ID
  40d14be hw/pci: introduce PCI Expander Bridge (PXB)
  02b0743 hw/pxb: introduce pxb-pcie expander for PCIe machines

This patch updates pci-ids.txt accordingly.

Cc: qemu-trivial@nongnu.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 docs/specs/pci-ids.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/specs/pci-ids.txt b/docs/specs/pci-ids.txt
index fd27c67..16fdb0c 100644
--- a/docs/specs/pci-ids.txt
+++ b/docs/specs/pci-ids.txt
@@ -57,7 +57,10 @@ PCI devices (other than virtio):
 1b36:0005  PCI test device (docs/specs/pci-testdev.txt)
 1b36:0006  PCI Rocker Ethernet switch device
 1b36:0007  PCI SD Card Host Controller Interface (SDHCI)
+1b36:0008  PCIe host bridge
+1b36:0009  PCI Expander Bridge (-device pxb)
 1b36:000a  PCI-PCI bridge (multiseat)
+1b36:000b  PCIe Expander Bridge (-device pxb-pcie)
 
 All these devices are documented in docs/specs.
 
-- 
2.1.4

  parent reply	other threads:[~2017-01-24 12:04 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24  9:39 [Qemu-devel] [PULL 00/31] Trivial patches for 2017-01-24 Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 01/31] doc: don't mention -memory, it is -m Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 02/31] hw/block/m25p80: Fix typo in local macro name Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 03/31] README: Add linux to macOS build info Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 04/31] Fix documentation and some comments (article, grammar) Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 05/31] include: Fix typos found by codespell Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 06/31] hw: " Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 07/31] qemu-options: cleanup duplicated help message for kernel_irqchip Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 08/31] usb: Fix typo in documentation Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 09/31] object.h: spelling fix Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 10/31] object: make some funcs static Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 11/31] pcie: fix typo in comments Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 12/31] qemu-img: remove dead check Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 13/31] pci-assign: avoid pointless stat Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 14/31] block: remove dead check Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 15/31] qga: fix erroneous argument to strerror Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 16/31] doc/usb2: fix typo Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 17/31] hw/i386/kvmvapic: Remove dead code in patch_hypercalls() Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 18/31] lm32: milkymist-tmu2: fix another integer overflow Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 19/31] disas/cris.c: Fix Coverity warning about unchecked NULL Michael Tokarev
2017-01-24  9:39 ` Michael Tokarev [this message]
2017-01-24  9:39 ` [Qemu-devel] [PULL 21/31] vfio: remove a duplicated word in comments Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 22/31] util/mmap-alloc: check parameter before using Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 23/31] util/mmap-alloc: refactor a little bit for readability Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 24/31] win32: use glib gpoll if glib >= 2.50 Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 25/31] hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GB Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 26/31] Drop duplicate display option documentation Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 27/31] scsi-disk: add 'fall through' comment to switch VERIFY cases Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 28/31] gdbstub.c: fix GDB connection segfault caused by empty machines Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 29/31] gdbstub.c: update old error report statements Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 30/31] usb: Set category and description of the MTP device Michael Tokarev
2017-01-24  9:39 ` [Qemu-devel] [PULL 31/31] hw/isa/isa-bus: Set category of the "isabus-bridge" device Michael Tokarev
2017-01-24 13:20 ` [Qemu-devel] [PULL 00/31] Trivial patches for 2017-01-24 no-reply
2017-01-24 16:55 ` Peter Maydell
2017-01-24 16:56   ` Peter Maydell
2017-01-24 17:26 ` Peter Maydell

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=6e7ae46c2c12c3fef093792ca1aff2d4fcf30868.1485250702.git.mjt@msgid.tls.msk.ru \
    --to=mjt@tls.msk.ru \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.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.