• E
    qemu: simplify monitor callbacks · 18d68462
    Eric Blake 提交于
    A future patch will change reference counting idioms; consolidating
    this pattern now makes the next patch smaller (touch only the new
    macro rather than every caller).
    
    * src/qemu/qemu_monitor.c (QEMU_MONITOR_CALLBACK): New helper.
    (qemuMonitorGetDiskSecret, qemuMonitorEmitShutdown)
    (qemuMonitorEmitReset, qemuMonitorEmitPowerdown)
    (qemuMonitorEmitStop, qemuMonitorEmitRTCChange)
    (qemuMonitorEmitWatchdog, qemuMonitorEmitIOError)
    (qemuMonitorEmitGraphics): Use it to reduce duplication.
    18d68462
qemu_monitor.c 56.5 KB