1. 12 7月, 2011 1 次提交
  2. 14 4月, 2011 1 次提交
    • K
      xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions. · c55fa78b
      Konrad Rzeszutek Wilk 提交于
      When the Xen PCI backend is told to enable or disable MSI/MSI-X functions,
      the initial domain performs these operations. The initial domain needs
      to know which domain (guest) is going to use the PCI device so when it
      makes the appropiate hypercall to retrieve the MSI/MSI-X vector it will
      also assign the PCI device to the appropiate domain (guest).
      
      This boils down to us needing a mechanism to find, set and unset the domain
      id that will be using the device.
      
      [v2: EXPORT_SYMBOL -> EXPORT_SYMBOL_GPL.]
      Signed-off-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
      c55fa78b
  3. 19 2月, 2011 1 次提交
  4. 23 10月, 2010 2 次提交
  5. 18 10月, 2010 1 次提交