]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fri Feb 23 09:03:19 IST 2007 Mark McLoughlin <markmc@redhat.com>
authorMark McLoughlin <markmc@redhat.com>
Fri, 23 Feb 2007 09:07:41 +0000 (09:07 +0000)
committerMark McLoughlin <markmc@redhat.com>
Fri, 23 Feb 2007 09:07:41 +0000 (09:07 +0000)
commit56d2857f95dc91d7e7b200285437aa57e46c84e2
tree32bcc70c5506f459bee83a6dc05288ad129abe01
parentefe538b7094e66842767aa4dc65704e786165f12
Fri Feb 23 09:03:19 IST 2007 Mark McLoughlin <markmc@redhat.com>

        * qemud/driver.c: maintain the autostart flag on disk
        using symlinks from the "autostart" directories to
        the corresponding config files.

        * qemud/internal.h: add paths to the autostart links
        to the vm/network structures and paths to the autostart
        dirs to the server struct.

        * qemud/qemud.c: initialize the server autostart dir
        patches.

        * qemud/conf.h: expose qemudEnsureDir()

        * qemud/conf.c: check the autostart symlinks when
        loading config files at startup.
ChangeLog
qemud/conf.c
qemud/conf.h
qemud/driver.c
qemud/internal.h
qemud/qemud.c