search for: tthtlc

Displaying 4 results from an estimated 4 matches for "tthtlc".

2015 Dec 01
2
Compilation errors
While doing a make on the recently checkout version: I got the following errors: [ 68%] Built target dd [ 68%] Built target compiler-rt-headers [ 68%] Building C object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdidf.c.o In file included from /home/tthtlc/llvm/llvm/projects/compiler-rt/lib/builtins/x86_64/floatdidf.c:9:0: /home/tthtlc/llvm/llvm/projects/compiler-rt/lib/builtins/x86_64/../int_lib.h:131:8: error: C++ style comments are not allowed in ISO C90 [-Werror] #endif // defined(_MSC_VER) && !defined(__clang__) ^ /home/tthtlc/l...
2015 Dec 01
2
Compilation errors
...got the following errors: >> >> [ 68%] Built target dd >> [ 68%] Built target compiler-rt-headers >> [ 68%] Building C object >> projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdidf.c.o >> In file included from >> /home/tthtlc/llvm/llvm/projects/compiler-rt/lib/builtins/x86_64/floatdidf.c:9:0: >> /home/tthtlc/llvm/llvm/projects/compiler-rt/lib/builtins/x86_64/../int_lib.h:131:8: >> error: C++ style comments are not allowed in ISO C90 [-Werror] >> #endif // defined(_MSC_VER) && !defined(__clang_...
2007 Jul 29
2
Execution Flow when Guest Page Fault
I would like to know approximately the overall execution flow when the guest O/S page fault - how is the page fault transfer to a page fault in the host O/S? Thanks. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Aug 07
6
Can VMWare modules run alongside in XEN kernel?
I would like to have VMware modules running in the XEN kernel, NOT in DOM0 kernel but outside at the hypervisor level, is that possible? Architecturally, I noticed that xen subbranch does not implement any modules loading. If I were to load the VMware modules directly as an ELF image, will it break any existing architectural feature in XEN? Thanks :-).