int
qemuMonitorMigrateStartPostCopy(qemuMonitorPtr mon)
{
- VIR_DEBUG("mon=%p", mon);
-
QEMU_CHECK_MONITOR_JSON(mon);
return qemuMonitorJSONMigrateStartPostCopy(mon);
qemuMonitorGetRTCTime(qemuMonitorPtr mon,
struct tm *tm)
{
- VIR_DEBUG("mon=%p", mon);
-
QEMU_CHECK_MONITOR_JSON(mon);
return qemuMonitorJSONGetRTCTime(mon, tm);
virHashTablePtr
qemuMonitorQueryQMPSchema(qemuMonitorPtr mon)
{
- VIR_DEBUG("mon=%p", mon);
-
QEMU_CHECK_MONITOR_JSON_NULL(mon);
return qemuMonitorJSONQueryQMPSchema(mon);
const char *nodename,
unsigned long long threshold)
{
- VIR_DEBUG("mon=%p, node='%s', threshold=%llu", mon, nodename, threshold);
+ VIR_DEBUG("node='%s', threshold=%llu", nodename, threshold);
QEMU_CHECK_MONITOR_JSON(mon);
virJSONValuePtr
qemuMonitorQueryNamedBlockNodes(qemuMonitorPtr mon)
{
- VIR_DEBUG("mon=%p", mon);
-
QEMU_CHECK_MONITOR_JSON_NULL(mon);
return qemuMonitorJSONQueryNamedBlockNodes(mon);