diff options
author | Paolo Bonzini | 2020-12-14 11:34:47 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-01-02 21:03:09 +0100 |
commit | c035c8d6f54ce10a350e0b6cee558075d1f42f9c (patch) | |
tree | a4eca556462f79d77767c6fa0290b0a51ddf576d /configure | |
parent | tests: update for rename of CentOS8 PowerTools repo (diff) | |
download | qemu-c035c8d6f54ce10a350e0b6cee558075d1f42f9c.tar.gz qemu-c035c8d6f54ce10a350e0b6cee558075d1f42f9c.tar.xz qemu-c035c8d6f54ce10a350e0b6cee558075d1f42f9c.zip |
configure: document --without-default-{features,devices}
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1719,6 +1719,10 @@ Advanced options (experts only): --efi-aarch64=PATH PATH of efi file to use for aarch64 VMs. --with-suffix=SUFFIX suffix for QEMU data inside datadir/libdir/sysconfdir/docdir [$qemu_suffix] --with-pkgversion=VERS use specified string as sub-version of the package + --without-default-features default all --enable-* options to "disabled" + --without-default-devices do not include any device that is not needed to + start the emulator (only use if you are including + desired devices in default-configs/devices/) --enable-debug enable common debug build options --enable-sanitizers enable default sanitizers --enable-tsan enable thread sanitizer |