search for: unconstrained_dev_id

Displaying 4 results from an estimated 4 matches for "unconstrained_dev_id".

Did you mean: unconstrained_dev_ids
2009 Feb 10
0
[PATCH] pciquirk.py can refer to undeclared variable
...iquirk.py Tue Feb 10 10:31:31 2009 +0000 @@ -123,7 +123,8 @@ log.info("Config file does not exist: %s" % PERMISSIVE_CONFIG_FILE) self.pci_perm_dev_config = [''xend-pci-perm-devs''] - devices = child_at(child(pci_perm_dev_config, ''unconstrained_dev_ids''),0) + devices = child_at(child(self.pci_perm_dev_config, + ''unconstrained_dev_ids''),0) if self.__matchPCIdev( devices ): log.debug("Permissive mode enabled for PCI device [%s]" %...
2008 Dec 15
5
pci passthrough under xen-3.3 without VT-d
...et Pro 100 (rev 05) ... 04:02.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15) ... [root@hx80kc1 ~]# [root@hx80kc1 ~]# lspci -n ... 04:00.0 0200: 8086:1229 (rev 05) 04:02.0 0300: 10de:002d (rev 15) # # tail -n 10 /etc/xen/xend-pci-permissive.sxp # (unconstrained_dev_ids # (''XXXX:XXXX:XXXX:XXXX'' # existing entry # ''YYYY:YYYY:YYYY:YYYY'' # new entry 1 # ''ZZZZ:ZZZZ'') # new entry 2 # ) ############################################################################### (unconstrained_dev_...
2010 Nov 09
4
Xen 3.4.3and CentOS PCIback
...nd site said about the incapacity of reloading or rebinding an already bound device to a domU?. This is a card which driver''s loaded by dahdi interface drivers from Digium I don''t know what to do in sysfs, altho I''ve already added this line to xend-pci-prmisive.sxp as (unconstrained_dev_ids (''e159:0001'') ) Also I added it to xend-pci-quirks.sxp ''9100:0003'' # Openvox A1200P When I start the DomU again the device _is_ in fact discovered but when I try to load oit it won''t work, Symptoms: If I start dom0 fresh and local p...
2010 Nov 09
4
Xen 3.4.3and CentOS PCIback
...nd site said about the incapacity of reloading or rebinding an already bound device to a domU?. This is a card which driver''s loaded by dahdi interface drivers from Digium I don''t know what to do in sysfs, altho I''ve already added this line to xend-pci-prmisive.sxp as (unconstrained_dev_ids (''e159:0001'') ) Also I added it to xend-pci-quirks.sxp ''9100:0003'' # Openvox A1200P When I start the DomU again the device _is_ in fact discovered but when I try to load oit it won''t work, Symptoms: If I start dom0 fresh and local p...