• E
    qemu: use bool in monitor struct · 764bb5e5
    Eric Blake 提交于
    Follows on the heels of other bool cleanups, such as commit 93002b98.
    
    * src/qemu/qemu_monitor.h (qemuMonitorOpen, qemuMonitorOpenFD):
    Update json parameter type.
    * src/qemu/qemu_monitor.c (qemuMonitorOpen, qemuMonitorOpenFD):
    Likewise.
    (_qemuMonitor): Adjust field type.
    * src/qemu/qemu_domain.h (_qemuDomainObjPrivate): Likewise.
    * src/qemu/qemu_domain.c (qemuDomainObjPrivateXMLParse): Adjust
    client.
    * src/qemu/qemu_process.c (qemuProcessStart): Likewise.
    * tests/qemumonitortestutils.c (qemuMonitorTestNew): Likewise.
    Signed-off-by: NEric Blake <eblake@redhat.com>
    764bb5e5
qemu_domain.h 12.8 KB