qvm_report()
Output debug information
Synopsis:
#include <qvm/outpipe.h>void qvm_report(const char *fmt,
...)Arguments:
- fmt
- A pointer to a printf-like formatted string.
- ...
- Optional arguments for the string referenced by fmt.
Description:
Use this function to output debug information in response to VDEV_CTRL_STATUS, which is called when the qvm process is sent SIGUSR1 to output the guest status.
Page updated:
