Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp	(revision 82406)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp	(revision 82407)
@@ -505,4 +505,7 @@
             if (!bstr.isEmpty())
                 RTPrintf("Address:            %ls\n", bstr.raw());
+            CHECK_ERROR_RET(dev, COMGETTER(PortPath)(bstr.asOutParam()), 1);
+            if (!bstr.isEmpty())
+                RTPrintf("Port path:          %ls\n", bstr.raw());
 
             /* current state  */
