genode/repos/ports/src/virtualbox5
Martin Stein 181c78d482 timeout: use uint64_t for all plain time values
This enforces the use of unsigned 64-bit values for time in the duration type,
the timeout framework, the timer session, the userland timer-drivers, and the
alarm framework on all platforms. The commit also adapts the code that uses
these tools accross all basic repositories (base, base-*, os. gems, libports,
ports, dde_*) to use unsigned 64-bit values for time as well as far as this
does not imply profound modifications.

Fixes #3208
2019-05-06 16:15:26 +02:00
..
accloff timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
frontend vbox5: use nitpicker session 2019-04-01 19:33:50 +02:00
include
nova
patches vbox: allocate REM memory dense 2019-04-01 19:33:50 +02:00
spec/nova timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
audio.cc
devices.cc
devxhci.cc Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
drivers.cc
dummies.cc
dynlib.cc
hm.cc
libc.cc
logger.cc base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
mm.cc
mm.h
network.cpp Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
pdm.cc
pgm.cc
README
rt.cc vbox: allocate REM memory dense 2019-04-01 19:33:50 +02:00
sup.cc vbox5: check memory configuration stricter 2019-04-01 19:33:47 +02:00
sup.h timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
target.inc
target.mk
thread.cc
unimpl.cc
util.h
vmm.h

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.