From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41914 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ORS4E-0002xy-0e for qemu-devel@nongnu.org; Wed, 23 Jun 2010 11:40:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ORS4C-0006aQ-IC for qemu-devel@nongnu.org; Wed, 23 Jun 2010 11:40:45 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:43600) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORS4C-0006aC-FI for qemu-devel@nongnu.org; Wed, 23 Jun 2010 11:40:44 -0400 Received: by iwn10 with SMTP id 10so3530042iwn.4 for ; Wed, 23 Jun 2010 08:40:43 -0700 (PDT) From: Miguel Di Ciurcio Filho Date: Wed, 23 Jun 2010 12:39:56 -0300 Message-Id: <1277307603-28960-1-git-send-email-miguel.filho@gmail.com> Subject: [Qemu-devel] [PATCH 0/7] 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 implement the previously discussed QMP command query-netdev. There is small change in the specification from the last version: when "type" is "tap", the attribute "sndbuf" have been removed. "sndbuf" is not available on all platforms and most of the tap_set_sndbuf() implementations are stubs. Regards, Miguel