[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] xend: fix the pci BDF format string



Fix the typo introduced by changeset 19446: 2ef77b4bdf58.

Signed-off-by: Dexuan Cui <dexuan.cui@xxxxxxxxx>

diff -r fb3e1e84d8f4 tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py   Wed May 06 12:40:51 2009 +0100
+++ b/tools/python/xen/xm/main.py   Thu May 07 10:45:47 2009 +0800
@@ -2197,7 +2197,7 @@ def xm_pci_list_assignable_devices(args)

     devs =  server.xend.node.pciinfo()

-    fmt_str = "%(domain)04x:%(bus)02x:%(slot)02x:%(func)01x"
+    fmt_str = "%(domain)04x:%(bus)02x:%(slot)02x.%(func)01x"
     for x in devs:
         pci = parse_pci_info(x)
         print fmt_str % pci
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.