]> xenbits.xensource.com Git - libvirt.git/commit
vnc: rename socketAutogenerated to socketFromConfig
authorPavel Hrdina <phrdina@redhat.com>
Wed, 8 Jun 2016 11:24:52 +0000 (13:24 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Thu, 9 Jun 2016 12:22:30 +0000 (14:22 +0200)
commit17271d04e70347def50b7a28177b7aa2017ae28b
tree16e2d73899f156d13760caae39b97039a7c4af8e
parentfdff47c58733fe800b6d8e538afaac2754c1dd8e
vnc: rename socketAutogenerated to socketFromConfig

Even though it's auto-generated it's based on qemu.conf option and listen type
address already uses "fromConfig" to carry this information.  Following commits
will convert the socket to listen element so this rename is required because
there will be also an option to get socket auto-generated independently on the
qemu.conf option.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c