]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Use virDomainChrSourceDefPtr for _virDomainSmartcardDef 'passthru'
authorJohn Ferlan <jferlan@redhat.com>
Fri, 21 Oct 2016 22:08:02 +0000 (18:08 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 24 Oct 2016 10:44:23 +0000 (06:44 -0400)
commit8f67b9ecd2548db0827a4ae8ac079d8495548fa6
tree3280e21178fb27db55e3beb16c8e1da97856d9e1
parent484f7d0069038d8ca38b499cbcc84a38aded9a64
conf: Use virDomainChrSourceDefPtr for _virDomainSmartcardDef 'passthru'

Use a pointer and the virDomainChrSourceDefNew() function in order to
allocate the structure for _virDomainSmartcardDef.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_audit.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/security/security_selinux.c