clarify error message for pcidev

This commit is contained in:
Stanislav Shwartsman 2011-08-17 18:27:49 +00:00
parent 0d23553cae
commit 3018b08f59
3 changed files with 597 additions and 567 deletions

1158
bochs/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -714,7 +714,7 @@ AC_ARG_ENABLE(pcidev,
KERNEL_MODULE_SUFFIX="ko"
;;
*)
AC_MSG_ERROR([Linux kernel 2.4 or 2.6 is required])
AC_MSG_ERROR([Linux kernel 2.4 or 2.6 is required for PCI host device mapping])
;;
esac
KERNELDIR="/lib/modules/$linux_version/build"

View File

@ -322,8 +322,10 @@ Bochs CPU configurability - go over all CPUID feature extensions and see how and
35. CPU Feature: DCA (Direct Cache Access)
???
Enables CPUID[0x00000001].ECX[18] flag.
Enables IA32_PLATFORM_DCA_CAP MSR register.
Enables CPUID[0x00000009] Direct Cache Access Information Leaf.
Indicates the processor supports the ability to prefetch data from a memory mapped device.
Not implemented in Bochs.
36. ISA Feature: SSE4.1