From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1gtodJ-0003Ub-Jv for mharc-qemu-trivial@gnu.org; Wed, 13 Feb 2019 02:07:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:33309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtodI-0003Ky-0e for qemu-trivial@nongnu.org; Wed, 13 Feb 2019 02:07:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtoYN-0003do-Tg for qemu-trivial@nongnu.org; Wed, 13 Feb 2019 02:01:56 -0500 Received: from mga18.intel.com ([134.134.136.126]:3563) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtoYN-0003bc-KE; Wed, 13 Feb 2019 02:01:55 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2019 23:01:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,364,1544515200"; d="scan'208";a="124089932" Received: from richard.sh.intel.com (HELO localhost) ([10.239.159.54]) by fmsmga008.fm.intel.com with ESMTP; 12 Feb 2019 23:01:51 -0800 Date: Wed, 13 Feb 2019 15:01:27 +0800 From: Wei Yang To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Wei Yang , "Michael S. Tsirkin" , qemu-trivial@nongnu.org, qemu-devel@nongnu.org, laurent@vivier.eu, imammedo@redhat.com Message-ID: <20190213070127.GA9131@richard> Reply-To: Wei Yang References: <20190130000653.16267-1-richardw.yang@linux.intel.com> <20190212052224.GA4839@richard> <20190212003414-mutt-send-email-mst@kernel.org> <20190213062638.GA8835@richard> <49b44562-8d21-29de-f979-0b491fc7dc99@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <49b44562-8d21-29de-f979-0b491fc7dc99@redhat.com> 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: 134.134.136.126 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 07:07:01 -0000 On Wed, Feb 13, 2019 at 07:32:23AM +0100, Philippe Mathieu-Daudé wrote: >Hi Wei, > >On 2/13/19 7:26 AM, Wei Yang wrote: >> On Tue, Feb 12, 2019 at 12:34:31AM -0500, 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. >>> >> >> I tried to use git-sendemail to send those patches again. >> >> The character 茅 looks good in patch file, while after git-sendemail this is >> changed. >> >> My encoding property in mail is : >> >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=UTF-8 >> Content-Language: en-US >> Content-Transfer-Encoding: 8bit > >I'm not sure but you can try: > > Content-Transfer-Encoding: base64 > Looks not work. git send-email will detect the file's encoding is 8bit, so manually change to base64 doesn't work. >> >> Looks the same as Philippe's. >> >> Any hint on how to send out a correct character with git-sendemail? > >If it doesn't work, then use my ASCII-reduced lastname, I can live with >that: > >"Reviewed-by: Philippe Mathieu-Daude " > >Thanks for trying, Thanks :-) Let's wait a while to see whether someone else has an idea on that. > >Phil. > >> >>> >>>>> >>>>> Wei Yang (3): >>>>> hw/i386/pc.c: remove unused function pc_acpi_init() >>>>> hw/acpi: remove unused function acpi_table_add_builtin() >>>>> hw/acpi: remove unnecessary variable acpi_table_builtin >>>>> >>>>> hw/acpi/core.c | 10 +--------- >>>>> hw/i386/pc.c | 27 --------------------------- >>>>> include/hw/acpi/acpi.h | 1 - >>>>> include/hw/i386/pc.h | 1 - >>>>> 4 files changed, 1 insertion(+), 38 deletions(-) -- 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]:33426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtodH-0003SP-QC for qemu-devel@nongnu.org; Wed, 13 Feb 2019 02:07:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtoYO-0003ev-Si for qemu-devel@nongnu.org; Wed, 13 Feb 2019 02:01:57 -0500 Date: Wed, 13 Feb 2019 15:01:27 +0800 From: Wei Yang Message-ID: <20190213070127.GA9131@richard> Reply-To: Wei Yang References: <20190130000653.16267-1-richardw.yang@linux.intel.com> <20190212052224.GA4839@richard> <20190212003414-mutt-send-email-mst@kernel.org> <20190213062638.GA8835@richard> <49b44562-8d21-29de-f979-0b491fc7dc99@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <49b44562-8d21-29de-f979-0b491fc7dc99@redhat.com> 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: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Wei Yang , "Michael S. Tsirkin" , qemu-trivial@nongnu.org, qemu-devel@nongnu.org, laurent@vivier.eu, imammedo@redhat.com On Wed, Feb 13, 2019 at 07:32:23AM +0100, Philippe Mathieu-Daudé wrote: >Hi Wei, > >On 2/13/19 7:26 AM, Wei Yang wrote: >> On Tue, Feb 12, 2019 at 12:34:31AM -0500, 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. >>> >> >> I tried to use git-sendemail to send those patches again. >> >> The character 茅 looks good in patch file, while after git-sendemail this is >> changed. >> >> My encoding property in mail is : >> >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=UTF-8 >> Content-Language: en-US >> Content-Transfer-Encoding: 8bit > >I'm not sure but you can try: > > Content-Transfer-Encoding: base64 > Looks not work. git send-email will detect the file's encoding is 8bit, so manually change to base64 doesn't work. >> >> Looks the same as Philippe's. >> >> Any hint on how to send out a correct character with git-sendemail? > >If it doesn't work, then use my ASCII-reduced lastname, I can live with >that: > >"Reviewed-by: Philippe Mathieu-Daude " > >Thanks for trying, Thanks :-) Let's wait a while to see whether someone else has an idea on that. > >Phil. > >> >>> >>>>> >>>>> Wei Yang (3): >>>>> hw/i386/pc.c: remove unused function pc_acpi_init() >>>>> hw/acpi: remove unused function acpi_table_add_builtin() >>>>> hw/acpi: remove unnecessary variable acpi_table_builtin >>>>> >>>>> hw/acpi/core.c | 10 +--------- >>>>> hw/i386/pc.c | 27 --------------------------- >>>>> include/hw/acpi/acpi.h | 1 - >>>>> include/hw/i386/pc.h | 1 - >>>>> 4 files changed, 1 insertion(+), 38 deletions(-) -- Wei Yang Help you, Help me