build: Disable some unnecessary features

This commit is contained in:
Matt Borgerson 2019-11-23 18:33:36 -07:00 committed by mborgerson
parent 32ad2bc012
commit 3cbe585b59
3 changed files with 18 additions and 0 deletions

View file

@ -123,6 +123,17 @@ set -x # Print commands from now on
--disable-lzo \
--disable-smartcard \
--disable-usb-redir \
--disable-bochs \
--disable-cloop \
--disable-dmg \
--disable-vdi \
--disable-vvfat \
--disable-qcow1 \
--disable-qed \
--disable-parallels \
--disable-sheepdog \
--without-default-devices \
--disable-blobs \
${user_opts}
time make -j"${job_count}" subdir-i386-softmmu 2>&1 | tee build.log

View file

@ -25,3 +25,4 @@
CONFIG_ISAPC=y
CONFIG_I440FX=y
CONFIG_Q35=y
CONFIG_XBOX=y

View file

@ -99,3 +99,9 @@ config VMPORT
config VMMOUSE
bool
depends on VMPORT
config XBOX
select PC
select USB_OHCI
select USB_STORAGE_BOT
select AC97