[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2023-04-14 Thread Mark Karpelès
Despite what is said in an earlier comment, qemu(1) has no information on -netdev stream or -netdev dgram. The best help I could find comes from the patch description: https://patchew.org/QEMU/20221021090922.170074-1-lviv...@redhat.com/ Example use: -netdev stream,id=socket0,server=off,addr.typ

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2022-12-06 Thread Laurent Vivier
This was added to support passt: https://passt.top -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1903470 Title: qemu 5.1.0: Add UNIX socket support for netdev socket Status in QEMU: Expired Bu

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2022-12-06 Thread Laurent Vivier
This will be available in the next QEMU release (7.2) under a sligthly different form: "-netdev stream" for TCP socket and "-netdev dgram" for UDP socket. Both support inet and unix sockets. See qemu(1). -- You received this bug notification because you are a member of qemu- devel-ml, which is

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2022-12-06 Thread Yury Bushmelev
JFYI I miss the ability to use Unix socket right now.. I'm trying to use vagrant + vagrant-qemu + socket_vmnet on Macbook m1. It'd be MUCH easier to connect QEMU to the socket_vmnet' Unix socket directly w/o any wrappers.. -- You received this bug notification because you are a member of qemu- de

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2021-01-17 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1903470 Title: qemu 5.1.0:

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2020-11-18 Thread Mark Karpelès
Thanks for the response. I'm not sure, how would I run qemu with a fd= socketpair on the command line? The wiki (https://wiki.qemu.org/index.php/Documentation/Networking) suggests for example to use: -netdev socket,id=mynet0,listen=:1234 -netdev socket,id=mynet0,connect=:1234 This would allow ho

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2020-11-18 Thread Thomas Huth
** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1903470 Title: qemu 5.1.0: Add UNIX socket support for netdev socket Status in QEMU: Incomplete

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2020-11-18 Thread elmarco
With the fd= argument/property, you can setup a private socketpair connection already. Is this enough? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1903470 Title: qemu 5.1.0: Add UNIX socket suppo