From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQX2L-0005iQ-3C for qemu-devel@nongnu.org; Wed, 25 Feb 2015 03:09:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQX2H-0003fY-UC for qemu-devel@nongnu.org; Wed, 25 Feb 2015 03:09:41 -0500 Received: from mail-bn1bon0110.outbound.protection.outlook.com ([157.56.111.110]:49600 helo=na01-bn1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQX2H-0003fO-QX for qemu-devel@nongnu.org; Wed, 25 Feb 2015 03:09:37 -0500 Message-ID: <54ED7FC0.1010808@freescale.com> Date: Wed, 25 Feb 2015 09:54:40 +0200 From: Vasile Catalin-B50542 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] net devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I'm looking through the qemu sources and I'm trying to understand how net devices work. What is considered a net_client inside qemu sources? I'm asking about this because I came upon two functions which (because of their name) sound like they should be doing the same thing. The functions' name are: 1. qemu_new_nic() 2. qemu_new_net_client() More specifically I'm looking through the virtio-net vhost-net sources. Cata