]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domain: Don't pass virDomainDeviceDefPtr to ns helpers
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 3 Feb 2017 14:37:41 +0000 (15:37 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Feb 2017 14:55:52 +0000 (15:55 +0100)
commit8dc867e9788da4e9ab5b88eb94c09f1affcc8e5c
treeafbafafc61f88a9c33b5eee2b9e9dc7eb4ab5fae
parent848dbe193777044748d52471549e8801ace554be
qemu_domain: Don't pass virDomainDeviceDefPtr to ns helpers

There is no need for this. None of the namespace helpers uses it.
Historically it was used when calling secdriver APIs, but we
don't to that anymore.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c