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
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
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
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 ,