From 14f5ee16c8423ef8d71b6473ac91c754f8b0ff1a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 31 Mar 2009 11:24:13 +0100 Subject: [PATCH] xend: Supply pass-through vslot to qemu-dm Signed-off-by: Simon Horman --- tools/python/xen/xend/server/pciif.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/server/pciif.py b/tools/python/xen/xend/server/pciif.py index e6ba4bc695..1b183884e3 100644 --- a/tools/python/xen/xend/server/pciif.py +++ b/tools/python/xen/xend/server/pciif.py @@ -90,6 +90,7 @@ class PciController(DevController): back['dev-%i' % pcidevid] = "%04x:%02x:%02x.%01x" % \ (domain, bus, slot, func) back['uuid-%i' % pcidevid] = pci_config.get('uuid', '') + back['vslot-%i' % pcidevid] = "%02x" % vslot pcidevid += 1 if vslots != "": -- 2.39.5