vio_iov_flags
Flag specifying if a host-physical address is required
Synopsis:
#include <qvm/vio.h>enum vio_iov_flags {
VVF_NONE = 0,
VVF_PHYSICAL = 0x1,
VVF_PUBLIC_MASK = 0xff
};Data:
- VVF_NONE
- Not required.
- VVF_PHYSICAL
- Required.
- VVF_PUBLIC_MASK
- Indicates which flags are part of the public API and which are internal.
Page updated:
