Re: [vbox-dev] any plan to support RDP usb redirection spec?

2012-02-07 Thread Huihong Luo
I did a plugin for windows rdp client, and found that vrdp usb works sometimes, but freezes sometimes too. Now I am doing a full rdp client with features equivalent to windows 7 rdp client, and trying to implement Microsoft's USB redirection protocol on the client, in addition to vrdp usb. MS sp

Re: [vbox-dev] any plan to support RDP usb redirection spec?

2012-02-07 Thread Klaus Espenlaub
On 06.02.2012 22:48, Huihong Luo wrote: > Microsoft has published a spec: > http://msdn.microsoft.com/en-us/library/ff635589/ > for usb redirection from rdp client to Hyper-V virtual machines through > a channel extension. similar to vbox's current vrdp usb protocol. From > my implementation of vrd

[vbox-dev] aliasing guest virtual address to a given host physical address

2012-02-07 Thread Cyclonus J
hi, I am new to vbox and try to do some experiments about its memory mappings. Currently, I am trying to remap a given guest virtual address to a specific host physical location. I found that IOMMMIOMapMMIOHCPage is doing a similar work although it only maps MMIO range, which will eventually call