• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..27-Sep-2021-

README.rstH A D27-Sep-2021369 107

__init__.pyH A D27-Sep-202113.4 KiB424317

qemu_ga_client.pyH A D27-Sep-20219.2 KiB324235

qmp_shell.pyH A D27-Sep-202116.9 KiB536420

qom.pyH A D27-Sep-20217.4 KiB273208

qom_common.pyH A D27-Sep-20215 KiB179135

qom_fuse.pyH A D27-Sep-20215.8 KiB207166

README.rst

1qemu.qmp package
2================
3
4This package provides a library used for connecting to and communicating
5with QMP servers. It is used extensively by iotests, vm tests,
6acceptance tests, and other utilities in the ./scripts directory. It is
7not a fully-fledged SDK and is subject to change at any time.
8
9See the documentation in ``__init__.py`` for more information.
10