genode/repos/ports/src/virtualbox
Alexander Boettcher a0c9915cee vbox: remove debug messages
stay more silent

Issue #2110
2016-10-21 12:39:33 +02:00
..
accloff vbox: use emt thread names 2016-10-21 12:39:31 +02:00
frontend transition Input infrastructure to new base API 2016-10-21 12:39:29 +02:00
include vbox: factor out/extend common parts of vbox 4 & 5 2016-08-29 17:29:32 +02:00
patches vbox: remove debug messages 2016-10-21 12:39:33 +02:00
spec vbox: better lapic tpr support 2016-10-21 12:39:31 +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 Define Genode::size_t as unsigned long 2016-10-21 12:39:29 +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 vbox4: bring up all vCPUs 2016-10-21 12:39:30 +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 vbox: remove debug messages 2016-10-21 12:39:33 +02:00
logger.cc base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
mm.cc vbox: alloc memory of RTMem*Alloc within 2G window 2016-10-21 12:39:33 +02:00
mm.h vbox: alloc memory of RTMem*Alloc within 2G window 2016-10-21 12:39:33 +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 Define Genode::size_t as unsigned long 2016-10-21 12:39:29 +02:00
README vbox: add config option to enforce use of IOAPIC 2016-06-28 11:10:45 +02:00
rt.cc vbox: alloc memory of RTMem*Alloc within 2G window 2016-10-21 12:39:33 +02:00
sup.cc vbox: map SUPSemEvent* to RTSemEvent* 2016-10-21 12:39:33 +02:00
sup.h vbox: alloc memory of RTMem*Alloc within 2G window 2016-10-21 12:39:33 +02:00
target.mk base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
thread.cc vbox: remove debug messages 2016-10-21 12:39:33 +02:00
unimpl.cc vbox4: bring up all vCPUs 2016-10-21 12:39:30 +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.