Re: [vbox-dev] USB 2.0 Question

2014-06-25 Thread Huihong Luo
I did this in 2010, it took me more than 6 months full time work, so I'd say it's very difficult work. From: 임승환 To: vbox-dev@virtualbox.org Sent: Wednesday, June 25, 2014 8:32 PM Subject: [vbox-dev] USB 2.0 Question hi I am trying to develop a usb ehci. S

[vbox-dev] USB 2.0 Question

2014-06-25 Thread 임승환
hi I am trying to develop a usb ehci. So I Added code. 1.Registered EHCI Device in the VBoxDeviceRegister() Fucntion. 2.create ehci confignode and attach the status driver. 3.create DevEHCI.cpp file ehciR3Construct function has been modified as follows. PCIDevSetVendorId (& pEhci-> PciDev

Re: [vbox-dev] Can i get a Audio Interface ?

2014-06-25 Thread Klaus Espenlaub
On 25.06.2014 10:13, iamhatling wrote: > I wrote a VboxFrontend like the VboxHeadless. I don't understand why you wrote a new frontend for remote output instead of a VRDE module which would plug into VBoxHeadless, achieving the same result with I assume far less effort and the support for playi

Re: [vbox-dev] Virtual Machine Provider

2014-06-25 Thread Maxime Dor
If the question is : “Can I remotely control Virtualbox?”, then the answer is yes you can, using the WebServices if you want to keep it strictly Virtualbox SDK. Else, projects like Hyperbox (I am the creator) and phpVirtualBox

[vbox-dev] Can i get a Audio Interface ?

2014-06-25 Thread iamhatling
I wrote a VboxFrontend like the VboxHeadless. Now i can transfer the Vbox Video Output to the remote machine. But the sound is still playing in local i want to know how to get a Audio Output in the host. iamhatling___ vbox-dev mailing list vbox-dev@v