qvm_outrs

Source of log entity as a part of the return code

Synopsis:

#include <qvm/outpipe.h>
enum qvm_outrs {
    QVM_OUTAC_INT = ((0x80u << QVM_OUTAC_OFFSET) & QVM_OUTAC_INT_MASK),
    QVM_OUTAC_XCONF = ((0x40u << QVM_OUTAC_OFFSET) & QVM_OUTAC_EXT_MASK),
    QVM_OUTAC_GST = ((0x20u << QVM_OUTAC_OFFSET) & QVM_OUTAC_EXT_MASK)
};

Data:

QVM_OUTAC_INT

The qvm process instance is the source of the information returned.

QVM_OUTAC_XCONF

The source of the information returned is external to the qvm process instance.

QVM_OUTAC_GST

The information returned is from a guest.

Library:

Provided by qvm; no external library is required.