
jean.guyader at gmail
Jun 30, 2012, 3:48 AM
Post #2 of 2
(62 views)
Permalink
|
|
Re: If i have ONLY ONE graphic card, can i passthrou i to a domU?
[In reply to]
|
|
echo -n "0000:03:00.0" > /sys/bus/pci/drivers/nouveau/unbind echo -n "0000:03:00.0" > /sys/bus/pci/drivers/pciback/new_slot echo -n "0000:03:00.0" > /sys/bus/pci/drivers/pciback/bind On 30 June 2012 06:28, 王凯强 <devildavidwang [at] gmail> wrote: > i has only one graphic card, and i want to passthrou it, but i always failed, when i execeute: > > echo -n "0000:03:00.0" > /sys/bus/pci/drivers/nouveau/bind > echo -n "0000:03:00.0" > /sys/bus/pci/drivers/pciback/bind > > The terminal promts: > bash: echo: write error: No such device > > It will succeed when i passthrou some > other device(such as my wireless network adaptor) > > Anyone can tell me if i can achive this?thx ahead. > > _______________________________________________ > Xen-devel mailing list > Xen-devel [at] lists > http://lists.xen.org/xen-devel > _______________________________________________ Xen-devel mailing list Xen-devel [at] lists http://lists.xen.org/xen-devel
|