search for: physdev_pci_access_modify

Displaying 1 result from an estimated 1 matches for "physdev_pci_access_modify".

2005 Apr 15
0
RE: Problem when doing direct_remap_area_pages() in aprivileged user domain
...ion to fix this. I needed to make > a fake(*) PCI device available to the privileged user domain > by adding a line like pci=[''00,07,00''] to the configuration > file, because this would actually set the privileged flag for > the domain in > xen/common/physdev.c:physdev_pci_access_modify(). I wonder > whether the setting of this flag should not be moved to some > other place? Yep, we''ve had to point people at this work around before. Not nice. I''d really like to see a patch that creates a more fine grained set of privilege capabilities, and an appropriat...