Re: [PATCH v2 4/8] configure: add --without-default-features

2020-12-11 Thread Alex Bennée
Thomas Huth writes: > On 10/12/2020 20.04, Alex Bennée wrote: >> 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

Re: [PATCH v2 4/8] configure: add --without-default-features

2020-12-10 Thread Thomas Huth
On 10/12/2020 20.04, Alex Bennée wrote: > 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-devi

[PATCH v2 4/8] configure: add --without-default-features

2020-12-10 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