Re: [RFC PATCH] configure: add --without-default-features

2020-12-02 Thread Alex Bennée
Alex Bennée writes: > By default QEMU enables a lot of features if it can probe and find the > support libraries. It also enables a bunch of features by default. > This patch adds the ability to build --without-default-features which > can be paired with a --without-default-devices for a barely

[RFC PATCH] configure: add --without-default-features

2020-12-02 Thread Alex Bennée
By default QEMU enables a lot of features if it can probe and find the support libraries. It also enables a bunch of features by default. This patch adds the ability to build --without-default-features which can be paired with a --without-default-devices for a barely functional build. The main use