Re: [Qemu-discuss] use veth device with qemu

2015-09-30 Thread Vlad Yasevich
On 09/26/2015 04:44 AM, Corin Langosch wrote: > Hi guys, > > I'd the like to run each qemu in its own netns, while still giving it full/ > transparent network access. I can connect > qemu to the network by creating another bridge inside the guest netns with > the veth peer and qemu tap device li

Re: [Qemu-discuss] "-net udp,..." not working on QEMU 2.0.0 ?

2015-09-30 Thread Peter Maydell
On 25 September 2015 at 12:48, Willard Dennis wrote: > Hi all, > > Using the CentOS 7 package of QEMU 2.0.0 ( package name = > qemu-system-x86-2.0.0-1.el7.5.x86_64 ) and it's generally working fine. > However, when I tried to use it with GNS3 (networking device emulation > package) with a certain

Re: [Qemu-discuss] How to Use QEMU

2015-09-30 Thread Jakob Bohm
You downloaded the source code of the emulator. Windows builds are available from http://qemu.weilnetz.de/ and http://www.omledom.com/ (Those are different builds by different people). Documentation is available at http://wiki.qemu.org/Manual On 29/09/2015 10:25, Paolo G. Santiago wrote: Goo