• P
    qemu: event: Properly handle spice events · 8df888a5
    Peter Krempa 提交于
    Spice events have mostly similar information present in the event JSON
    but they differ in the name of the element containing the port.
    
    The JSON event also provides connection ID which might be useful in the
    future.
    
    This patch splits up the event parser code into two functions and the
    SPICE reimplements the event parsing with correct names and drops the
    VNC only stuff.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1236585
    8df888a5
qemu_monitor_json.c 196.9 KB