• D
    Fix detection of JSON when restarting libvirtd · c90e545f
    Daniel P. Berrange 提交于
    The XML XPath for detecting JSON in the running VM statefile was
    wrong causing all VMs to get JSON mode enabled at libvirtd restart.
    
    In addition if a VM was running a JSON enabled QEMU once, and then
    altered to point to a non-JSON enabled QEMU later the 'monJSON'
    flag would not get reset to 0.
    
    * src/qemu/qemu_driver.c: Fix setting/detection of JSON mode
    c90e545f
qemu_driver.c 245.7 KB