Commit 441c72ba15628e85bda1207cc92b55f77403764b
1 parent
bf079a1e
kqemu is an external project
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1285 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
8 additions
and
15 deletions
LICENSE
| @@ -7,20 +7,6 @@ The following points clarify the QEMU licenses: | @@ -7,20 +7,6 @@ The following points clarify the QEMU licenses: | ||
| 7 | 2) The Linux user mode QEMU emulator is released under the GNU General | 7 | 2) The Linux user mode QEMU emulator is released under the GNU General |
| 8 | Public License. | 8 | Public License. |
| 9 | 9 | ||
| 10 | -3) The QEMU Accelerator Module is a proprietary product. It is | ||
| 11 | - available without charge. Commercial use of the QEMU Accelerator | ||
| 12 | - Module is allowed. | ||
| 13 | - | ||
| 14 | - Redistribution of the QEMU Accelerator Module: any person or | ||
| 15 | - organisation wishing to distribute it, for example on a CD or as a | ||
| 16 | - binary or source package, must have an explicit authorization from | ||
| 17 | - the author. | ||
| 18 | - | ||
| 19 | - The QEMU Accelerator Module is available without any express or | ||
| 20 | - implied warranty. In no event will the author be held liable for | ||
| 21 | - any damages arising from the use of this software. | ||
| 22 | - | ||
| 23 | -4) QEMU is a trademark of Fabrice Bellard. | ||
| 24 | - | 10 | +3) QEMU is a trademark of Fabrice Bellard. |
| 25 | 11 | ||
| 26 | Fabrice Bellard. | 12 | Fabrice Bellard. |
| 27 | \ No newline at end of file | 13 | \ No newline at end of file |
configure
| @@ -348,6 +348,13 @@ fi | @@ -348,6 +348,13 @@ fi | ||
| 348 | 348 | ||
| 349 | # kernel module support | 349 | # kernel module support |
| 350 | if test $kqemu = "yes" ; then | 350 | if test $kqemu = "yes" ; then |
| 351 | + # test if the source code is installed | ||
| 352 | + if test '!' -f "kqemu/Makefile" ; then | ||
| 353 | + kqemu="no" | ||
| 354 | + fi | ||
| 355 | +fi | ||
| 356 | + | ||
| 357 | +if test $kqemu = "yes" ; then | ||
| 351 | # find the kernel path | 358 | # find the kernel path |
| 352 | if test -z "$kernel_path" ; then | 359 | if test -z "$kernel_path" ; then |
| 353 | kernel_version=`uname -r` | 360 | kernel_version=`uname -r` |