]> git.proxmox.com Git - mirror_qemu.git/commit - python/qemu/machine/console_socket.py
python/console_socket: accept existing FD in initializer
authorJohn Snow <jsnow@redhat.com>
Thu, 28 Sep 2023 04:49:40 +0000 (00:49 -0400)
committerJohn Snow <jsnow@redhat.com>
Wed, 11 Oct 2023 20:02:02 +0000 (16:02 -0400)
commit5f263cb1ccfb6f038fe706d9876d1cea8871a83a
tree3378f7e0b5da626970075d92210472f2bb47209a
parent612b3ba218092825467810b1a38de2026dac2bfc
python/console_socket: accept existing FD in initializer

Useful if we want to use ConsoleSocket() for a socket created by
socketpair().

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Ani Sinha <anisinha@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20230928044943.849073-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine/console_socket.py