• D
    Fix QEMU text monitor command error checking · 9772beba
    Daniel P. Berrange 提交于
    The text monitor code was checking for a '\n' prefix on several
    places. Previously this would work, but since the monitor code
    re-write the '\n' is already stripped off, so mustn't be checked
    for.
    
    * src/qemu/qemu_monitor_text.c: Fix monitor error checking
    9772beba
qemu_monitor_text.c 67.0 KB