]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Manage /dev entry on RNG hotplug
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Nov 2016 14:19:12 +0000 (15:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 15 Dec 2016 08:25:16 +0000 (09:25 +0100)
commitf95c5c48d416dcdab2f3ee7718f12a02833c9339
tree4304cb9ed9957508ac765841428c72060250b143
parentf5fdf23a68d5c9838890451c1c50b4ae1062d8d2
qemu: Manage /dev entry on RNG hotplug

When attaching a device to a domain that's using separate mount
namespace we must maintain /dev entries in order for qemu process
to see them.

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