Vasiliy Tolstov
2014-Aug-26 14:56 UTC
[libvirt-users] virtio-serial port that listens tcp socket on host
Hello. Is that possible to create virtio-serial port that on host listens tcp socket and how to avoid duplicate listened ports in case of migration? -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru
Andrey Korolyov
2014-Aug-26 15:11 UTC
Re: [libvirt-users] virtio-serial port that listens tcp socket on host
On Tue, Aug 26, 2014 at 6:56 PM, Vasiliy Tolstov <v.tolstov@selfip.ru> wrote:> Hello. Is that possible to create virtio-serial port that on host listens > tcp socket and how to avoid duplicate listened ports in case of migration? > > -- > Vasiliy Tolstov, > e-mail: v.tolstov@selfip.ru > jabber: vase@selfip.ru > > _______________________________________________ > libvirt-users mailing list > libvirt-users@redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-usersHello, not, right now it is not possible. Why don`t you want to just assign unique paths for socket name, derived, say, from VM` UUID?
Vasiliy Tolstov
2014-Aug-26 16:42 UTC
Re: [libvirt-users] virtio-serial port that listens tcp socket on host
2014-08-26 19:11 GMT+04:00 Andrey Korolyov <andrey@xdel.ru>:> not, right now it is not possible. Why don`t you want to just assign > unique paths for socket name, derived, say, from VM` UUID? >In case of unix domain sockets paths not problem, but i want to connect to each qemu-ga address from central point. I don't want to use socat , as i see qemu have ability to specify host and port and in this case qemu listens tcp port on this address. But in libvirt schema i can't provide host and port. -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru