From nobody Sun May 19 01:15:20 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=linux.intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565235181; cv=none; d=zoho.com; s=zohoarc; b=QFB7WmyzSIDp3RSsNh/Y7oUJbKwOw1y+Pn35quA0J+MmvUghpmYNFchOTaT880BAyd65cG4oYeAT0OjjjsDdmsmnWoA5G6l9mqxWFdY6iU6s6/2ykSblEjUuXA+J8+vNQPkUd7Tg6SkKmg8I1toS4z82MtyGsuiRNqCW+LgK29k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565235181; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=jtVl56WvkaWXGRgNJa13suCZjCLh7FMMvEf6U0N6eE8=; b=UHNefQvHzUGOZMQrUcwludqjO+48c3s5mQT76mkSZohKyA/bPQiCByfuqR66MTsn+Ffx8fv+L+mvlbe/PJQDWOtGMgD8Oc4NYKOu1+38o4BO+GVAv1mZ1rPr6VdQKDelGm0cKZXYmKpgC/jN4ZPVXYm2Axwq0IPFc6vKvkNr1VQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1565235181711615.8636535184526; Wed, 7 Aug 2019 20:33:01 -0700 (PDT) Received: from localhost ([::1]:46740 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvZAi-0003ZO-QR for importer@patchew.org; Wed, 07 Aug 2019 23:33:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40439) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvZA9-00039L-H7 for qemu-devel@nongnu.org; Wed, 07 Aug 2019 23:32:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvZA8-0002nO-Ia for qemu-devel@nongnu.org; Wed, 07 Aug 2019 23:32:25 -0400 Received: from mga02.intel.com ([134.134.136.20]:8183) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvZA8-0002mu-4G for qemu-devel@nongnu.org; Wed, 07 Aug 2019 23:32:24 -0400 Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 20:32:19 -0700 Received: from richard.sh.intel.com (HELO localhost) ([10.239.159.54]) by orsmga006.jf.intel.com with ESMTP; 07 Aug 2019 20:32:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="179711190" From: Wei Yang To: qemu-devel@nongnu.org Date: Thu, 8 Aug 2019 11:31:55 +0800 Message-Id: <20190808033155.30162-1-richardw.yang@linux.intel.com> X-Mailer: git-send-email 2.17.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 134.134.136.20 Subject: [Qemu-devel] [PATCH v2] migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pbonzini@redhat.com, Wei Yang , dgilbert@redhat.com, quintela@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Rename for better understanding of the code. Suggested-by: Paolo Bonzini Signed-off-by: Wei Yang Reviewed-by: Dr. David Alan Gilbert --- v2: * rebase on top of "just pass RAMBlock is enough" --- migration/ram.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index eee68a7991..0d12fa8e92 100644 --- a/migration/ram.c +++ b/migration/ram.c @@ -1748,7 +1748,7 @@ static inline bool migration_bitmap_clear_dirty(RAMSt= ate *rs, } =20 /* Called with RCU critical section */ -static void migration_bitmap_sync_range(RAMState *rs, RAMBlock *rb) +static void ramblock_sync_dirty_bitmap(RAMState *rs, RAMBlock *rb) { rs->migration_dirty_pages +=3D cpu_physical_memory_sync_dirty_bitmap(rb, 0, rb->used_length, @@ -1840,7 +1840,7 @@ static void migration_bitmap_sync(RAMState *rs) qemu_mutex_lock(&rs->bitmap_mutex); rcu_read_lock(); RAMBLOCK_FOREACH_NOT_IGNORED(block) { - migration_bitmap_sync_range(rs, block); + ramblock_sync_dirty_bitmap(rs, block); } ram_counters.remaining =3D ram_bytes_remaining(); rcu_read_unlock(); @@ -4261,7 +4261,7 @@ static void colo_flush_ram_cache(void) memory_global_dirty_log_sync(); rcu_read_lock(); RAMBLOCK_FOREACH_NOT_IGNORED(block) { - migration_bitmap_sync_range(ram_state, block); + ramblock_sync_dirty_bitmap(ram_state, block); } rcu_read_unlock(); =20 --=20 2.17.1