This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
1afdfddc41
qemu
/
default-configs
/
i386-softmmu.mak
5 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add new config-devices.mak for each target We generate config-devices.h from there automatically. We need to do it in main Makefile, because we are going to need a main Makefile for them. Patchworks-ID: 35196 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-10-07 08:41:02 +08:00
# Default configuration for i386-softmmu
Build usb-ohci for PCs The OHCI emulation isn't obviously broken and there are people who want to use it. Let's build it by default so that it can be enabled via -device. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-03-03 23:02:25 +08:00
CONFIG_USB_OHCI
=
y
Compile vga-pci only once Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-03-22 03:47:00 +08:00
CONFIG_VGA_PCI
=
y