All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][1/3] XenAPI: Add Physical PCI Device (PPCI) Support
@ 2008-07-02 11:36 Yosuke Iwamatsu
  0 siblings, 0 replies; only message in thread
From: Yosuke Iwamatsu @ 2008-07-02 11:36 UTC (permalink / raw)
  To: xen-devel, xen-api

[-- Attachment #1: Type: text/plain, Size: 914 bytes --]

Add support for PPCI class, which represents physical pci devices.
This makes it possible for remote servers to get information about
devices the host contains.

Here is the fields for PPCI class.
-----------------------------
(RO_run) host
         domain
         bus
         slot
         func
         name
         vendor_id
         vendor_name
         device_id
         device_name
         revision_id
         class_code
         class_name
         subsystem_vendor_id
         subsystem_vendor_name
         subsystem_id
         subsystem_name
         driver
------------------------------

One thing to be noted; this patch uses 'lspci' command to obtain
information (such as vendor_name, device_name, class_name etc) which
we cannot get from sysfs. If 'lspci' command does not exist, these
fields will be just left blank.

Regards,
-----------------------
Yosuke Iwamatsu
        NEC Corporation

[-- Attachment #2: xenapi_ppci.patch --]
[-- Type: all/allfiles, Size: 17745 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-02 11:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02 11:36 [PATCH][1/3] XenAPI: Add Physical PCI Device (PPCI) Support Yosuke Iwamatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.