qvm_make_non_safety()

Identify that a process is no longer running in a safety-certified environment

Synopsis:

#include <qvm/utils.h>
void qvm_make_non_safety(const char *fmt,
                        ...) __attribute__((format(__printf__

Arguments:

fmt
The message to display, when appropriate.
...
Arguments for printf() substitutions.

Library:

Provided by qvm; no external library is required.

Description:

The safety option you specify when you configure the qvm process determines how the proccess responds to the presence of uncertified vdevs and components. For more information, see VM Configuration Reference in the QNX Hypervisor for Safety 2.0 User's Guide.