Re: [Qemu-devel] [PATCH] qemu-nbd: Implement socket activation.

2017-02-02 Thread Daniel P. Berrange
On Thu, Feb 02, 2017 at 02:51:59PM +, Richard W.M. Jones wrote: > Socket activation (sometimes known as systemd socket activation) > allows an Internet superserver to pass a pre-opened listening socket > to the process, instead of having qemu-nbd open a socket itself. This > is done via the LI

[Qemu-devel] [PATCH] qemu-nbd: Implement socket activation.

2017-02-02 Thread Richard W.M. Jones
Socket activation (sometimes known as systemd socket activation) allows an Internet superserver to pass a pre-opened listening socket to the process, instead of having qemu-nbd open a socket itself. This is done via the LISTEN_FDS and LISTEN_PID environment variables, and a standard file descripto

[Qemu-devel] [PATCH] qemu-nbd: Implement socket activation.

2017-02-02 Thread Richard W.M. Jones
Socket activation (sometimes known as systemd socket activation) allows an Internet superserver to pass a pre-opened listening socket to the process, instead of having qemu-nbd open a socket itself. This is done via the LISTEN_FDS and LISTEN_PID environment variables, and a standard file descripto