mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-31 19:17:04 +00:00
7c1a4522d6
The patches disable VBOX_IGNORE_FLUSH and a sanity check in the VMDK backend. This enables passing an explicit flush request by the guest down to the VFS. Fixes #3743. |
||
---|---|---|
.. | ||
frontend | ||
generic | ||
include | ||
nova | ||
patches | ||
spec/nova | ||
audio.cc | ||
devices.cc | ||
devxhci.cc | ||
drivers.cc | ||
dummies.cc | ||
dynlib.cc | ||
hm.cc | ||
libc.cc | ||
logger.cc | ||
mm.cc | ||
mm.h | ||
network.cpp | ||
pdm.cc | ||
pgm.cc | ||
README | ||
rt.cc | ||
sup.h | ||
svm.h | ||
target.inc | ||
target.mk | ||
thread.cc | ||
unimpl.cc | ||
util.h | ||
vcpu_svm.h | ||
vcpu_vmx.h | ||
vcpu.h | ||
vmm.h | ||
vmx.h |
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"> 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.