Re: [libvirt] [PATCH v2 14/21] qemu: Prepare RNGs when starting a domain

2016-12-12 Thread Daniel P. Berrange
On Wed, Dec 07, 2016 at 09:36:21AM +0100, Michal Privoznik wrote: > When starting a domain and separate mount namespace is used, we > have to create all the /dev entries that are configured for the > domain. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_domain.c

[libvirt] [PATCH v2 14/21] qemu: Prepare RNGs when starting a domain

2016-12-07 Thread Michal Privoznik
When starting a domain and separate mount namespace is used, we have to create all the /dev entries that are configured for the domain. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 43 +++ 1 file changed, 43