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] method for communication between containers

2014-04-09 Thread Daniel P. Berrange
On Wed, Apr 09, 2014 at 05:55:57AM +, WANG Cheng D wrote: > Dear Daniel, > As you know, following your suggestion, I can expose shared memory to > two containers hosted by the same machine, thus the two containers can > exchange data. Now I have a new problem: how does the containers avoid > co