• P
    qemu: chardev: Extract more information about character devices · 4d7eb903
    Peter Krempa 提交于
    Improve the monitor function to also retrieve the guest state of
    character device (if provided) so that we can refresh the state of
    virtio-serial channels and perhaps react to changes in the state in
    future patches.
    
    This patch changes the returned data from qemuMonitorGetChardevInfo to
    return a structure containing the pty path and the state for all the
    character devices.
    
    The change to the testsuite makes sure that the data is parsed
    correctly.
    4d7eb903
qemumonitorjsontest.c 83.6 KB