An open API service indexing awesome lists of open source software.

https://github.com/rustsbi/qmp

QEMU Machine Protocol (QMP) structure representation in Rust language
https://github.com/rustsbi/qmp

Last synced: 12 months ago
JSON representation

QEMU Machine Protocol (QMP) structure representation in Rust language

Awesome Lists containing this project

README

          

# qmp
QEMU Machine Protocol (QMP) structure representation in Rust language

Please refer to:

- The QEMU Machine Protocol Specification, [here](https://qemu-project.gitlab.io/qemu/interop/qmp-spec.html),
- The QEMU QMP Reference Manual, [here](https://qemu-project.gitlab.io/qemu/interop/qemu-qmp-ref.html),
- The upstream python implementation of QEMU QMP, [here](https://github.com/qemu/qemu/tree/master/python/qemu/qmp).