From bb6c93d5df37fd70c1068d35761f9d56b6596fc5 Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Fri, 26 Nov 2021 02:13:31 -0500 Subject: [PATCH] docs: device_model: Document how to assign device to PCI segment Signed-off-by: Henry Wang --- docs/device_model.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/device_model.md b/docs/device_model.md index f2f07e65b..d0a0ca7e0 100644 --- a/docs/device_model.md +++ b/docs/device_model.md @@ -89,7 +89,9 @@ feature is enabled by default. ## Virtio devices For all virtio devices listed below, only `virtio-pci` transport layer is -supported. +supported. Cloud Hypervisor supports multiple PCI segments, and users can +append `,pci_segment=` to the device flag in the Cloud +Hypervisor command line to assign devices to a specific PCI segment. ### virtio-block