mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-09 22:43:01 +00:00
b51ae104c2
The former implemention assumed that the guest physical memory is mapped continously. This, however, is not true. Writing larger files to an USB stick with a Windows 10 guest would therefore lead to data corruption. The current implementation uses a bounce buffer to copy the data to and from the guest physical memory and leaves dealing with the memory mappings entirely up to the VMM. Fixes #4017. |
||
---|---|---|
.. | ||
usb.h |