a9d637e qemu: move detection whether to use -no-reboot to qemu_domain

Authored and Committed by phrdina 6 years ago
    qemu: move detection whether to use -no-reboot to qemu_domain
    
    This will be used later on in implementation of new API
    virDomainSetLifecycleAction().  In order to use it, we need to store
    the value in status XML to not lose the information if libvirtd is
    restarted.
    
    If some guest was started by old libvirt where it was not possible
    to change the lifecycle action for running guest, we can safely
    detect it based on the current actions from the status XML.
    
    Reviewed-by: John Ferlan <jferlan@redhat.com>
    Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
    
        
file modified
+2 -8
file modified
+40 -0
file modified
+1 -0
file modified
+30 -0
file modified
+2 -1