Home
last modified time | relevance | path

Searched refs:SocketAddrT (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dlegacy.py39 from .protocol import Runstate, SocketAddrT
81 address: Union[SocketAddrT, socket.socket], argument
128 def parse_address(cls, address: str) -> SocketAddrT:
H A D__init__.py32 SocketAddrT,
H A Dprotocol.py54 SocketAddrT = Union[UnixAddrT, InternetAddrT] variable
272 self, address: SocketAddrT, argument
301 async def start_server(self, address: SocketAddrT, argument
355 async def connect(self, address: Union[SocketAddrT, socket.socket], argument
529 async def _do_start_server(self, address: SocketAddrT, argument
597 async def _do_connect(self, address: Union[SocketAddrT, socket.socket], argument
H A Dqmp_shell.py107 SocketAddrT,
179 def __init__(self, address: SocketAddrT, argument
432 def __init__(self, address: SocketAddrT, argument
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py30 from qemu.qmp import SocketAddrT
55 address: Optional[SocketAddrT] = None, argument
H A Dmachine.py43 from qemu.qmp import SocketAddrT
129 monitor_address: Optional[SocketAddrT] = None, argument
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py53 from qemu.qmp import ConnectError, SocketAddrT
72 def __init__(self, address: SocketAddrT): argument
/openbmc/qemu/python/
H A Dsetup.cfg161 SocketAddrT, # Not sure why this is invalid.