Displaying 20 results from an estimated 900 matches similar to: "Libvirt API for attaching volume to domain"
2019 Aug 14
2
Re: Libvirt API for attaching volume to domain
Thanks, this is exactly what I needed.
Is there some documentation where I can get how to exactly call this
function along with the arguments?
On Wed, Aug 14, 2019 at 6:48 PM Peter Krempa <pkrempa@redhat.com> wrote:
> On Wed, Aug 14, 2019 at 18:23:30 +0530, Varsha Verma wrote:
> > Hi,
> >
> > I wanted to know if there is any Python API exposed for libvirt using
2019 Jun 13
1
Libvirt API for getting disk capacity from VM XML
Hello everyone,
I am doing an outreachy internship at Openstack Ironic. In the sushy-tools
project, we are using libvirt VMs to simulate bare metal machines for
testing purposes.
In the XML description of a domain, there are a bunch of disk elements
giving information about the various storage devices attached to the
domain. Is there some way to get the size/capacity of those disks using the
2019 Aug 14
0
Re: Libvirt API for attaching volume to domain
On Wed, Aug 14, 2019 at 18:23:30 +0530, Varsha Verma wrote:
> Hi,
>
> I wanted to know if there is any Python API exposed for libvirt using which
> I can attach a libvirt volume to a libvirt domain/VM.
>
> I intend to do something similar to the `attach-disk` command of virsh
> using python.
virsh uses the virDomainAttachDeviceFlags API in the 'attach-disk'
command
2015 May 31
2
[LLVMdev] Error in building Gold on FreeBSD
I triend the command make all-gold -k
But the error message that it says now is:
/usr/binutils/gold/system.h:38:11:fatal error: 'libintl.h' file not
found
#include <libintl.h>
On Saturday, May 30, 2015, John Criswell <jtcriswel at gmail.com> wrote:
> Dear Aditya,
>
> Regarding the error, it looks like binutils is trying to build its
> documentation. For
2015 Jun 23
3
[LLVMdev] Enabling the gold linker on freebsd
the symlink ld is already pointing to /usr/bin/ld. Also -fuse-ld=gold does
not works on clang in freebsd. I am not sure where is the problem?should I
remove /usr/bin/ld and create a new symlink to /usr/local/bin/ld.gold?
Regards
Aditya Verma
Junior Undergraduate
IDD Computer Sc & Engg
IIT(BHU), Varanasi(UP)
On Mon, Jun 22, 2015 at 5:25 AM, Rafael Espíndola <
rafael.espindola at
2015 Mar 16
2
[LLVMdev] GSOC:Control Flow integrity for kernal
Hi
I want to pursue a project based to improve the existing KCoFI method which
is the Control Flow integrity method for commodity os. Since KCoFI is a
llvm based project I plan to undertake the project to improve the existing
KCoFI method. Following are the improvements that I want to pursue:
1. To improve the call graph used in KCoFI. Implement a stronger call graph.
2. Port the KCoFI to
2015 Mar 26
2
[LLVMdev] GSOC project on KCoFI
Hi
In my previous mail I mentioned the project on KCoFI( the control FLow
integrity methods for commodity hardware
http://sva.cs.illinois.edu/pubs/KCoFI-Oakland-2014.pdf ).
Will it be more helpful to the community if I do the improvements number #1
and #3 mentioned in my previous mail to the mailing list or if i try to
port it to arm architecture?
I have decided to go ahead with the improvements
2015 May 30
3
[LLVMdev] Error in building Gold on FreeBSD
Hi
I followed the steps on
http://llvm.org/docs/GoldPlugin.html#lto-how-to-build to build the gold
plugin on FreeBSD but !
Heres a link to the screenshot of the error:
http://postimg.org/image/anlpuufbl/
This is the error message that it shows and so I am also unable to get
ld-new. I checked and no CFLAGS were set in etc/make.conf.
How to proceed with the installation? I am using the deault
2015 Jun 22
2
[LLVMdev] Enabling the gold linker on freebsd
I have been trying to enable the gold linker on FreeBSD to use the link
time optimizations. I made gold from the binutils under /usr/ports. After
building binutils using make -k install clean i got ld under /usr/bin and
in the directory /usr/local/bin i got ld, ld.gold and ld.bfd.
Now while trying to use link time optimization for the simple example
programs
2011 Jul 21
2
Getting Started
I am a new user and want to learn R from the most basic level.
Suggest me a reading or a link.
Thanks
Varsha
P.S. I would appreciate if you could also send me the link where I can read
questions and answers posted by others.
[[alternative HTML version deleted]]
2008 Jun 17
1
problem when changing default sqlite to mysql
hi all,
i installed rails 2.1.0 just now before i was working with rails
1.2.6. when i try to check the application enviroment link in the index
page of the application it gave me
" MissingSourceFile in Rails/infoController#properties
no such file to load -- sqlite3RAILS_ROOT:
D:/RadRails/Workspace/Varsha "
here i am using win XP, no sqlite installed.
i have
2014 Mar 03
2
Project: Weighting Schemes
Hello Sir,
I am Reetesh Ranjan, a 3rd year undergraduate student at the *INDIAN
INSTITUTE OF TECHNOLOGY BHU, Varanasi-*one of the premier engineering
colleges of India.
I have gone through your webpage thoroughly and I am very interested in the
work that you are undertaking on *Project: Weighting Schemes.*. I earnestly
wish to work under your guidance, learn and progress through this
experience.
2015 May 30
0
[LLVMdev] Error in building Gold on FreeBSD
Dear Aditya,
Regarding the error, it looks like binutils is trying to build its
documentation. For your project, this is a step that you can skip. You
can try using "make -k" to skip over errors and proceed to the "make
install" step. That might work.
As an aside, you should include the error as a plain text attachment
instead of taking a graphic screenshot. The error
2017 Jan 19
0
GSOC project
Hello,
Even I think it would be a very big project for just 3 months, but it would
be fun learning and developing this. I feel I have the required skills and
would like to learn more for this. I have just one doubt regarding the GPU
required for the task. Will a normal NVIDIA GT 740m would be enough or we
need better GPUs like Tesla or Quadro? In the latter case how can one
proceed in case of its
2017 Jan 17
2
GSOC project
Hello,
I am quite interested in the project "Instruction Scheduler" under X.org.
Please tell me where can I find a detailed idea of the project and how to
start it. I think I have the given prerequisites.
Regards
Shailesh Tripathi
Shailesh Tripathi
B.Tech. Part-IV
Electronics Engineering
IIT-BHU (Varanasi)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Dec 07
2
libvirt logging of virDomainAttachDeviceFlags()
Hi,
When using « virsh attach-device ....." to add a channel device to a Guest , I see following entry in libvirt log :
2015-12-07 11:14:47.307+0000: 14551: debug : virDomainAttachDeviceFlags:10433 : dom=0x7f2a58252fc0, ........
Great !!
But , when calling virDomainAttachDeviceFlags( ) from a C program , I got return code -1 but nothing appears related to virDomainAttachDeviceFlags(
2017 Jan 17
2
GSOC project
Hi,
I think a nice project would be to write an application to figure out those latencies automatically maybe even based on envydis.
It could generate latency information based on thread count, register usage, instruction/instruction class, hw unit used. Or even tries to figure out what kind of units exist. Like instructions out of a group which are free to issue/execute after instructions out
2012 May 09
3
creating a domain
hi,
i am a bit confused on how to start an inactive domain using the python bindings, any help would be appreciated.
(inactive as in the domain was created with?virConnect.defineXML sometime in the past)
looks like i have to use virDomain.create, however virDomain.create needs a defined domain xmldesc as a parameter and i am not sure on how to get that
i guess if?virConnect.create was
2017 Jan 17
0
GSOC project
There's not a lot of information about it. Basically we need 2 instruction
scheduling passes -- one pre-RA and one post-RA. The prerequisites are
"know how compilers work" and "have a GPU that you can test performance on".
I won't beat around the bush - this is a very tough project. Every attempt
at it so far has basically failed. There are a lot of issues that have to
2011 Feb 14
1
Use libvirt-python to attach cdrom
Hi all,
I want to attach cdrom by libvirt.py .But can't find a func in
libvirt.py can finish this work.
Who can help me ?
Regard
--
Seven Ling
E-mail: jiejie.ling at qq.com