]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Move the privateData from virDomainChrDef to virDomainChrSourceDef
authorJohn Ferlan <jferlan@redhat.com>
Fri, 21 Oct 2016 12:31:37 +0000 (08:31 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 21 Oct 2016 20:42:59 +0000 (16:42 -0400)
commit7bd8312e7f764aef2878382f016ab4c5b7abc33b
treeaff14489f95afa4f47cf37e919131563b22a452d
parent77a12987a483793442b0f7d779dfd9597190af9b
conf: Move the privateData from virDomainChrDef to virDomainChrSourceDef

Commit id '5f2a132786' should have placed the data in the host source
def structure since that's also used by smartcard, redirdev, and rng in
order to provide a backend tcp channel.  The data in the private structure
will be necessary in order to provide the secret properly.

This also renames the previous names from "Chardev" to "ChrSource" for
the private data structures and API's
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h