- added devices ES1370 and E1000 to shortcut scripts (known to work with Linux

and WinXP guests)
- TODO: USB xHCI could also be added, but more tests are required
This commit is contained in:
Volker Ruppert 2012-05-01 18:03:43 +00:00
parent 378f8a04a6
commit af74c6df44
5 changed files with 14 additions and 0 deletions

View File

@ -35,6 +35,8 @@ case $which_config in
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
${CONFIGURE_ARGS}
;;
@ -53,6 +55,8 @@ case $which_config in
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \
--enable-e1000 \
--enable-plugins \
--enable-show-ips \
--with-all-libs \

View File

@ -26,6 +26,9 @@ export CXXFLAGS
--enable-pci \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \
--enable-e1000 \
--enable-plugins \
--with-macos \
${CONFIGURE_ARGS}

View File

@ -28,5 +28,8 @@ export LDFLAGS
--enable-pci \
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \
--enable-e1000 \
--enable-plugins \
${CONFIGURE_ARGS}

View File

@ -23,5 +23,7 @@ export CXXFLAGS
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--with-win32 --with-rfb --with-nogui

View File

@ -12,6 +12,8 @@ set echo
--enable-clgd54xx \
--enable-usb \
--enable-usb-ohci \
--enable-es1370 \
--enable-e1000 \
--enable-show-ips \
--disable-readline \
--without-x \