WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH][2/3] XenAPI: Add Direct PCI Assignment (DPCI) Suppor

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][2/3] XenAPI: Add Direct PCI Assignment (DPCI) Support
From: Yosuke Iwamatsu <y-iwamatsu@xxxxxxxxxxxxx>
Date: Wed, 02 Jul 2008 20:37:14 +0900
Cc:
Delivery-date: Wed, 02 Jul 2008 04:38:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)
Add direct pci device assignment support.
This patch depends on the previous patch (1/3).

-----------------------------------------
Fields for DPCI class:
(RO_inst) VM
          PPCI
          hotplug_slot <- same as vslot param of pci-attach/detach.
(RO_run)  virtual_domain
          virtual_bus
          virtual_slot
          virtual_func
          virtual_name <- domain:bus:slot:func that is seen from guest.
RPCs for DPCI class:
          create(session_id, dpci_record)
          destroy(session_id, dpci_ref)
-----------------------------------------

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

Attachment: xenapi_dpci.patch
Description: all/allfiles

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][2/3] XenAPI: Add Direct PCI Assignment (DPCI) Support, Yosuke Iwamatsu <=