From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59306 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMpSM-0000LP-GQ for qemu-devel@nongnu.org; Thu, 10 Jun 2010 17:38:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMpSL-0004dL-IJ for qemu-devel@nongnu.org; Thu, 10 Jun 2010 17:38:34 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:62730) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMpSL-0004dG-FD for qemu-devel@nongnu.org; Thu, 10 Jun 2010 17:38:33 -0400 Received: by gwj17 with SMTP id 17so345559gwj.4 for ; Thu, 10 Jun 2010 14:38:32 -0700 (PDT) From: Miguel Di Ciurcio Filho Date: Thu, 10 Jun 2010 18:36:57 -0300 Message-Id: <1276205825-1922-1-git-send-email-miguel.filho@gmail.com> Subject: [Qemu-devel] [PATCH 0/8] QMP: Introduce query-netdev List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: avi@redhat.com, armbru@redhat.com, lcapitulino@redhat.com This series introduces the protocol specification for querying the backend network devices and a monitor command to show the same information. Patch 01 adds a new function qdict_to_qstring(). Patch 02 adds the documentation for query-netdev. Patch 03 adds a new QDict member to VLANClientState named info_dict. Patches 04-07 updates all devices to feed information into the new QDict info_dict. Patch 08 implements do_info_netdev() for query-netdev and the monitor command 'info netdev'. Regards, Miguel