From patchwork Fri Oct 10 02:16:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gu Zheng X-Patchwork-Id: 398430 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 61FAA14008E for ; Fri, 10 Oct 2014 13:41:18 +1100 (EST) Received: from localhost ([::1]:45903 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcQ8q-0004yj-K5 for incoming@patchwork.ozlabs.org; Thu, 09 Oct 2014 22:41:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcQ8S-0004dL-PX for qemu-devel@nongnu.org; Thu, 09 Oct 2014 22:40:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcQ8L-0003SV-QI for qemu-devel@nongnu.org; Thu, 09 Oct 2014 22:40:52 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:60178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcQ8L-0003RJ-B7 for qemu-devel@nongnu.org; Thu, 09 Oct 2014 22:40:45 -0400 Received: from kw-mxq.gw.nic.fujitsu.com (unknown [10.0.237.131]) by fgwmail6.fujitsu.co.jp (Postfix) with ESMTP id 2D45C3EE0C8 for ; Fri, 10 Oct 2014 11:40:44 +0900 (JST) Received: from s3.gw.fujitsu.co.jp (s3.gw.fujitsu.co.jp [10.0.50.93]) by kw-mxq.gw.nic.fujitsu.com (Postfix) with ESMTP id 3676AAC0958 for ; Fri, 10 Oct 2014 11:40:43 +0900 (JST) Received: from s00.gw.fujitsu.co.jp (s00.gw.nic.fujitsu.com [133.161.11.15]) by s3.gw.fujitsu.co.jp (Postfix) with ESMTP id CE03C1DB803E for ; Fri, 10 Oct 2014 11:40:42 +0900 (JST) Received: from s00.gw.fujitsu.co.jp (kw-mxio2.gw.nic.fujitsu.com [10.0.237.142]) by s00.gw.fujitsu.co.jp (Postfix) with ESMTP id B53B811804E; Fri, 10 Oct 2014 11:40:42 +0900 (JST) Received: from guz (unknown [10.167.226.100]) by s00.gw.fujitsu.co.jp (Postfix) with ESMTP id 95BCD8A001; Fri, 10 Oct 2014 11:40:42 +0900 (JST) Received: (from root@localhost) by guz (8.14.5/8.14.5/Submit) id s9A2OLnN029245; Fri, 10 Oct 2014 10:24:21 +0800 From: Gu Zheng To: imammedo@redhat.com Date: Fri, 10 Oct 2014 10:16:06 +0800 Message-Id: <1412907367-28297-8-git-send-email-guz.fnst@cn.fujitsu.com> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1412907367-28297-1-git-send-email-guz.fnst@cn.fujitsu.com> References: <1412907367-28297-1-git-send-email-guz.fnst@cn.fujitsu.com> X-TM-AS-MML: disable X-TMASE-MatchedRID: IgXmrV49vExplQJTVe4JF8C2JPjUsXOaN25XIDQLt3bfUZT83lbkEKB3 wfMR5ciTAWQX9ssiF5Py9EeCXnAJ7qh+3Rlbev+JhxT8BJzgrJ2p7eIcybi6oTk+lvlzfsWnhJD aXmsbdjTi8zVgXoAltsIJ+4gwXrEtJ0RPnyOnrZLOXkvL1K0/NyAfzeDwE2SEOwqfkmp9nJdnmD 5LINrsE+0Ex1QA/5KJbxwlPVLLuPKpGb+7v6jHI9+PXQVba0iTdX6UPnKpLlZLv5Eyr/YIrqsDh ztRXZ9Cm+LY9A78UVCLPa6Os9XH3IQhTU20ySbR X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 192.51.44.36 Cc: qemu-devel@nongnu.org, tangchen@cn.fujitsu.com, Gu Zheng , isimatu.yasuaki@jp.fujitsu.com, chen.fan.fnst@cn.fujitsu.com, afaerber@suse.de Subject: [Qemu-devel] [PATCH V5 7/8] cpu-hotplug: rename function for better readability X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Rename: AcpiCpuHotplug_init --> acpi_cpu_hotplug_init AcpiCpuHotplug_ops --> acpi_cpu_hotplug_ops for better readability, just cleanup. Signed-off-by: Gu Zheng Reviewed-by: Igor Mammedov --- hw/acpi/cpu_hotplug.c | 4 ++-- hw/acpi/ich9.c | 4 ++-- hw/acpi/piix4.c | 4 ++-- include/hw/acpi/cpu_hotplug.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/acpi/cpu_hotplug.c b/hw/acpi/cpu_hotplug.c index b69b16c..ae48b63 100644 --- a/hw/acpi/cpu_hotplug.c +++ b/hw/acpi/cpu_hotplug.c @@ -55,8 +55,8 @@ void acpi_cpu_plug_cb(ACPIREGS *ar, qemu_irq irq, acpi_update_sci(ar, irq); } -void AcpiCpuHotplug_init(MemoryRegion *parent, Object *owner, - AcpiCpuHotplug *gpe_cpu, uint16_t base) +void acpi_cpu_hotplug_init(MemoryRegion *parent, Object *owner, + AcpiCpuHotplug *gpe_cpu, uint16_t base) { CPUState *cpu; diff --git a/hw/acpi/ich9.c b/hw/acpi/ich9.c index 7585364..ea991a3 100644 --- a/hw/acpi/ich9.c +++ b/hw/acpi/ich9.c @@ -235,8 +235,8 @@ void ich9_pm_init(PCIDevice *lpc_pci, ICH9LPCPMRegs *pm, pm->powerdown_notifier.notify = pm_powerdown_req; qemu_register_powerdown_notifier(&pm->powerdown_notifier); - AcpiCpuHotplug_init(pci_address_space_io(lpc_pci), OBJECT(lpc_pci), - &pm->gpe_cpu, ICH9_CPU_HOTPLUG_IO_BASE); + acpi_cpu_hotplug_init(pci_address_space_io(lpc_pci), OBJECT(lpc_pci), + &pm->gpe_cpu, ICH9_CPU_HOTPLUG_IO_BASE); if (pm->acpi_memory_hotplug.is_enabled) { acpi_memory_hotplug_init(pci_address_space_io(lpc_pci), OBJECT(lpc_pci), diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 8320b18..8fde808 100644 --- a/hw/acpi/piix4.c +++ b/hw/acpi/piix4.c @@ -555,8 +555,8 @@ static void piix4_acpi_system_hot_add_init(MemoryRegion *parent, acpi_pcihp_init(&s->acpi_pci_hotplug, bus, parent, s->use_acpi_pci_hotplug); - AcpiCpuHotplug_init(parent, OBJECT(s), &s->gpe_cpu, - PIIX4_CPU_HOTPLUG_IO_BASE); + acpi_cpu_hotplug_init(parent, OBJECT(s), &s->gpe_cpu, + PIIX4_CPU_HOTPLUG_IO_BASE); if (s->acpi_memory_hotplug.is_enabled) { acpi_memory_hotplug_init(parent, OBJECT(s), &s->acpi_memory_hotplug); diff --git a/include/hw/acpi/cpu_hotplug.h b/include/hw/acpi/cpu_hotplug.h index 4657e71..f6d358d 100644 --- a/include/hw/acpi/cpu_hotplug.h +++ b/include/hw/acpi/cpu_hotplug.h @@ -23,6 +23,6 @@ typedef struct AcpiCpuHotplug { void acpi_cpu_plug_cb(ACPIREGS *ar, qemu_irq irq, AcpiCpuHotplug *g, DeviceState *dev, Error **errp); -void AcpiCpuHotplug_init(MemoryRegion *parent, Object *owner, - AcpiCpuHotplug *gpe_cpu, uint16_t base); +void acpi_cpu_hotplug_init(MemoryRegion *parent, Object *owner, + AcpiCpuHotplug *gpe_cpu, uint16_t base); #endif