• P
    test: qemu: Fix qemu monitor test utils to allow testing HMP · fc471345
    Peter Krempa 提交于
    qemu HMP commands sent by libvirt are terminated just by a '\r'. The
    fake monitor used in tests wasn't prepared to handle this and the
    communication would hang on an attempt to do a HMP conversation.
    
    Add a special case for handling commands separated by \r in case HMP is
    used.
    fc471345
qemumonitortestutils.c 24.5 KB