From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1goddF-0001AO-2n for mharc-qemu-trivial@gnu.org; Tue, 29 Jan 2019 19:21:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goddD-00019Q-NF for qemu-trivial@nongnu.org; Tue, 29 Jan 2019 19:21:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1godd5-000408-6U for qemu-trivial@nongnu.org; Tue, 29 Jan 2019 19:21:23 -0500 Received: from mga01.intel.com ([192.55.52.88]:3447) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1godd4-0003yS-UX; Tue, 29 Jan 2019 19:21:23 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2019 16:07:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,538,1539673200"; d="scan'208";a="142536298" Received: from richard.sh.intel.com (HELO localhost) ([10.239.159.37]) by fmsmga001.fm.intel.com with ESMTP; 29 Jan 2019 16:07:25 -0800 From: Wei Yang To: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Cc: mst@redhat.com, laurent@vivier.eu, imammedo@redhat.com, philmd@redhat.com, Wei Yang Date: Wed, 30 Jan 2019 08:06:50 +0800 Message-Id: <20190130000653.16267-1-richardw.yang@linux.intel.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.55.52.88 Subject: [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, 30 Jan 2019 00:21:32 -0000 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" 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(-) -- 2.19.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goddO-0001Gx-TB for qemu-devel@nongnu.org; Tue, 29 Jan 2019 19:21:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goddJ-00044F-3y for qemu-devel@nongnu.org; Tue, 29 Jan 2019 19:21:40 -0500 From: Wei Yang Date: Wed, 30 Jan 2019 08:06:50 +0800 Message-Id: <20190130000653.16267-1-richardw.yang@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v3 0/3] Trivial cleanup in hw/acpi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org, qemu-devel@nongnu.org Cc: mst@redhat.com, laurent@vivier.eu, imammedo@redhat.com, philmd@redhat.com, Wei Yang 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" 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(-) -- 2.19.1