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