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

2014-04-10 Thread Daniel P. Berrange
On Thu, Apr 10, 2014 at 11:31:11AM +0500, Asadullah Hussain wrote: > There are a couple of problems with passthrough qemu: > > 1. virsh version/capabilities command executes "qemu -help" but this gives > an error in my case because my customized qemu has to receive mandatory > non-standard parame

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

2014-04-09 Thread Asadullah Hussain
There are a couple of problems with passthrough qemu: 1. virsh version/capabilities command executes "qemu -help" but this gives an error in my case because my customized qemu has to receive mandatory non-standard parameters "qemu -c -n -- -help". 2. Similarly when passing arguments as passthrou

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 ,