Lines Matching refs:crate
91 crate, which is planned for inclusion in QEMU, but it can be easily patched
130 .. [#issues] The ``pl011`` crate is synchronized with ``hw/char/pl011.c``
131 as of commit 3e0f118f82. The ``hpet`` crate is synchronized as of
282 crate, which is able to "look inside" them when building an in-memory
306 Here are some things to keep in mind when working on the ``qemu_api`` crate.
368 The ``qemu_api_macros`` crate has utility functions to examine a
416 adding a new external crate, especially if it comes with a large set of
433 Choose a version of the crate that works with QEMU's minimum supported
437 crate. The wrap file must be named ``NAME-SEMVER-rs.wrap``, where ``NAME``
438 is the name of the crate and ``SEMVER`` is the version up to and including the
439 first non-zero number. For example, a crate with version ``0.2.3`` will use
440 ``0.2`` for its ``SEMVER``, while a crate with version ``1.0.84`` will use ``1``.
442 Third, the Meson rules to build the crate must be added at
454 If a crate is needed in both procedural macros and QEMU binaries, everything
456 non-native versions of the crate.
463 file of the crate).