Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pciback.hide



I am trying to make a USB port on an IBM T61 available to a Windows XP domU.

Is pciback.hide the right means to hide a device from dom0 with -current
and Xen 3.1.3?  If so, could someone knowledgeable please tell me what is
wrong with the following setup? If not, what is the right way to hide a 
device?

Thanks,

-- 
Alex Poylisher
sher{at}komkon{dot}org

***

(output of pcictl pci0 list with a non-Xen kernel):

...

000:26:0: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x03)
000:26:1: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x03)
000:26:7: Intel 82801H USB EHCI Controller (USB serial bus, interface 0x20, 
revision 0x03)

...

***

/grub/menu.lst:

title Xen/NetBSD (hda0, vga)
        root(hd0,0)
        kernel (hd0,a)/xen dom0_mem=512000
        module (hd0,a)/netbsd-dom0 bootdev=/dev/wd0a ro console=tty0 
pciback.hide='(00:1A:7)'

***

(output of pcictl pci0 list with a Xen dom0 kernel):

...

000:26:0: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x03)
000:26:1: Intel 82801H USB UHCI Controller (USB serial bus, revision 0x03)
000:26:7: Intel 82801H USB EHCI Controller (USB serial bus, interface 0x20, 
revision 0x03)

...

***



Home | Main Index | Thread Index | Old Index