[Qemu-discuss] multiple connection to -qmp

2015-05-12 Thread Martin Cerveny
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

Re: [Qemu-discuss] Bridging not working across qemu guests.

2015-05-12 Thread Vlad Yasevich
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

Re: [Qemu-discuss] High CPU in idle Windows guest

2015-05-12 Thread Jakob Bohm
(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