Re: [Qemu-devel] [PATCH 4/4] qga: add vsock-listen method

2016-10-13 Thread Michael Roth
Quoting Stefan Hajnoczi (2016-10-12 10:07:33) > On Fri, Oct 07, 2016 at 12:07:41PM -0500, Michael Roth wrote: > > Quoting Stefan Hajnoczi (2016-10-06 11:40:18) > > > Add AF_VSOCK (virtio-vsock) support as an alternative to virtio-serial. > > > > > > $ qemu-system-x86_64 -device

Re: [Qemu-devel] [PATCH 4/4] qga: add vsock-listen method

2016-10-12 Thread Stefan Hajnoczi
On Fri, Oct 07, 2016 at 12:07:41PM -0500, Michael Roth wrote: > Quoting Stefan Hajnoczi (2016-10-06 11:40:18) > > Add AF_VSOCK (virtio-vsock) support as an alternative to virtio-serial. > > > > $ qemu-system-x86_64 -device vhost-vsock-pci,guest-cid=3 ... > > (guest)# qemu-ga -m vsock-listen

Re: [Qemu-devel] [PATCH 4/4] qga: add vsock-listen method

2016-10-07 Thread Michael Roth
Quoting Stefan Hajnoczi (2016-10-06 11:40:18) > Add AF_VSOCK (virtio-vsock) support as an alternative to virtio-serial. > > $ qemu-system-x86_64 -device vhost-vsock-pci,guest-cid=3 ... > (guest)# qemu-ga -m vsock-listen -p 3:1234 > > Signed-off-by: Stefan Hajnoczi