Re: [libvirt] [PATCH 03/11] qemuDomainAttachSCSIVHostDevice: manage /dev entry

2017-02-08 Thread Peter Krempa
On Wed, Feb 08, 2017 at 11:37:06 +0100, Michal Privoznik wrote: > Again, one missed bit. This time without this commit there is no > /dev entry when attaching vhost SCSI device. Commit message is a bit confusing. So the /dev/ entry in the namespace of the qemu process is not created when

[libvirt] [PATCH 03/11] qemuDomainAttachSCSIVHostDevice: manage /dev entry

2017-02-08 Thread Michal Privoznik
Again, one missed bit. This time without this commit there is no /dev entry when attaching vhost SCSI device. Signed-off-by: Michal Privoznik --- src/qemu/qemu_hotplug.c | 8 1 file changed, 8 insertions(+) diff --git a/src/qemu/qemu_hotplug.c