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
- Host: GitHub
- URL: https://github.com/rustsbi/qmp
- Owner: rustsbi
- License: mit
- Created: 2025-08-08T07:21:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-08T09:12:42.000Z (12 months ago)
- Last Synced: 2025-08-08T11:13:59.062Z (12 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).