From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1gtqL5-0006vd-LB for mharc-qemu-trivial@gnu.org; Wed, 13 Feb 2019 03:56:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:53481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtqL1-0006sZ-7U for qemu-trivial@nongnu.org; Wed, 13 Feb 2019 03:56:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtqKz-00020i-RS for qemu-trivial@nongnu.org; Wed, 13 Feb 2019 03:56:15 -0500 Received: from mga05.intel.com ([192.55.52.43]:44124) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtqKz-0001VL-Gr; Wed, 13 Feb 2019 03:56:13 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2019 00:55:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,365,1544515200"; d="scan'208";a="143853658" Received: from richard.sh.intel.com (HELO localhost) ([10.239.159.54]) by fmsmga004.fm.intel.com with ESMTP; 13 Feb 2019 00:55:22 -0800 Date: Wed, 13 Feb 2019 16:54:58 +0800 From: Wei Yang To: Laurent Vivier Cc: "Michael S. Tsirkin" , Wei Yang , qemu-trivial@nongnu.org, qemu-devel@nongnu.org, imammedo@redhat.com, philmd@redhat.com Message-ID: <20190213085458.GB4262@richard> Reply-To: Wei Yang References: <20190130000653.16267-1-richardw.yang@linux.intel.com> <20190212052224.GA4839@richard> <20190212003414-mutt-send-email-mst@kernel.org> <4d6f639b-fe11-7048-3975-ee1c1875b8d3@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d6f639b-fe11-7048-3975-ee1c1875b8d3@vivier.eu> User-Agent: Mutt/1.10.1 (2018-07-13) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.43 Subject: Re: [Qemu-trivial] [PATCH v3 0/3] Trivial cleanup in hw/acpi X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2019 08:56:16 -0000 On Wed, Feb 13, 2019 at 09:49:01AM +0100, Laurent Vivier wrote: >On 12/02/2019 06:34, Michael S. Tsirkin wrote: >> On Tue, Feb 12, 2019 at 01:22:24PM +0800, Wei Yang wrote: >>> On Wed, Jan 30, 2019 at 08:06:50AM +0800, Wei Yang wrote: >>>> There are several functions/variable which are not used anymore. >>>> >>>> This serials just remove those without functional change. >>>> >>>> v3: add ack and repost in a new thread >>>> v2: change commit log from "is now used in no place" to "in not used anymore" >>> >>> Michael, >>> >>> Looks this serials is not merged yet. >>> >>> Is there any problem I need to fix? >> >> Yes pls repost with fixed reviewed-by tags. > >Or I can take the series through the trivial branch and update manually >Philippe's lastname? > Thanks :-) Let's see Michael's opinion. >Laurent -- Wei Yang Help you, Help me From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtqPu-00033A-7H for qemu-devel@nongnu.org; Wed, 13 Feb 2019 04:01:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtqPt-0005Mn-3O for qemu-devel@nongnu.org; Wed, 13 Feb 2019 04:01:17 -0500 Date: Wed, 13 Feb 2019 16:54:58 +0800 From: Wei Yang Message-ID: <20190213085458.GB4262@richard> Reply-To: Wei Yang References: <20190130000653.16267-1-richardw.yang@linux.intel.com> <20190212052224.GA4839@richard> <20190212003414-mutt-send-email-mst@kernel.org> <4d6f639b-fe11-7048-3975-ee1c1875b8d3@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d6f639b-fe11-7048-3975-ee1c1875b8d3@vivier.eu> Subject: Re: [Qemu-devel] [PATCH v3 0/3] Trivial cleanup in hw/acpi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: "Michael S. Tsirkin" , Wei Yang , qemu-trivial@nongnu.org, qemu-devel@nongnu.org, imammedo@redhat.com, philmd@redhat.com On Wed, Feb 13, 2019 at 09:49:01AM +0100, Laurent Vivier wrote: >On 12/02/2019 06:34, Michael S. Tsirkin wrote: >> On Tue, Feb 12, 2019 at 01:22:24PM +0800, Wei Yang wrote: >>> On Wed, Jan 30, 2019 at 08:06:50AM +0800, Wei Yang wrote: >>>> There are several functions/variable which are not used anymore. >>>> >>>> This serials just remove those without functional change. >>>> >>>> v3: add ack and repost in a new thread >>>> v2: change commit log from "is now used in no place" to "in not used anymore" >>> >>> Michael, >>> >>> Looks this serials is not merged yet. >>> >>> Is there any problem I need to fix? >> >> Yes pls repost with fixed reviewed-by tags. > >Or I can take the series through the trivial branch and update manually >Philippe's lastname? > Thanks :-) Let's see Michael's opinion. >Laurent -- Wei Yang Help you, Help me