eaf2c9f Move machineName generation from virsystemd into domain_conf

Authored and Committed by mkletzan 6 years ago
    Move machineName generation from virsystemd into domain_conf
    
    It is more related to a domain as we might use it even when there is
    no systemd and it does not use any dbus/systemd functions.  In order
    not to use code from conf/ in util/ pass machineName in cgroups code
    as a parameter.  That also fixes a leak of machineName in the lxc
    driver and cleans up and de-duplicates some code.
    
    Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
    
        
file modified
+62 -0
file modified
+5 -0
file modified
+1 -1
file modified
+1 -4
file modified
+19 -0
file modified
+3 -0
file modified
+13 -12
file modified
+5 -19
file modified
+21 -0
file modified
+3 -0
file modified
+6 -0
file modified
+5 -10
file modified
+7 -7
file modified
+0 -62
file modified
+0 -5
file modified
+2 -2