genode/repos/ports
Christian Prochaska 0885ebd5b1 vbox: make interruptibility state check conditional
If the guest is not in an interruptible state when the recall handler is
called, an assertion fails. Since the assertion is only relevant if the
recall handler was called during IRQ injection, it should be moved into
the corresponding conditional block which already has the assertion for
the 'IF' flag.

Fixes #1661
2015-08-27 12:05:18 +02:00
..
doc
include CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +02:00
lib vbox: enable preliminary audio support 2015-08-21 11:00:57 +02:00
mk tool_chain: cleanup 2015-05-26 09:39:49 +02:00
ports vbox: let the first EMT thread handle timers 2015-08-27 12:04:26 +02:00
run vbox: enable preliminary audio support 2015-08-21 11:00:57 +02:00
src vbox: make interruptibility state check conditional 2015-08-27 12:05:18 +02:00
Makefile
README

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.