search for: priyanka

Displaying 20 results from an estimated 41 matches for "priyanka".

2019 Oct 25
3
register spilling and printing live variables
...illing in llvm, Is there any way to print the maximum live variables in source code. So that we can find out the minimum registers required for execution. Also, is it possible to print the register map of each variable in source code. Any help would be appreciated. Thank you in advance. Regards, Priyanka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191025/e8c8abe6/attachment.html>
2019 Dec 21
2
accessing stack frame after returning from the function
...ackframe assigned for a specific function, after we return from that function? 3. If not, how can we delete the stackframe or clear the memory content after we return from the function? Where do we need to change, in the assembly or llvm source? Any help would be appreciated. Thank you. Regards, Priyanka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191221/d68718be/attachment.html>
2018 Apr 09
2
Clang option for reordering sections in .text
Hi , I would like to know if there is any way to reorder functions in the object file in order to improve code locality by implementing subsections .text.hot. GCC controls this behavior with '-f(no)-reorder-functions' flag, is there any way to do so in clang? Regards, Priyanka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180409/4e1dab3e/attachment.html>
2020 Jan 02
6
error in building llvm with default options
...get llvm-opt-fuzzer [100%] Built target llvm-c-test [100%] Built target LTO Makefile:151: recipe for target 'all' failed make: *** [all] Error 2 Is it because of RAM? I am trying to build in a 16GB RAM, 12 core processor. Can anyone please help what am I missing? Thank you for your time. Priyanka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200102/fec99b35/attachment.html>
2015 Jan 12
2
Re: Installing Libguestfs
...d. I just want to use the functionality provided by virt-copy-in. Can you please tell where will I get the code which virt-copy-in uses internally? I have libguestfs folder. In that which files are used for the same functionality? Or else if u have code for the same, please do provide it. Regards, Priyanka Naik. On Wed, Dec 31, 2014 at 5:31 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Tue, Dec 30, 2014 at 01:58:20PM +0530, Priyanka Naik wrote: > > I want to transfer files between host and guest. What are the ways to > > transfer these files? Is libguestfs the only way...
2020 Feb 12
2
tool options to generate spill code
...; opt -mem2reg -S reg.ll -o reg.ll && llc --regalloc=greedy reg.ll -o reg.s* Only 1. gives the spill code but it deletes the dead stores., 2 and 3 give only allocas. Why so?? How -mem2reg works and what it depends on? How to generate the spill code with dead stores? Thank you. Regards, Priyanka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200212/f7bdcec1/attachment.html>
2014 Dec 30
2
Installing Libguestfs
I want to transfer files between host and guest. What are the ways to transfer these files? Is libguestfs the only way to transfer files between host and guest? Regards, Priyanka Naik
2014 Sep 18
2
Re: Need Help
...on CentOS 6.5, it installed libguestfs 1.20.11. So if we fix the current qemu issue then can we use "hotplugging" in CentOS 6.5? Do you see some other issues? Do you recommend CentOS 7 only for the "hotplugging"? Many Thanks for all your help. On Thu, Sep 18, 2014 at 5:51 AM, Priyanka Ranjan <priyanka3rdfeb@gmail.com> wrote: > Thanks Richard, > I have asked CentOS and qemu mailing list about this issue and waiting for > their reply. > > It is really strange that on CentOS 6.4 VM, atleast qemu was wokring but > in higher version "6.5" it is no...
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 08:52:57PM +0530, Priyanka Ranjan wrote: > Many Thanks Richard for your reply. > > # /usr/libexec/qemu-kvm -nographic -machine accel=kvm:tcg -device \? > > open /dev/kvm: No such file or directory > failed to initialize KVM: Operation not permitted > Back to tcg accelerator. > Could not allocate dy...
2015 Jan 12
0
Re: Installing Libguestfs
And yes the guest is running. We are creating folder of files and want to transfer all files present in that folder. We have host OS as ubuntu and want to transfer files in one particular folder to guest VM which also has ubuntu as guest OS. On Mon, Jan 12, 2015 at 7:54 PM, Priyanka Naik <prnk.nk1@gmail.com> wrote: > I used libguestfs for transferring files from host OS to guest VM. It > worked successfully. But since the tool being very huge and has many more > functionalities, which my project doesn't need. I just want to use the > functionality provid...
2019 Sep 12
3
Taint flow tracking
Let in a program a variable 'x' is tainted. There is an assignment 'y=x' where y is untainted. How to check the taintflow in the output or data flow graph ? Any suggestions? Thank you. Have a great day. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190912/5bb3655c/attachment.html>
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 07:59:03PM +0530, Priyanka Ranjan wrote: > libguestfs: command: run: /usr/libexec/qemu-kvm > libguestfs: command: run: \ -nographic > libguestfs: command: run: \ -machine accel=kvm:tcg > libguestfs: command: run: \ -device ? > libguestfs: error: /usr/libexec/qemu-kvm exited with error status 1, see > debug...
2014 Sep 12
2
Need Help
...ing around 50 seconds . Is there any way to minimize it. If we can not minimize it then Can we create and keep the guestfish virtual shell open so that we can just add a disk , mount and modify the image in few seconds. Need your expert advice. Many Thanks in advance. Thanks & Best Regards, Priyanka.
2020 Jan 02
2
error in building llvm with default options
...had ram issue with 32 > GB + 16 core when build with default options (clang was around 1 GB > binary), you could try to enable shared libraries(BUILD_SHARED_LIBS). > In that case I did not run into out of memory kind of issues. > > -- > Kokan > > On Thu, 2 Jan 2020 at 14:14, Priyanka Panigrahi via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > hello, > > > > I am trying to build LLVM with default options. I am getting the > following error message after make. > > > > [100%] Building C object > tools/llvm-c-test/CMakeFil...
2017 Dec 24
1
Libvirt not terminating SSH processes
Hi LibVirt team, I am facing an issue with libvert. I am closing a "qemu+ssh" connection but the initiated ssh process are going into sleep mode and not getting killed upon closing the connection. Can you please help me figure out the issue ? -- With Kind Regards Priyanka Gupta
2013 Dec 13
0
Talent Pool Technologies Is Looking For ROR Developer
Software Experience: Ruby on Rails Year of Experience: 2 to 3 Years Joining: 1 week Salary: Negotiable Other Technologies: Java, php Location- Hyderabad For further inquiries, feel free to contact Priyanka Arora, Business Development Executive (0172-3292221) Email - priyanka-AzAKvkvUJVvBhubssmDUcA1wVNbaDrcB0E9HWUfgJXw@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To uns...
2014 Dec 17
1
Communication between Host and Guest
...toring processes. We wanted to transfer those dumped files to guest so that they could be restored back, using virtio serial. I found many stuff related to virtio serial but couldn't get the code for transferring files. Can you provide us with the links which could lead us to our way? Regards, Priyanka Naik
2020 Jan 02
3
error in building llvm with default options
...options (clang was around 1 GB > >> binary), you could try to enable shared libraries(BUILD_SHARED_LIBS). > >> In that case I did not run into out of memory kind of issues. > >> > >> -- > >> Kokan > >> > >> On Thu, 2 Jan 2020 at 14:14, Priyanka Panigrahi via llvm-dev > >> <llvm-dev at lists.llvm.org> wrote: > >> > > >> > hello, > >> > > >> > I am trying to build LLVM with default options. I am getting the > following error message after make. > >> > > >&gt...
2014 Sep 13
2
Re: Need Help
Thanks a lot Rechard for your inputs. On Fri, Sep 12, 2014 at 11:23 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Fri, Sep 12, 2014 at 10:40:14PM +0530, Priyanka Ranjan wrote: > > Hello Experts, > > > > I need a help from you . I am using CentOS 6.4 and using guestfish > > to modify an ESX image. > > > > I am adding a disk, executing "run" command and mounting it. the > > "run" command is taking...
2015 Jun 24
1
Conditional statements in libguestfs
Hi Experts, I am writing a guestfish script . I want to implement conditional logic inside guestfish script. For example , if state.tgz exists in image do something else if onetime.tgz exists in the image do someotherthing . Is it possible to do this within guestfish script. I tried to search a solution for this in guestfish doucmentation but couldn't find anything useful. Thanks in advance