From c4c513436920525cff9e45f3dd4016a80f0371c5 Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Mon, 9 Jun 2025 18:14:43 +0200 Subject: [PATCH] Fix small documentation issue Small documentation fix Change-Id: Ibb650cf428eb9c20be1fdd0a4caee15fa6d309b7 Signed-off-by: Arnaud Morin --- doc/source/admin/pci-passthrough.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/admin/pci-passthrough.rst b/doc/source/admin/pci-passthrough.rst index 05b740a1c4..5b6073ca42 100644 --- a/doc/source/admin/pci-passthrough.rst +++ b/doc/source/admin/pci-passthrough.rst @@ -531,7 +531,8 @@ Examples: [pci] device_spec = { "vendor_id": "10de", "product_id": "25b6", "address": "0000:25:00.4", "resource_class": "CUSTOM_A16_16A", "managed": "no" } device_spec = { "vendor_id": "10de", "product_id": "25b6", "address": "0000:25:00.5", "resource_class": "CUSTOM_A16_8A", "managed": "no" } - alias = { "device_type": "type-VF", resource_class: "CUSTOM_A16_16A", "name": "A16_16A" } + alias = { "device_type": "type-VF", "resource_class": "CUSTOM_A16_16A", "name": "A16_16A" } + alias = { "device_type": "type-VF", "resource_class": "CUSTOM_A16_8A", "name": "A16_8A" } Configuring Live Migration for PCI devices