Cargo Features

libafl_qemu_sys has no features set by default.

[dependencies]
libafl_qemu_sys = { version = "0.12.0", features = ["x86_64", "i386", "arm", "aarch64", "mips", "ppc", "hexagon", "usermode", "systemmode", "python", "slirp", "shared", "clippy"] }
x86_64

The following architecture features are mutually exclusive.
build qemu for x86_64 (default)

i386

build qemu for i386

arm

build qemu for arm

aarch64

build qemu for aarch64

mips

build qemu for mips (el, use with the 'be' feature of mips be)

ppc

build qemu for powerpc

hexagon

build qemu for hexagon

be usermode
systemmode slirp?
python = pyo3, pyo3-build-config
slirp build = systemmode

build qemu with host libslirp (for user networking)

Enables slirp of libafl_qemu_build

shared build

Enables shared of libafl_qemu_build

clippy build

special feature for clippy, don't use in normal projects

Enables clippy of libafl_qemu_build

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

pyo3 python?

Enables pyo3 ^0.18

pyo3-build-config build python?

Enables pyo3-build-config ^0.18