From nobody Mon Nov 17 23:51:27 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1607046229; cv=none; d=zohomail.com; s=zohoarc; b=RPr2z9icYpgoH441z9NX33L30vcY+uxs60TKziy8ZMqiu6Jd0DVFcH87q5V5ZmU9vxhiTdf0N3bacbdan7l5LLk+JiEioJ8uF+PadCrV7V7wu+qsR6RWPq89aftSPnF7E2TVgjehoRr+BdNy0I62qC3yfIB6ErZHXTXQOSje/cE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1607046229; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=HNLju1fBNk4m5K5VyTQl4XaO5mM9A/rGDtgqJzD7KM8=; b=lQ7GNWSiQ0WhMMgpejObcsBvWcweKk47Kn/nMlz/eoOI15SjV7Ys7HWr4QEL2D9xMYfoYuijY/rBm65ccDUAL/CQHDXdtC0M6Fz58j1Ic6nNmPZR14VLPkbv5WPbknU24MqaVU4CGgDp0cKKbELsExaGIAlNjPQNC30REMTeEWQ= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1607046229905335.14257717580745; Thu, 3 Dec 2020 17:43:49 -0800 (PST) Received: from localhost ([::1]:43788 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kl08S-0000Ti-GQ for importer@patchew.org; Thu, 03 Dec 2020 20:43:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:51906) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kl07q-0008V6-09 for qemu-devel@nongnu.org; Thu, 03 Dec 2020 20:43:10 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:2547) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kl07n-0008BQ-6D for qemu-devel@nongnu.org; Thu, 03 Dec 2020 20:43:09 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CnFnn1TfYzhkkJ; Fri, 4 Dec 2020 09:42:37 +0800 (CST) Received: from DESKTOP-8RFUVS3.china.huawei.com (10.174.185.179) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Fri, 4 Dec 2020 09:42:49 +0800 From: Zenghui Yu To: , , Subject: [PATCH] vfio: Fix vfio_listener_log_sync function name typo Date: Fri, 4 Dec 2020 09:42:40 +0800 Message-ID: <20201204014240.772-1-yuzenghui@huawei.com> X-Mailer: git-send-email 2.23.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [10.174.185.179] X-CFilter-Loop: Reflected Received-SPF: pass (zohomail.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; Received-SPF: pass client-ip=45.249.212.32; envelope-from=yuzenghui@huawei.com; helo=szxga06-in.huawei.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: Zenghui Yu , wanghaibin.wang@huawei.com, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" There is an obvious typo in the function name of the .log_sync() callback. Spell it correctly. Signed-off-by: Zenghui Yu Reviewed-by: Cornelia Huck --- hw/vfio/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/vfio/common.c b/hw/vfio/common.c index 6ff1daa763..d360d6f2da 100644 --- a/hw/vfio/common.c +++ b/hw/vfio/common.c @@ -1118,7 +1118,7 @@ static int vfio_sync_dirty_bitmap(VFIOContainer *cont= ainer, int128_get64(section->size), ram_addr); } =20 -static void vfio_listerner_log_sync(MemoryListener *listener, +static void vfio_listener_log_sync(MemoryListener *listener, MemoryRegionSection *section) { VFIOContainer *container =3D container_of(listener, VFIOContainer, lis= tener); @@ -1136,7 +1136,7 @@ static void vfio_listerner_log_sync(MemoryListener *l= istener, static const MemoryListener vfio_memory_listener =3D { .region_add =3D vfio_listener_region_add, .region_del =3D vfio_listener_region_del, - .log_sync =3D vfio_listerner_log_sync, + .log_sync =3D vfio_listener_log_sync, }; =20 static void vfio_listener_release(VFIOContainer *container) --=20 2.19.1