repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s390/virtio-ccw: Fix migration
[qemu.git]
/
roms
/
config.seabios-128k
blob
c719ba6892d53ac9645c67580f9ba8064a813c90
1
# for qemu machine types 1.7 + older
2
# need to turn off features (xhci,uas) to make it fit into 128k
3
CONFIG_QEMU=y
4
CONFIG_ROM_SIZE=128
5
CONFIG_XEN=n
6
CONFIG_USB_XHCI=n
7
CONFIG_USB_UAS=n
8
CONFIG_SDCARD=n