From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUa2P-00030V-0c for qemu-devel@nongnu.org; Fri, 11 Oct 2013 06:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUa2G-0000kW-Cr for qemu-devel@nongnu.org; Fri, 11 Oct 2013 06:33:40 -0400 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:36200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUa2G-0000kQ-4M for qemu-devel@nongnu.org; Fri, 11 Oct 2013 06:33:32 -0400 Received: by mail-la0-f45.google.com with SMTP id eh20so3226359lab.32 for ; Fri, 11 Oct 2013 03:33:30 -0700 (PDT) Date: Fri, 11 Oct 2013 14:39:48 +0400 From: Antony Pavlov Message-Id: <20131011143948.a2c1b466c09ab46658380fbf@gmail.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Networking in QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ayaz Akram Cc: qemu-devel@nongnu.org On Fri, 11 Oct 2013 03:01:48 -0700 Ayaz Akram wrote: > I have to emulate netwotking drivers for a particular mips board in qemu.= I > have gone through MALTA mips machine and its emulation in qemu, but I have > not been able to find any good documentation to find out what should be > starting point? Any help in this regard would be highly appreciated... You can find my scripts for running mips malta qemu with networking support= on github: https://github.com/frantony/clab See sample networking options in this file: https://github.com/frantony/clab/blob/master/qemu-configs/malta-linux-gnu= /default Also you can use VDE2 with qemu. See this file: https://github.com/frantony/clab/blob/master/qemu-configs/malta-linux-gnu= /vde-network --=A0 Best regards, =A0 Antony Pavlov