Re: [libvirt] [PATCH 2/8] qemuBuildVsockDevStr: allow passing a fdprefix

2018-06-04 Thread John Ferlan
$subj: qemu: Add prefix for vsock vhostfd On 05/30/2018 10:57 AM, Ján Tomko wrote: > A string prefix for the file descriptor name. Domain startup consider: Alter qemuBuildVsockDevStr to allow passing a prefix for the vhostfd file descriptor name. > uses the numeric value of fd without a

[libvirt] [PATCH 2/8] qemuBuildVsockDevStr: allow passing a fdprefix

2018-05-30 Thread Ján Tomko
A string prefix for the file descriptor name. Domain startup uses the numeric value of fd without a prefix, but hotplug will need to use a prefix because file descriptor names passed via add-fd cannot start with a number. https://bugzilla.redhat.com/show_bug.cgi?id=1291851 Signed-off-by: Ján