genode/repos/ports/src/virtualbox
Alexander Boettcher e39dc445b1 vbox: re-enable chunk-wise memory allocation
disabled by "vbox: Implement hwaccl support for Muen" for nova
2016-08-29 17:29:33 +02:00
..
accloff vbox: re-enable chunk-wise memory allocation 2016-08-29 17:29:33 +02:00
frontend base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
include vbox: factor out/extend common parts of vbox 4 & 5 2016-08-29 17:29:32 +02:00
patches vbox: factor out/extend common parts of vbox 4 & 5 2016-08-29 17:29:32 +02:00
spec vbox: re-enable chunk-wise memory allocation 2016-08-29 17:29:33 +02:00
audiodrv.cpp base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
devices.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
devxhci.cc vmm: experimental virtualbox 5 support 2016-08-29 17:29:32 +02:00
drivers.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
dummies.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
dynlib.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
guest_memory.h base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
hm.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
iommio.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
ioport.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
libc.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
logger.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
mm.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
network.cpp vmm: experimental virtualbox 5 support 2016-08-29 17:29:32 +02:00
pdm.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
pgm.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
README vbox: add config option to enforce use of IOAPIC 2016-06-28 11:10:45 +02:00
rt.cc vbox: factor out/extend common parts of vbox 4 & 5 2016-08-29 17:29:32 +02:00
sup.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
sup.h vbox: Factor out memory config check 2016-07-06 13:02:57 +02:00
target.mk base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
thread.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
unimpl.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
util.h vbox: update to virtualbox 4.3.16 2014-11-28 12:02:40 +01:00
vmm_memory.h base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
vmm_region.h vbox: re-enable chunk-wise memory allocation 2016-08-29 17:29:33 +02:00

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.