Re: [libvirt] [PATCH v2 17/21] qemu: Manage /dev entry on hostdev hotplug

2016-12-12 Thread Daniel P. Berrange
On Wed, Dec 07, 2016 at 09:36:24AM +0100, Michal Privoznik wrote: > 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 > --- >

[libvirt] [PATCH v2 17/21] qemu: Manage /dev entry on hostdev hotplug

2016-12-07 Thread Michal Privoznik
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 --- src/qemu/qemu_domain.c | 157 ++-