|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Audio Controller Passthrough to Windows HVM Guest
On Thu, 22 Oct 2009, Mr. Teo En Ming (Zhang Enming) wrote:
> Hi
>
> Has anybody passed through audio controller to HVM guests before?
I am not familiar with pci-stub, but with pciback this is what you
would do:
rmmod snd_hda_intel
echo -n "0000:00:1b.0" > /sys/bus/pci/devices/0000:00:1b.0/driver/unbind
echo -n "0000:00:1b.0" > /sys/bus/pci/drivers/pciback/new_slot
echo -n "0000:00:1b.0" > /sys/bus/pci/drivers/pciback/bind
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|