From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boY3Y-0000el-BU for qemu-devel@nongnu.org; Mon, 26 Sep 2016 11:43:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boY3V-0001f9-N6 for qemu-devel@nongnu.org; Mon, 26 Sep 2016 11:43:00 -0400 MIME-Version: 1.0 From: Pradeep Kiruvale Date: Mon, 26 Sep 2016 17:41:55 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: [Qemu-devel] Virtio-net cli parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, "qemu-discuss@nongnu.org" Hi All, I want to add couple of new cli options for the virtio-net driver and use them inside the virtio-net driver to throttle the packets. I did go through the code and did single stepping using the gdb, but still could not find the place where the virtio-net parameters are getting parsed and populated into the virtio-net structures. Could some one please guide/suggest where to look into, in qemu code base? Thanks & Regards, Pradeep