search for: ashish

Displaying 20 results from an estimated 242 matches for "ashish".

2008 Oct 25
5
sse, mmx support for hvm guests
...'ve a quad-core x86_64 machine (Intel Xeon), with sse/mmx support. However, I want to disable sse/mmx support from HVM guests. How can I do this? Also, is it reasonable to expect illegal instruction fault in non-root VMX mode if a guest VM runs an application with sse/mmx instructions? Thanks, Ashish _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Sep 28
3
[LLVMdev] compile linux kernel
does that mean .o generated with gcc (.c -> .s and .s -> .o) will not contain llvm ir? i meant, final kernel bitcode ir arch independent and can be JIT with any arch-specific backend. Is it not the case? thanks, ashish On Sat, Sep 27, 2008 at 10:43 PM, Andrew Lenharth <andrewl at lenharth.org> wrote: > On Sat, Sep 27, 2008 at 8:08 PM, Ashish Bijlani > <ashish.bijlani at gmail.com> wrote: >> If I use GCC to generate asm-offsets.s file, then the build system go >> ahead but fails when...
2007 Jan 26
2
Hello Everybody, my problem with voicemail.conf
Hello everybody i am Ashish here. i am new to this mailing list. so dont know rules and regulation, just trying to post my problem of voicemail.conf Actuallt right now i am using Asterisk 1.2 on my LAN environment. i am able to call all my extension very nicely. Right now i am trying to deploying voicemail facility for all...
2011 Sep 21
2
R help on write.csv
Hi, I wanted to write the data created using R on existing csv file. However everytime I use write.csv, it overwrites the values already there in the existing csv file. Any workaround on this. Thanks for your help Ashish Kumar Estee Advisors Pvt. Ltd. Email: ashish.kumar@esteeadvisors.com Cell: +91-9654072144 Direct: +91-124-4637-713 [[alternative HTML version deleted]]
2015 Mar 27
2
[LLVMdev] LLVM fails for inline asm with Link Time Optimization
...ord ptr 28(%esp) 1> ^ 1><inline asm>:4:21 : error 0: invalid token in expression 1> movq mm1, [edi+ebx-$8] 1> ^ 1><inline asm>:5:12 : error 0: invalid operand for instruction 1> pxor mm0, mm0 Thanks Ashish On Fri, Mar 27, 2015 at 8:21 PM, Rafael EspĂ­ndola < rafael.espindola at gmail.com> wrote: > If you are getting a parse error it is very likely a different bug. In > that bug the issue is that we don't parse the function bodies to find > if some inline in them defines (or uses)...
2018 Feb 17
1
GSOC 2018 Introduction
Hello all, My name is Ashish Kumar Gahlot and I am a final year undergraduate student of Engineering College Ajmer(Rajasthan, India) majoring in Computer Science. I am interested in working on project *Integrate with Z3 SMT solver to reduce false positives *for GSOC 2018. I am having experience with SMT solvers as I play CTFs...
2017 Oct 26
2
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish, IMO, it is yes, no way to increase tx_queue_size for direct type interface ------- Best Regards, Yalan Zhang IRC: yalzhang Internal phone: 8389413 On Thu, Oct 26, 2017 at 3:38 PM, Ashish Kurian <ashishbnv@gmail.com> wrote: > Hi Yalan, > > In the previous email you mentioned...
2008 Sep 28
0
[LLVMdev] compile linux kernel
...way means the result will *actually work*. The LLVM IR generated by llvm-gcc is very architecture dependent. Theoretically you could make a C compiler that was mostly C compliant and produced architecture independent LLVM IR. llvm-gcc is not this compiler, however. On Sun, Sep 28, 2008 at 1:07 AM, Ashish Bijlani <ashish.bijlani at gmail.com> wrote: > does that mean .o generated with gcc (.c -> .s and .s -> .o) will not > contain llvm ir? > > i meant, final kernel bitcode ir arch independent and can be JIT with > any arch-specific backend. Is it not the case? > > th...
2013 Mar 19
2
[LLVMdev] Basic Block code sample
Hi LLVM Delveloper, i've been working on LLVM and Clang to get basic block information. The CFG supports Visitors (CFG.h) but i might want to ask that is there any code sample available so that i can get the things easily.. Regards, Kulkarni Ashish A. College of engineering, Pune India. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130319/6157a18a/attachment.html>
2010 Feb 11
6
tapdisk2 segfaults with xen-unstable+linux-2.6-pvops
...vm on my machine running xen-unstable (xen-4.0.0-rc3.pre + linux-2.6-pvops). However, I get blktap error: " sudo xm create -c xmexample Using config file "./xmexample". Error: Failed to create device. stdout: unrecognized child response stderr: Check that target "/home/ashish/xen/hd.img" exists and that blktap2 driver installed in dom0. " Dom0 dmesg shows: " [ 7112.648271] blktap_sysfs_create: adding attributes for dev eb5506c0 [ 7112.648287] blktap_control_allocate_tap: allocated tap de87e000 [ 7112.651564] tapdisk2[7325]: segfault at 10 ip b763a540 sp...
2017 Oct 26
5
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish, I have tested with your xml in the first mail, and it works for rx_queue_size(see below). multiqueue need to work with vhost backend driver. And when you set "queues=1" it will ignored. Please check your qemu-kvm-rhev package, should be newer than qemu-kvm-rhev-2.9.0-16.el7_4.2 And the...
2008 Sep 27
4
[LLVMdev] compile linux kernel
...[2]: *** [scripts/mod/elfconfig.h] Error 1 make[1]: *** [scripts/mod] Error 2 make: *** [scripts] Error 2 using the verbose option - $ make V=1 CROSS_COMPILE=llvm- CFLAGS="-O2 -emit-llvm" /bin/bash scripts/checksyscalls.sh llvm-gcc -Wp,-MD,./.missing-syscalls.d -nostdinc -isystem /home/ashish/llvm/llvm-gcc4.2-2.3.source/obj/../install/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -O2 -emit-llvm -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(missing_syscalls)" -D"KBUILD_MODNAME=KBUILD_STR(missing_...
2013 Mar 19
0
[LLVMdev] Basic Block code sample
Hi, Example on how to iterate over CFG, take a look at DominanceFrontier.cpp. You can further implement easily a traverse graph algorithm. On Tue, Mar 19, 2013 at 2:35 PM, Ashish Kulkarni < ashish-kulkarni at hotmail.com> wrote: > Hi LLVM Delveloper, > i've been working on LLVM and Clang to get basic block information. > The CFG supports Visitors (CFG.h) but i might want to ask that is there > any code sample available so that i can get the thi...
2015 Mar 26
2
[LLVMdev] LLVM fails for inline asm with Link Time Optimization
Thanks for response Francois . Do you have any pointers on what can be the issue here or something I can try out. I saw similar active bug in llvm database https://llvm.org/bugs/show_bug.cgi?id=5623 Thanks Ashish On Thu, Mar 26, 2015 at 10:52 PM, Francois Pichet <pichet2000 at gmail.com> wrote: > > > On Wed, Mar 25, 2015 at 4:47 PM, Ashish Saxena <ashishcseitbhu at gmail.com> > wrote: > >> Hi , >> I am trying to enable link time optimization for my projects. Few...
2017 Oct 26
0
Re: Need to increase the rx and tx buffer size of my interface
...;host csum='off' gso='off' tso4='off' tso6='off' ecn='off' ufo='off' mrg_rxbuf='off'/> <guest csum='off' tso4='off' tso6='off' ecn='off' ufo='off'/> </driver> Best Regards, Ashish Kurian On Thu, Oct 26, 2017 at 10:01 AM, Yalan Zhang <yalzhang@redhat.com> wrote: > Hi Ashish, > > IMO, it is yes, no way to increase tx_queue_size for direct type interface > > > > > > > ------- > Best Regards, > Yalan Zhang > IRC: yalzhang > Inter...
2008 Sep 27
2
[LLVMdev] compile linux kernel
...efine DEFINE(sym, val) \ asm volatile("\n->" #sym " %0 " #val : : "i" (val)) .... DEFINE(__NR_syscall_max, sizeof(syscalls) - 1); return 0; # make CROSS_COMPILE=llvm- V=1 llvm-gcc -Wp,-MD,arch/x86_64/kernel/.syscall.o.d -nostdinc -isystem /home/ashish/llvm/llvm-gcc4.2-2.3.source/obj/../install/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -emit-llvm -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -mtune=generic...
2008 Feb 01
2
How to read group descriptor?
Hi All, I am trying to read group descriptor from disk. I am able to read the superblock structure successfully. But I am not getting successful to get the group descriptor. Here is my code. Please check out what is missing. #include<linux/ext3_fs.h> #include<sys/types.h> #include<sys/stat.h> #include<stdio.h> #include<unistd.h> #include<fcntl.h>
2008 Sep 28
3
[LLVMdev] compile linux kernel
...ar.o -o arch/x86_64/vdso/vdso.so arch/x86_64/vdso/vvar.o: file not recognized: File format not recognized collect2: ld returned 1 exit status .... Now, If the build systems generates .so files, then it will be difficult o actually generate fully arch-independent kernel code, isn't it? thanks, ashish On Sat, Sep 27, 2008 at 8:16 PM, Dale Johannesen <dalej at apple.com> wrote: > > On Sep 27, 2008, at 4:34 PM, Ashish Bijlani wrote: > >> Thanks for the help. I've a couple of questions though: >> >> How does LLVM deal with inline assembly? > > It's bee...
2009 Feb 09
6
[Bug 1553] New: key based (authorized_keys2) authentication is not working in Windows 2003
...n Windows 2003 Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: ashish.chorge at patni.com Hi, Following are the steps to reproduce the bug. 1. Installed openssh 4.2p1-1 in Windows Server 2003 + SP2. 2. Use following commands to create user and group/password creation, net user root test at 123 /add mkdir \"Documents and Settings"\root\.ssh cd \...
2015 Feb 09
3
smbclient works with IP address but not hostname
Hi Ashish, On 09/02/15 17:50, Ashish Yadav wrote: > Hi, > > On Sun, Feb 8, 2015 at 11:23 AM, Graeme Russ <gruss at tss-engineering.com > <mailto:gruss at tss-engineering.com>> wrote: > > Hi All, > > I've configured a Fedora 20 server with samba to share a few...