Sebastian Sumpf 309bc2083e vbox5: raise rrtimer priority
Make sure timers run at the same priority as component threads, otherwise
no timer progress can be made. See 'rtTimeNanoTSInternalRef' (timesupref.h)
and 'rtTimerLRThread' (timerlr-generic.cpp).
2019-11-22 13:33:15 +01:00
..
2019-02-19 11:08:17 +01:00
2018-02-14 20:41:06 +01:00
2018-05-30 13:36:15 +02:00
2017-05-31 13:15:59 +02:00
2019-02-19 11:08:17 +01:00
2018-08-28 17:10:58 +02:00
2019-11-19 14:10:55 +01:00
2019-02-19 11:08:17 +01:00
2019-02-19 11:08:17 +01:00
2019-05-29 10:20:52 +02:00
2018-05-30 13:36:15 +02:00
2019-04-01 19:33:50 +02:00
2019-05-29 10:20:52 +02:00
2019-05-29 10:20:52 +02:00
2019-06-13 12:13:40 +02:00
2019-05-29 10:20:52 +02:00
2019-11-22 13:33:15 +01:00
2019-02-19 11:08:17 +01:00
2019-06-13 12:22:49 +02:00
2019-06-13 12:22:49 +02:00
2019-11-19 14:10:55 +01:00
2017-05-31 13:15:59 +02:00
2019-05-29 10:20:52 +02:00

VirtualBox configuration options
################################

The configuration requires an attribute named vbox_file with the name of the
vbox configuration to be used (.vbox).

<config vbox_file="file.vbox">

XHCI controller
===============

The virtual XHCI controller can be enabled with the following
configuration option:

<config xhci="yes">

CAPSLOCK
========

<config capslock="ROM">

If the capslock attribute is set to "ROM", virtualbox will open a connection
to the ROM named "capslock" and expect in the top-level node a attribute
'enabled' (yes|no). If the ROM capslock differ from the internal VM capslock,
the VMM will trigger aritifical capslock key events to the VM.