Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 14 of 14) sorted by relevance

/qemu/python/qemu/qmp/
H A Dqmp_client.py25 from .message import Message
78 sent: Message, received: Message): argument
81 self.sent: Message = sent
83 self.received: Message = received
116 self.msg: Message = msg
152 def __init__(self, error_message: str, msg: Message, sent: Message): argument
392 async def _do_recv(self) -> Message:
469 async def _execute(self, msg: Message, assign_id: bool = True) -> Message: argument
504 ) -> Message:
531 msg = Message(msg)
[all …]
H A Devents.py447 from .message import Message
451 EventFilter = Callable[[Message], bool]
488 self._history: List[Message] = []
501 def history(self) -> Tuple[Message, ...]:
511 def accept(self, event: Message) -> bool: argument
531 async def put(self, event: Message) -> None: argument
551 async def get(self) -> Message:
565 def clear(self) -> List[Message]:
589 def __aiter__(self) -> AsyncIterator[Message]:
592 async def __anext__(self) -> Message:
[all …]
H A Dqmp_tui.py40 from .message import DeserializationError, Message, UnexpectedTypeError
164 def _cb_outbound(self, msg: Message) -> Message: argument
180 def _cb_inbound(self, msg: Message) -> Message: argument
196 async def _send_to_server(self, msg: Message) -> None: argument
227 msg = Message(bytes(raw_msg, encoding='utf-8'))
H A D__init__.py28 from .message import Message
H A Dmessage.py22 class Message(MutableMapping[str, object]): class
/qemu/docs/specs/
H A Dvmw_pvscsi-spec.rst43 Message ring (``struct PVSCSIRingMsgDesc *msg_ring``)
60 Message interrupts (message ring notifications):
/qemu/target/s390x/
H A Dcpu_features_def.h.inc39 DEF_FEAT(MSA, "msa-base", STFL, 17, "Message-security-assist facility (excluding subfunctions)")
74 DEF_FEAT(MSA_EXT_5, "msa5-base", STFL, 57, "Message-security-assist-extension-5 facility (excluding…
87 DEF_FEAT(MSA_EXT_3, "msa3-base", STFL, 76, "Message-security-assist-extension-3 facility (excluding…
88 DEF_FEAT(MSA_EXT_4, "msa4-base", STFL, 77, "Message-security-assist-extension-4 facility (excluding…
103 DEF_FEAT(MSA_EXT_8, "msa8-base", STFL, 146, "Message-security-assist-extension-8 facility (excludin…
109 DEF_FEAT(MSA_EXT_9, "msa9-base", STFL, 155, "Message-security-assist-extension-9 facility (excludin…
/qemu/docs/interop/
H A Dbarrier.rst10 Message format
13 Message format between the server and client is in two parts:
H A Dvhost-user-gpu.rst189 Message types
H A Dvhost-user.rst61 Message Specification
/qemu/linux-user/xtensa/
H A Dsyscall.tbl250 # Message
/qemu/pc-bios/
H A Dedk2-licenses.txt180 = Change Description / Commit Message / Patch Email =
187 == Sample Change Description / Commit Message =
415 = Change Description / Commit Message / Patch Email =
422 == Sample Change Description / Commit Message =
/qemu/hw/scsi/
H A Dtrace-events190 esp_mem_writeb_cmd_msgacc(uint32_t val) "Message Accepted (0x%2.2x)"
266 lsi_do_msgin(uint32_t dbc, int len) "Message in len=%"PRId32" %d"
/qemu/docs/devel/
H A Dsubmitting-a-patch.rst191 Some other tags that are used in commit messages include "Message-Id:"