- User interface: fixed a segmentation fault when accessing the interface through VNC
- User interface: X11: handle repeating keys on the host system correctly
- VMM: Fixed emulation of the undocumented SALC instruction
- VMM: Fixed emulation of so-called "huge unreal mode"; this in practice only affected Intel CPUs with VT-x without unrestricted execution
- Keyboard: The PS/2 keyboard emulation has been corrected to not queue partial scan code sequences; this problem was likely only visible on Linux hosts
- Storage: Fixed CUE file support to correct REM keyword parsing
- USB: Fixed a problem where the emulated xHCI device under very rare circumstances failed to report an empty isochronous transfer ring error, causing the transfers on the corresponding endpoint to stop
- Audio: fixed Linux kernel log flooding
- Linux guests: made vboxvideo driver build with kernel 4.17
Note: The bug with the mouse loosing the focus will be fixed with kernel 4.17.4. In the meantime, you may want to switch to the lts kernel and to install the corresponging virtualbox guest package.
Signed-off-by: Pierre-Yves <pyu@riseup.net>