Re: [Qemu-devel] Communication between Windows 7 host and Linux guest

2014-01-06 Thread Gripon Sébastien
astien -Message d'origine- De : Stefan Hajnoczi [mailto:stefa...@gmail.com] Envoyé : lundi 6 janvier 2014 03:15 À : Gripon Sébastien Cc : qemu-devel@nongnu.org Objet : Re: [Qemu-devel] Communication between Windows 7 host and Linux guest On Sun, Dec 22, 2013 at 07:15:18PM +, G

Re: [Qemu-devel] Communication between Windows 7 host and Linux guest

2014-01-05 Thread Stefan Hajnoczi
On Sun, Dec 22, 2013 at 07:15:18PM +, Gripon Sébastien wrote: > I have the need to communicate efficiently between Windows 7 host and linux > guest. I tried first to use an IP socket communication using TAP driver on > Windows. Unfortunately, we reach a maximum of 4 Mbits/s where I would need

[Qemu-devel] Communication between Windows 7 host and Linux guest

2013-12-22 Thread Gripon Sébastien
Hi, I have the need to communicate efficiently between Windows 7 host and linux guest. I tried first to use an IP socket communication using TAP driver on Windows. Unfortunately, we reach a maximum of 4 Mbits/s where I would need faster communication (more than 10 Mb/s). I don’t know yet if the