From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4rXB-0004GR-UR for qemu-devel@nongnu.org; Thu, 01 Aug 2013 07:59:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4rRz-0008Hl-Mo for qemu-devel@nongnu.org; Thu, 01 Aug 2013 07:53:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4rRz-0008HT-D7 for qemu-devel@nongnu.org; Thu, 01 Aug 2013 07:53:47 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r71Brj1g011431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 1 Aug 2013 07:53:45 -0400 Date: Thu, 1 Aug 2013 19:53:43 +0800 From: Amos Kong Message-ID: <20130801115343.GA4870@amosk.info> References: <1372055699-13501-1-git-send-email-akong@redhat.com> <20130801085914.GA4464@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130801085914.GA4464@redhat.com> Subject: Re: [Qemu-devel] [PATCH for mst/pci] output nc->name in NIC_RX_FILTER_CHANGED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On Thu, Aug 01, 2013 at 11:59:14AM +0300, Michael S. Tsirkin wrote: > On Mon, Jun 24, 2013 at 02:34:59PM +0800, Amos Kong wrote: > > netclient 'name' entry in event is useful for management to know > > which device is changed. n->netclient_name is not always set. > > This patch changes to use nc->name. If we don't assign 'id', > > qemu will set a generated name to nc->name. > > > > Signed-off-by: Amos Kong > > Just making sure - you don't think this patch is necessary, correct? Correct.