#guest-agent #qemu #qapi #qga

qapi-qga

QEMU Guest Agent protocol types

11 breaking releases

0.13.0 Sep 9, 2024
0.12.0 Sep 19, 2023
0.11.0 May 5, 2023
0.10.1 Sep 29, 2022
0.0.1 Mar 14, 2018

#467 in Emulators

Download history 459/week @ 2026-02-02 569/week @ 2026-02-09 857/week @ 2026-02-16 792/week @ 2026-02-23 639/week @ 2026-03-02 844/week @ 2026-03-09 527/week @ 2026-03-16 384/week @ 2026-03-23 499/week @ 2026-03-30 454/week @ 2026-04-06 588/week @ 2026-04-13 466/week @ 2026-04-20 486/week @ 2026-04-27 335/week @ 2026-05-04 737/week @ 2026-05-11 928/week @ 2026-05-18

2,502 downloads per month
Used in 3 crates (2 directly)

MIT license

31KB
412 lines

qapi-rs

release-badge docs-badge license-badge

A rust library for interfacing with QEMU QAPI sockets.

Documentation

See the documentation for up to date information, as well as the reference documentation for both the QEMU Machine Protocol and Guest Agent APIs.

There are two features (qga and qmp) which enable their respective functionality. They can be enabled in your Cargo.toml:

[dependencies]
qapi = { version = "0.15", features = [ "qmp" ] }

Examples

Short examples are available for both QMP and Guest Agent. Async/nonblocking examples using tokio are also available.

Dependencies

~0.6–1.5MB
~31K SLoC