diff options
author | 2021-06-14 13:43:57 +0200 | |
---|---|---|
committer | 2021-07-03 03:12:35 -0400 | |
commit | 9e2423ef58f37e1d9def4ef33b054cb7e86da1f7 (patch) | |
tree | 82beb03340c7d75e6c70c251dc005c8be44ecec2 /module-common.c | |
parent | acpi/ged: fix reset cause (diff) | |
download | qemu-9e2423ef58f37e1d9def4ef33b054cb7e86da1f7.tar.xz qemu-9e2423ef58f37e1d9def4ef33b054cb7e86da1f7.zip |
docs: add slot when adding new PCIe root port
Without providing a specific slot, QEMU won't be able to create the
second additional PCIe root port with the following error:
$ qemu-system-x86_64 [...] -machine q35 \
> -device pcie-root-port,bus=pcie.0,id=rp1 \
> -device pcie-root-port,bus=pcie.0,id=rp2
qemu-system-x86_64: -device pcie-root-port,bus=pcie.0,id=rp2:
Can't add chassis slot, error -16
This is due to the fact they both try to use slot 0. Update the
documentation to specify a slot for each new PCIe root port.
Signed-off-by: Vincent Bernat <vincent@bernat.ch>
Message-Id: <20210614114357.1146725-1-vincent@bernat.ch>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions