Am 11.08.2010 19:07, schrieb Paolo Bonzini:
On 08/11/2010 11:49 AM, Cam Macdonell wrote:The win32 problems (missing mmap, maybe more) remain. Could you please fix them?Could that be accomplished with excluding it on Windows on the makefiles?Yes, just use obj-$(CONFIG_POSIX). Paolo
Or use obj-$(CONFIG_KVM) if that file is only reasonable when KVM is supported.
Stefan