search for: qiochannelwebsocket

Displaying 6 results from an estimated 6 matches for "qiochannelwebsocket".

2020 May 29
2
Re: Provide NBD via Browser over Websockets
...knows how to connect as a client to websockets; Dan Berrange >> knows more about that setup. I suspect it would not be too difficult to >> teach the qemu NBD client code to use a WebSocket instead of a Unix or TCP >> socket as its data source. > > Actually the inverse. The QIOChannelWebsocket impl is only the server > side of the problem, as used by QEMU's VNC server. We've never implemented > the client side. There is nothing especially stopping us doing that - just > needs someone motivated with time to work on it. In the meantime, you may still be able to set up som...
2020 May 29
2
Re: Provide NBD via Browser over Websockets
...s; Dan Berrange > > >>knows more about that setup. I suspect it would not be too difficult to > > >>teach the qemu NBD client code to use a WebSocket instead of a Unix or TCP > > >>socket as its data source. > > > > > >Actually the inverse. The QIOChannelWebsocket impl is only the server > > >side of the problem, as used by QEMU's VNC server. We've never implemented > > >the client side. There is nothing especially stopping us doing that - just > > >needs someone motivated with time to work on it. > > > > In th...
2020 May 29
2
Re: Provide NBD via Browser over Websockets
[adding qemu list] On 5/29/20 4:37 AM, Richard W.M. Jones wrote: > Going back to the original email from 2018: > >> It might be neat to attach ISOs to KVM guests via websockets.  Basically >> the  browser would be the NBD "server" and an NBD client would run on the >> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/nbd0` could >> use
2020 May 29
0
Re: Provide NBD via Browser over Websockets
...as a client to websockets; Dan Berrange > >>knows more about that setup. I suspect it would not be too difficult to > >>teach the qemu NBD client code to use a WebSocket instead of a Unix or TCP > >>socket as its data source. > > > >Actually the inverse. The QIOChannelWebsocket impl is only the server > >side of the problem, as used by QEMU's VNC server. We've never implemented > >the client side. There is nothing especially stopping us doing that - just > >needs someone motivated with time to work on it. > > In the meantime, you may still...
2020 May 29
0
Re: Provide NBD via Browser over Websockets
...t; > qemu already knows how to connect as a client to websockets; Dan Berrange > knows more about that setup. I suspect it would not be too difficult to > teach the qemu NBD client code to use a WebSocket instead of a Unix or TCP > socket as its data source. Actually the inverse. The QIOChannelWebsocket impl is only the server side of the problem, as used by QEMU's VNC server. We've never implemented the client side. There is nothing especially stopping us doing that - just needs someone motivated with time to work on it. Regards, Daniel -- |: https://berrange.com -o- https://www...
2020 May 30
0
Re: Provide NBD via Browser over Websockets
...> >>knows more about that setup. I suspect it would not be too difficult to > > > >>teach the qemu NBD client code to use a WebSocket instead of a Unix or TCP > > > >>socket as its data source. > > > > > > > >Actually the inverse. The QIOChannelWebsocket impl is only the server > > > >side of the problem, as used by QEMU's VNC server. We've never implemented > > > >the client side. There is nothing especially stopping us doing that - just > > > >needs someone motivated with time to work on it. > > &...