]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomain{Attach,Detach}Device NS helpers: Don't relabel devices
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 19 Jan 2017 16:03:31 +0000 (17:03 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 7 Feb 2017 09:40:53 +0000 (10:40 +0100)
commitb621291f5c9c3d36c04520bfa01b5440e56c034e
treebff71595a38b43b27802f497022710b7c3cada7a
parent0f0fcc2cd405637601273423ae56f845c2678fb1
qemuDomain{Attach,Detach}Device NS helpers: Don't relabel devices

After previous commit this has become redundant step.
Also setting up devices in namespace and setting their label
later on are two different steps and should be not done at once.

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