genode/repos/ports/src/virtualbox
Alexander Boettcher e54ad5c73a vbox: support capslock state provided by ROM
Fixes #2568
2017-11-24 09:07:31 +01:00
..
accloff Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
frontend vbox: support capslock state provided by ROM 2017-11-24 09:07:31 +01:00
include vbox5: update to 5.1.22 2017-05-31 13:16:02 +02:00
muen vbox: distinguish muen, nova and generic binaries 2017-01-13 13:07:14 +01:00
nova vbox: distinguish muen, nova and generic binaries 2017-01-13 13:07:14 +01:00
patches vbox4/5: enable key/value store for guest addition 2017-05-31 13:16:00 +02:00
spec vbox4: extended AMD SVM support 2017-06-29 11:59:59 +02:00
README vbox: support capslock state provided by ROM 2017-11-24 09:07:31 +01:00
audiodrv.cpp use Attached_dataspace at audio streams 2017-01-13 13:07:10 +01:00
devices.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
devxhci.cc qemu-usb: avoid env deprecated warnings 2017-02-28 12:59:30 +01:00
drivers.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dummies.cc vbox4/5: enable key/value store for guest addition 2017-05-31 13:16:00 +02:00
dynlib.cc vbox4/5: enable key/value store for guest addition 2017-05-31 13:16:00 +02:00
guest_memory.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
hm.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
iommio.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
ioport.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
libc.cc vbox4/5: enable key/value store for guest addition 2017-05-31 13:16:00 +02:00
logger.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
mm.cc vbox4/5: enable key/value store for guest addition 2017-05-31 13:16:00 +02:00
mm.h Streamline exception types 2017-05-31 13:16:07 +02:00
network.cpp Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pdm.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pgm.cc Streamline exception types 2017-05-31 13:16:07 +02:00
rt.cc base: use 'Ram_quota' in 'Ram_session' args 2017-05-31 13:16:04 +02:00
sup.cc base: use 'Ram_quota' in 'Ram_session' args 2017-05-31 13:16:04 +02:00
sup.h vbox5: update to 5.1.14 2017-03-24 16:19:59 +01:00
target.inc vbox4/5: enable key/value store for guest addition 2017-05-31 13:16:00 +02:00
target.mk vbox: distinguish muen, nova and generic binaries 2017-01-13 13:07:14 +01:00
thread.cc Streamline exception types 2017-05-31 13:16:07 +02:00
unimpl.cc vbox5: use gip thread also for timer watchdog 2017-05-31 13:15:59 +02:00
util.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vmm.h vbox: avoid using deprecated env() 2017-01-13 13:07:08 +01:00
vmm_memory.h Streamline exception types 2017-05-31 13:16:07 +02:00
vmm_region.h vbox: attach executable memory as such 2017-10-19 13:46:41 +02:00

README

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">

IOAPIC
======

The virtual PCI model delivers IRQs to the PIC by default and to the IOAPIC
only if the guest operating system selected the IOAPIC with the '_PIC' ACPI
method and if it called the '_PRT' ACPI method afterwards. When running a
guest operating system which uses the IOAPIC, but does not call these ACPI
methods (for example Genode/NOVA), the configuration option

<config force_ioapic="yes">

enforces the delivery of PCI IRQs to the IOAPIC.

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.