Displaying 20 results from an estimated 368 matches for "neos".
Did you mean:
neon
2007 Dec 28
3
How to get the c/s 15011(unstable)
Folks,
I download the Neocleus 1:1 patch from following link:
http://lists.xensource.com/archives/html/xen-devel/2007-05/msg01144.html
Currently I want to add Neocleus 1:1 Patch to the xen-3.1.0 to make the
HVM guest grab the device directly. When I add these patches and
recompile and install the Xen source and try to start the HVM guest, the
HVM guest can not start and the system hang.
2012 May 16
2
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
Hi All,
I built the binaries from the 3.1 final tag
(http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below:
> ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin
> make install
I notice that I can compile a program using clang as below:
> ashoknn at
2012 May 17
2
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
Are you intending to try to link? That error message isn't coming from clang, but from /usr/bin/ld. If you just want the bitcode for the one source file, you need to pass "-c" as well, just like if you want an object file.
-Jim
On May 16, 2012, at 5:39 PM, Ashok Nalkund <ashoknn at qualcomm.com> wrote:
> Resending, can somebody please help?
>
> On 5/16/2012 2:47 PM,
2012 May 17
0
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
Resending, can somebody please help?
On 5/16/2012 2:47 PM, Ashok Nalkund wrote:
> Hi All,
> I built the binaries from the 3.1 final tag
> (http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_31/final/ etc) as below:
>
>> ../llvm/configure --enable-targets=host-only --prefix=/local/mnt/workspace/ashoknn/crd/neo/llvmsvn/build/bin
>> make install
>
> I notice that
2012 May 17
0
[LLVMdev] clang looking for gold plugin when used with '-emit-llvm' option
MY BAD (in caps)...really sorry to have bothered. I was thinking of -S
-E options but forgot the -c option.
clang -c -emit-llvm test.c
lli test.o
both work fine :).
Thanks,
ashok
On 5/16/2012 5:45 PM, Jim Grosbach wrote:
> Are you intending to try to link? That error message isn't coming from clang, but from /usr/bin/ld. If you just want the bitcode for the one source file, you need to
2008 Aug 29
6
VT-d on Xen is supporting 64bit BARs?
hi,
I just tried the tip of the xen-unstable branch. It looks that the Xen
supports 64bit BARs now?
Thanks,
Neo
--
I would remember that if researchers were not ambitious
probably today we haven''t the technology we are using!
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Sep 02
9
Can we disable secondary_bus_reset in runtime?
I think we need this feature at least for debugging purpose, right?
Or, do we already have this feature?
Thanks,
Neo
--
I would remember that if researchers were not ambitious
probably today we haven''t the technology we are using!
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jul 11
10
Will Xen support PCI add-on card for serial ports?
hi,
It looks that Xen currently only support ISA serial port, which is onboard.
Is there any plan to support the PCI serial port?
Thanks,
Neo
--
I would remember that if researchers were not ambitious
probably today we haven''t the technology we are using!
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2005 Nov 15
0
error with dlls
i have wine 20050310 over Debian Sarge 3.1r0a with kernel 2.6.8-2-686.
i'm trying to run NEO-MU.exe. That's a Mu-Online release and a have this
stderr
sebastian@debian:/mnt/varios/neo-mu$ wine NEO-MU.exe
Invoking /usr/lib/wine/wine.bin NEO-MU.exe ...
err:module:import_dll Library MFC42.DLL (which is needed by
L"Z:\\mnt\\varios\\neo-mu\\NEO-MU.exe") not found
2008 Oct 08
7
How to debug Xen and Dom0 driver?
hi,
I am wondering if anybody is doing Xen or Dom0 debugging with gdb
here. If yes, could you show me the procedure of doing that?
Thanks,
Neo
--
I would remember that if researchers were not ambitious
probably today we haven''t the technology we are using!
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2008 Jul 14
14
Workaround for the corrupted Intel X48 DMAR table
hi,
I am trying the Xen unstable on X48 chipset these days but it failed due to
an corrupted RMRR table in the ACPI. The following is the acpi dump of DMAR.
DMAR @ 0x7fef1000
0000: 44 4d 41 52 20 01 00 00 01 d1 49 4e 54 45 4c 20 DMAR .....INTEL
0010: 44 58 34 38 42 54 32 20 12 06 00 00 4d 53 46 54 DX48BT2 ....MSFT
0020: 13 00 00 01 23 00 00 00 00 00 00 00 00 00 00 00 ....#...........
2012 May 14
2
[LLVMdev] MCJIT
On May 14, 2012, at 11:12 AM, Ashok Nalkund <ashoknn at qualcomm.com> wrote:
> On 5/14/2012 10:40 AM, Ashok Nalkund wrote:
>>>
>>> Hm. OK, that's odd. It should change which constructor gets called in EngineBuilder::create() (which is in lib/ExecutionEngine/ExecutionEngine.cpp). Are you perhaps calling setUseMCJIT(true) after having already called create()? Can
2010 Mar 31
1
Weird R behaviour?
Dear list,
I have observed a weird behaviour from R --- apologies if I am missing
something obvious!
df3f826f28
df3f826f28
Say you type in R:
>c.preec <- 10074
>c.gd <- 2200
>p1 <- .2
>c.neo <- p1*9451 + (1-p1)*3883
>n.preec <- 3710
>n.gd <- 2650
>n.neo <- 2120
>n.pcos <- 53000
>unit.met <- 94
>cost.met <- 94*n.pcos
>effect <-
2006 Jul 18
3
RFlickr usage
hi friends,
any body know how to use rflickr...
i want to authenticate the user to enter his flickr account from my ROR
app...
ie he can view his images which he uploaded into his flickr account...
is there any way to get this functionality through flickr api?
plz give some ideas...
regards,
Neo
--
Posted via http://www.ruby-forum.com/.
2006 Aug 17
1
installation of "Civ 4", "Matrix: Path of Neo", etc.
Hi all
When I try to install some games, an error screen like the one in the
attachment appears. What can I do?
I use plain Wine 0.9.19.
Sorry, if I askes soem questions that could be in the FAQ. But I'm doing
now a rigid testing of Wine to see how good it works.
greetings
Bojan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Wine + "Matrix:
2012 Dec 05
1
request
Dear Dr. bernhard
cc. r-help
Thank you very much for deverlopping rneos package. I read the document of
rneos.
however, due to my inability, i could not figure-out how to connect with
neos server from R environment.
let me explain the steps, i took. my laptop is using wireless of my
laboratory. to connect the internet, i need proxy address and specific port
(that i h...
2012 May 30
0
anova.coxph for multiple events model
Hi,
I'm trying to do a multiple events model using coxph. I need to choose which
covariates stay in the final model and i'm using anova but it seems that it
doesn't work with robust variances as a error message appears when I try to
do it:
/PWPfit<-coxph(Surv(ini,fim,status)~Sexo+Transmissao+Regime+HAART+Drogas+Psi+
+ CD4+CV+Neo+IO+cluster(idPARTICIPANTE)+strata(Estrato),data=PWP)
2007 Mar 19
3
Settlers 4 - Cannot enable hardware accaleration
Hello!
I have isntalled Settlers 4 Platin Edition and I ve managed to run the
game (wine 0.9.23) - the problem is, that I cannot enable hardware
accaleration ingame and some the whol game is very very slow - whenever
I try to enable hardware accaleration I get:
xxx@neo:~/.wine/drive_c/BlueByte/Die Siedler IV$
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x12
2012 May 20
2
[LLVMdev] lli unable to resolve symbol _ZNKSt3__16locale9use_facetERNS0_2idE in bitcode
Hi,
LLVM/Clang version: 3.2svn (r156975). I have a bitcode file that I'm
trying to load/execute using lli as below but it reports an error about
unresolved symbol:
> LLVM ERROR: Program used external function '_ZNKSt3__16locale9use_facetERNS0_2idE' which could not be resolved!
> lli: /local/mnt/workspace/ashoknn/crd/neo/llvm/proto/llvmsvn/llvm/lib/Support/ThreadLocal.cpp:54:
2012 May 14
2
[LLVMdev] MCJIT
On 5/14/2012 10:28 AM, Jim Grosbach wrote:
>
> On May 14, 2012, at 10:21 AM, Ashok Nalkund<ashoknn at qualcomm.com> wrote:
>
>> On 5/14/2012 9:51 AM, Jim Grosbach wrote:
>>>
>>>>>
>>>>> If you're hitting that code, you're running the old JIT (which does indeed not support inline assembly), not the MCJIT.
>>>>>