QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Paolo Bonzini 92dedaf169 rust: move dependencies to rust/Cargo.toml 8 months ago
..
src rust: declare self as qemu_api for proc-macros 7 months ago
tests rust: Fix Zhao's email address 10 months ago
.gitignore rust: allow using build-root bindings.rs from cargo 1 year ago
Cargo.toml rust: move dependencies to rust/Cargo.toml 7 months ago
README.md rust: build: add "make clippy", "make rustfmt", "make rustdoc" 1 year ago
build.rs rust/qemu-api: Fix binding path in source directory 9 months ago
meson.build rust/qemu-api: Add initial logging support based on C API 10 months ago
wrapper.h rust/qemu-api: Add initial logging support based on C API 10 months ago

README.md

QEMU bindings and API wrappers

This library exports helper Rust types, Rust macros and C FFI bindings for internal QEMU APIs.

The C bindings can be generated with bindgen, using this build target:

$ make bindings.inc.rs

Generate Rust documentation

Common Cargo tasks can be performed from the QEMU build directory

$ make clippy
$ make rustfmt
$ make rustdoc