From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60Cl-0000vr-Cf for qemu-devel@nongnu.org; Wed, 22 Jan 2014 10:59:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W60Cc-0006NB-Kt for qemu-devel@nongnu.org; Wed, 22 Jan 2014 10:59:03 -0500 Received: from mail-ea0-x230.google.com ([2a00:1450:4013:c01::230]:53605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W60Cc-0006Mj-DV for qemu-devel@nongnu.org; Wed, 22 Jan 2014 10:58:54 -0500 Received: by mail-ea0-f176.google.com with SMTP id h14so4613961eaj.21 for ; Wed, 22 Jan 2014 07:58:53 -0800 (PST) Date: Wed, 22 Jan 2014 09:58:48 -0600 From: Stefan Hajnoczi Message-ID: <20140122155848.GA11886@stefanha-thinkpad.redhat.com> References: <20140116062921.GB14680@stefanha-thinkpad> <20140120162229.GA3446@stefanha-thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Simulate different network card vendors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: rajan pathak Cc: qemu-devel@nongnu.org On Wed, Jan 22, 2014 at 06:30:42PM +0530, rajan pathak wrote: > But I don't know what are the steps to emulate it for QEMU. > > Would you suggest me some links where I can get some idea of how emulating > a Device for QEMU? Look at existing code in hw/net/*.c, for example e1000.c. Stefan