[libvirt-users] Ask for help about bug 1058149

2014-03-31 Thread Qiang Guan
On Mar 31, 2014 at 21:23PM, Martin Kletzander wrote: On Thu, Mar 27, 2014 at 10:07:43AM +0800, Qiang Guan wrote: Hi Martin, Is there any plan to fix the libvirt bug 1058149 which I reproduced on the libvirt master branch? Hi, Sorry for such late response, I'm currently busy working on whole

Re: [libvirt-users] Programmatically force shutdown a guest: possible?

2014-03-31 Thread Eric Blake
On 03/30/2014 02:47 AM, Pasquale Dir wrote: > Yes, you are right. [please don't top-post on technical lists] > Listen, as the documentation is not very exaustive, can you explain briefly > to me how a guest agent works? There's two essential pieces - while you can add the pieces in either order,

Re: [libvirt-users] Connecting libvirt to manually compiled QEMU

2014-03-31 Thread Asadullah Hussain
Fixed Thanks for all the help. It's simple just configured & installed QEMU 1.4.0 through standard way and restarted the libvirt-bin service through initctl. Libvirt runs *"qemu-system-x86_64 -help*" command to get the emulator version (virsh version). This option was disabled in my custom QEMU,

Re: [libvirt-users] Passing non-standard Options through Libvirt to QEMU

2014-03-31 Thread Daniel P. Berrange
On Mon, Mar 31, 2014 at 04:33:40PM +0500, Asadullah Hussain wrote: > Hello, I have a custom QEMU which requires some non-standard command line > arguments to launch a VM. e.g., "--proc-type=secondary" option is always > required to launch a QEMU VM. > > To launch the VM through libvirt (virsh) "Ho

[libvirt-users] Passing non-standard Options through Libvirt to QEMU

2014-03-31 Thread Asadullah Hussain
Hello, I have a custom QEMU which requires some non-standard command line arguments to launch a VM. e.g., "--proc-type=secondary" option is always required to launch a QEMU VM. To launch the VM through libvirt (virsh) "How do I specify these non-standard options in XML? OR if thats not possible ,

[libvirt-users] Specify a disk image file which is on an iscsi target

2014-03-31 Thread Pasquale Dir
Hello, for my vm I'd like to specify a disk image which would be on an iscsi target. Currently, by using targets directly, I'd just specify the path in /dev/disk/by-path/ip-192.168.1.2:3260-iscsi-iqn.myiqn but how to specify a file which is actually INSIDE this path, ex. /dev/disk/by-path/ip-192.1