genode/repos/ports/src/virtualbox
Adrian-Ken Rueegsegger d1b4fb1dff vbox: Simplify Muen guest interupt handling
Drop lock prefix since there is no concurrent access from other CPUs.
2017-05-31 13:16:22 +02:00
..
accloff Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
frontend vbox5: update to 5.1.22 2017-05-31 13:16:02 +02: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 vbox: Simplify Muen guest interupt handling 2017-05-31 13:16:22 +02:00
README vbox: add config option to enforce use of IOAPIC 2016-06-28 11:10:45 +02: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 Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00

README

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

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.