From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USjFl-00019t-LH for qemu-devel@nongnu.org; Thu, 18 Apr 2013 03:27:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USjFk-0008Iz-GU for qemu-devel@nongnu.org; Thu, 18 Apr 2013 03:27:33 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:58842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USjFk-0008If-BF for qemu-devel@nongnu.org; Thu, 18 Apr 2013 03:27:32 -0400 Received: by mail-we0-f180.google.com with SMTP id r5so1861389wey.25 for ; Thu, 18 Apr 2013 00:27:31 -0700 (PDT) Date: Thu, 18 Apr 2013 09:27:24 +0200 From: Stefan Hajnoczi Message-ID: <20130418072724.GB19195@stefanha-thinkpad.redhat.com> References: <1365693118-6603-1-git-send-email-akong@redhat.com> <20130416081150.GC6308@stefanha-thinkpad.redhat.com> <20130418025114.GA3684@t430s.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130418025114.GA3684@t430s.nay.redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH] net: introduce monitor command to query mactables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, laine@redhat.com, mst@redhat.com On Thu, Apr 18, 2013 at 10:51:14AM +0800, Amos Kong wrote: > Hi Stefan, > > On Tue, Apr 16, 2013 at 10:11:50AM +0200, Stefan Hajnoczi wrote: > > On Thu, Apr 11, 2013 at 11:11:58PM +0800, Amos Kong wrote: > > Please add an optional net client name argument so the user can query > > just a single NIC. This saves users from having to parse out a specific > > NIC when they just want to query one. > > The reason why I didn't add argument is: > All current info/query commands don't have arguments, Is there a > special reason? > (info network, info qtree, etc) output info of all devices. > > But we have interface to support this (.args_type), I will add the > useful argument for info/query mac-table. I think arguments to info/query commands were only added recently. Stefan