genode/repos/ports/src/virtualbox
Alexander Boettcher 4f8a497bbf vbox5: update to 5.1.14
- use more upstream hm code
- add call to memory check as done in vbox4
- add in principle all vbox devices and drivers
- avoid null pointer during VM startup (patch reported to vbox-devel list)
- avoid endless loop in usb root hub

Issue #2338
2017-03-24 16:19:59 +01:00
..
accloff Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
frontend vbox: ever set hint about host graphic resolution 2017-03-15 12:32:25 +01:00
include vbox: update to 5.1.8 2016-11-25 15:27:29 +01: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: fix tr TSS_BUSY_FLAG handling 2017-03-24 16:19:58 +01:00
spec vbox4/5: fix tr TSS_BUSY_FLAG handling 2017-03-24 16:19:58 +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 Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dynlib.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01: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 Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
logger.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
mm.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
mm.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01: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 Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
README vbox: add config option to enforce use of IOAPIC 2016-06-28 11:10:45 +02:00
rt.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
sup.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
sup.h vbox5: update to 5.1.14 2017-03-24 16:19:59 +01:00
target.inc vbox: distinguish muen, nova and generic binaries 2017-01-13 13:07:14 +01:00
target.mk vbox: distinguish muen, nova and generic binaries 2017-01-13 13:07:14 +01:00
thread.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
unimpl.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
util.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vmm_memory.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vmm_region.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

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.