(top posting to keep thread consistent)
Then you should remember to pass the qemu options to
start the VM as a XEN DomU, not as a software VM inside
your current (Dom0) VM.
I think (from reading qemu --help) that you may need
to do that via something called xend, there is probably
a manual somew
Hello.
If i setup -qmp over tcp (eg. "-qmp tcp:1.1.1.1:1,server,nowait") only the
first connection is accepted.
1)
Is it possible to setup tcp listener/accept to allow multiple
(paralel, not waiting) connection ?
2)
I try unsuccessful to find any possibility to add -qmp
connection liste
On 05/08/2015 04:46 AM, dE wrote:
> Hi!
>
> I'm trying to get 2 qemu guest to connect via bridging. This is what I'm
> doing --
>
> modprobe tun;ip tuntap add mode tap veth;ip a add fc00::1001/124 dev veth;ip
> link set dev
> veth up
>
> qemu-system-x86_64 -machine accel=kvm,kernel_irqchip=on,