Home
last modified time | relevance | path

Searched defs:QemuGuestAgentClient (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py71 class QemuGuestAgentClient: class
189 def _cmd_cat(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
197 def _cmd_fsfreeze(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
218 def _cmd_fstrim(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
226 def _cmd_ifconfig(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
231 def _cmd_info(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
236 def _cmd_ping(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
244 def _cmd_suspend(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
257 def _cmd_shutdown(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
265 def _cmd_halt(client: QemuGuestAgentClient, args: Sequence[str]) -> None:
[all …]