From nobody Tue Feb 10 00:22:14 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1687279914; cv=none; d=zohomail.com; s=zohoarc; b=X2w7GJImmXq6A+eXPkfYyQIzRH7d1l3gKB+SQxA81XQmi56gzlk8W6m4jMWRL/ybqcia1mPk3n5loAJNnC6SXVkhG3oG1iYkATvSx34SzRG3vvFkNSdovz7WaOnzV8eMrxq5aPC8wr/vFX8ig+iWSLO74JDLY3HXUnBeXzymF2A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1687279914; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=cs17Ix2epledanxCKa4bQGDcC9gkhswQX2WfQeVPg1M=; b=cBUKMG0F5vrEPlAsRe5ViIV2mxWP30bHvVyKp/KyC1ejITAhGg6+okP4mTJeImCufmWdbZm7EwKuDYxMvuES9WRocJS7gyVWOtdLVbVYwKbAhQW/hPzJ8qv+VhetEyXH0R5vKMrU6nITpPYZMYRN98IquSeidpjp7s2uaJoLCws= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1687279914410638.8693862489092; Tue, 20 Jun 2023 09:51:54 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBeZP-0003Z9-Dp; Tue, 20 Jun 2023 12:51:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBeZN-0003Yf-8f for qemu-devel@nongnu.org; Tue, 20 Jun 2023 12:51:05 -0400 Received: from mga01.intel.com ([192.55.52.88]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBeZJ-00054S-BS for qemu-devel@nongnu.org; Tue, 20 Jun 2023 12:51:04 -0400 Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 09:50:55 -0700 Received: from ls.sc.intel.com (HELO localhost) ([172.25.112.31]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 09:50:55 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687279861; x=1718815861; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=p7mCt+GtEic3MbUydVwdYYLTQC2lZqrngfjr58vKJ7U=; b=R9PtY16ZEhYHJPkE+yNJRZ18YBAck0luiRL5GLy72HFS4EG+C/cf0bzn BsumHHiSDxwFdiT40KfM36KA/f0MfY2do+5s81lSBSL9fAJHFbscR6DKP z5WB9/AMLcf8CgY4e9ohx16umes86ELlsieeBrQ3ZtsK676cWayWiZAdp zfT8tGNE+DrNxQhJQcxVmcJ5hHaAR86KRngJl5HUtTIkwJq6WlcZM6NFo XGop1QbIrXj1qhK0ofa8vHKaY6kYFzLhlARF8imaHitT+7C87Myde5Wca 3z3VsSl6Vfi1sLGHRf667ZBI6Y4N5YO3SA4726z8aAy/uQrajNhz6RPvG w==; X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="389218032" X-IronPort-AV: E=Sophos;i="6.00,257,1681196400"; d="scan'208";a="389218032" X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="691499957" X-IronPort-AV: E=Sophos;i="6.00,257,1681196400"; d="scan'208";a="691499957" From: Isaku Yamahata To: qemu-devel@nongnu.org Cc: Isaku Yamahata Subject: [PATCH 1/3] exec/memory: Add symbolic value for memory listener priority for accel Date: Tue, 20 Jun 2023 09:50:47 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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=192.55.52.88; envelope-from=isaku.yamahata@intel.com; helo=mga01.intel.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @intel.com) X-ZM-MESSAGEID: 1687279915431100002 Content-Type: text/plain; charset="utf-8" Add MEMORY_LISTNER_PRIORITY_ACCEL for the symbolic value for the memory listener to replace the hard-coded value 10 for accel. No functional change intended. Signed-off-by: Isaku Yamahata Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- accel/hvf/hvf-accel-ops.c | 2 +- accel/kvm/kvm-all.c | 2 +- hw/arm/xen_arm.c | 2 +- hw/i386/xen/xen-hvm.c | 2 +- hw/xen/xen-hvm-common.c | 2 +- hw/xen/xen_pt.c | 4 ++-- include/exec/memory.h | 2 ++ target/i386/hax/hax-mem.c | 2 +- target/i386/nvmm/nvmm-all.c | 2 +- target/i386/whpx/whpx-all.c | 2 +- 10 files changed, 12 insertions(+), 10 deletions(-) diff --git a/accel/hvf/hvf-accel-ops.c b/accel/hvf/hvf-accel-ops.c index 9c3da03c948f..c0c51841a615 100644 --- a/accel/hvf/hvf-accel-ops.c +++ b/accel/hvf/hvf-accel-ops.c @@ -304,7 +304,7 @@ static void hvf_region_del(MemoryListener *listener, =20 static MemoryListener hvf_memory_listener =3D { .name =3D "hvf", - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, .region_add =3D hvf_region_add, .region_del =3D hvf_region_del, .log_start =3D hvf_log_start, diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c index 7679f397aec0..36ed4ca246b5 100644 --- a/accel/kvm/kvm-all.c +++ b/accel/kvm/kvm-all.c @@ -1775,7 +1775,7 @@ void kvm_memory_listener_register(KVMState *s, KVMMem= oryListener *kml, kml->listener.commit =3D kvm_region_commit; kml->listener.log_start =3D kvm_log_start; kml->listener.log_stop =3D kvm_log_stop; - kml->listener.priority =3D 10; + kml->listener.priority =3D MEMORY_LISTENER_PRIORITY_ACCEL; kml->listener.name =3D name; =20 if (s->kvm_dirty_ring_size) { diff --git a/hw/arm/xen_arm.c b/hw/arm/xen_arm.c index 19b1cb81ade9..044093fec75d 100644 --- a/hw/arm/xen_arm.c +++ b/hw/arm/xen_arm.c @@ -45,7 +45,7 @@ static MemoryListener xen_memory_listener =3D { .log_sync =3D NULL, .log_global_start =3D NULL, .log_global_stop =3D NULL, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 struct XenArmState { diff --git a/hw/i386/xen/xen-hvm.c b/hw/i386/xen/xen-hvm.c index 5dc5e805351c..3da5a2b23f7d 100644 --- a/hw/i386/xen/xen-hvm.c +++ b/hw/i386/xen/xen-hvm.c @@ -467,7 +467,7 @@ static MemoryListener xen_memory_listener =3D { .log_sync =3D xen_log_sync, .log_global_start =3D xen_log_global_start, .log_global_stop =3D xen_log_global_stop, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 static void regs_to_cpu(vmware_regs_t *vmport_regs, ioreq_t *req) diff --git a/hw/xen/xen-hvm-common.c b/hw/xen/xen-hvm-common.c index 42339c96bdba..886c3ee944d3 100644 --- a/hw/xen/xen-hvm-common.c +++ b/hw/xen/xen-hvm-common.c @@ -155,7 +155,7 @@ MemoryListener xen_io_listener =3D { .name =3D "xen-io", .region_add =3D xen_io_add, .region_del =3D xen_io_del, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 DeviceListener xen_device_listener =3D { diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c index a5401496399b..36e6f93c372f 100644 --- a/hw/xen/xen_pt.c +++ b/hw/xen/xen_pt.c @@ -691,14 +691,14 @@ static const MemoryListener xen_pt_memory_listener = =3D { .name =3D "xen-pt-mem", .region_add =3D xen_pt_region_add, .region_del =3D xen_pt_region_del, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 static const MemoryListener xen_pt_io_listener =3D { .name =3D "xen-pt-io", .region_add =3D xen_pt_io_region_add, .region_del =3D xen_pt_io_region_del, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 /* destroy. */ diff --git a/include/exec/memory.h b/include/exec/memory.h index 47c2e0221c35..6d95d5917544 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -811,6 +811,8 @@ struct IOMMUMemoryRegion { #define IOMMU_NOTIFIER_FOREACH(n, mr) \ QLIST_FOREACH((n), &(mr)->iommu_notify, node) =20 +#define MEMORY_LISTENER_PRIORITY_ACCEL 10 + /** * struct MemoryListener: callbacks structure for updates to the physical = memory map * diff --git a/target/i386/hax/hax-mem.c b/target/i386/hax/hax-mem.c index 05dbe8cce3ae..bb5ffbc9ac4f 100644 --- a/target/i386/hax/hax-mem.c +++ b/target/i386/hax/hax-mem.c @@ -291,7 +291,7 @@ static MemoryListener hax_memory_listener =3D { .region_add =3D hax_region_add, .region_del =3D hax_region_del, .log_sync =3D hax_log_sync, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 static void hax_ram_block_added(RAMBlockNotifier *n, void *host, size_t si= ze, diff --git a/target/i386/nvmm/nvmm-all.c b/target/i386/nvmm/nvmm-all.c index b75738ee9cdf..19d2f7ef09a6 100644 --- a/target/i386/nvmm/nvmm-all.c +++ b/target/i386/nvmm/nvmm-all.c @@ -1138,7 +1138,7 @@ static MemoryListener nvmm_memory_listener =3D { .region_add =3D nvmm_region_add, .region_del =3D nvmm_region_del, .log_sync =3D nvmm_log_sync, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 static void diff --git a/target/i386/whpx/whpx-all.c b/target/i386/whpx/whpx-all.c index 52af81683c1e..7f94dd438826 100644 --- a/target/i386/whpx/whpx-all.c +++ b/target/i386/whpx/whpx-all.c @@ -2427,7 +2427,7 @@ static MemoryListener whpx_memory_listener =3D { .region_add =3D whpx_region_add, .region_del =3D whpx_region_del, .log_sync =3D whpx_log_sync, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_ACCEL, }; =20 static void whpx_memory_init(void) --=20 2.25.1 From nobody Tue Feb 10 00:22:14 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1687279926; cv=none; d=zohomail.com; s=zohoarc; b=b1hVtnsdFVY7xMBpSBbKs4ApcSeAvCL2aRD2XZ492lNWvh28kkz1ruBF5QGsOy7gTIO2FgDK15mkqNq6UyNjqGXq9ilYkpXmQMZ1hImfLqK6JUQaKeYu8aGgxTa36H1cQ/jhs/hYYJxS/71SIZA82MJcSYmC8nJpr87q9u6e7dk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1687279926; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=nfF+mK+dk+L3Hu6N1NHBskxgJCX7qEg8FT1JZrIjljA=; b=B07A9xlvlZBQBAIdXZDUQW0jBRza/wxwH3eTD5joXYfBgptWiLw2+hFQIOJxE0rmzI8V4GchDDI4wwht21smLkDX2+v5Pq41izXJd03IHjoZZet3zvBPWQs2uSyxFiAGpKNRfeIam+YxPfWejE+jb+6rImUvxr1NoqV2FzMVDJU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1687279926459169.8018646401365; Tue, 20 Jun 2023 09:52:06 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBeZT-0003aR-VY; Tue, 20 Jun 2023 12:51:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBeZP-0003ZE-8Y for qemu-devel@nongnu.org; Tue, 20 Jun 2023 12:51:07 -0400 Received: from mga01.intel.com ([192.55.52.88]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBeZN-00054S-KH for qemu-devel@nongnu.org; Tue, 20 Jun 2023 12:51:07 -0400 Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 09:50:56 -0700 Received: from ls.sc.intel.com (HELO localhost) ([172.25.112.31]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 09:50:55 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687279865; x=1718815865; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZGYds0W9a52MmZEls/WsrzhjgIIBAfJQiVVeEQy7Yn8=; b=MK0otCkaWlmq6mBe73BhSKvQ27lMm6yRnDTb/ZrXh7k9brFthHvYJzWj CZf6QGQZjzkGG1afeIkPg/hC9pqu4xuR1WV5mvLgYSVm5NgofzLMuTz6p qtD5fzVwIdeIiihdOZaLxYgkZMwcb8BTk6y4/y3U+oA4UHPHcnF//D4T4 J0/VbH6TlO/rM7e1qOzE+c/0yBpgqpQTzXcDcdWpsQQZbBqP8Zd1YvQbH vkEkjJD18xTgcaazt3qU6ddosoa3UH6rbUi4XH3Gwr81seTbZWL+OI3yp tMOZ3By18j9ZB1RQ5sqbNglExY9PEInzEY+0mSQ/JwJtkSsFfvyPWvzSu w==; X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="389218035" X-IronPort-AV: E=Sophos;i="6.00,257,1681196400"; d="scan'208";a="389218035" X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="691499960" X-IronPort-AV: E=Sophos;i="6.00,257,1681196400"; d="scan'208";a="691499960" From: Isaku Yamahata To: qemu-devel@nongnu.org Cc: Isaku Yamahata Subject: [PATCH 2/3] exec/memory: Add symbol for memory listener priority for dev backend Date: Tue, 20 Jun 2023 09:50:48 -0700 Message-Id: <8314d91688030d7004e96958f12e2c83fb889245.1687279702.git.isaku.yamahata@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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=192.55.52.88; envelope-from=isaku.yamahata@intel.com; helo=mga01.intel.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @intel.com) X-ZM-MESSAGEID: 1687279927856100002 Content-Type: text/plain; charset="utf-8" Add MEMORY_LISTNER_PRIORITY_DEV_BAKCNED for the symbolic value for memory listener to replace the hard-coded value 10 for the device backend. No functional change intended. Signed-off-by: Isaku Yamahata Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- accel/kvm/kvm-all.c | 2 +- hw/remote/proxy-memory-listener.c | 2 +- hw/virtio/vhost.c | 2 +- include/exec/memory.h | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c index 36ed4ca246b5..ae6ecf8326d1 100644 --- a/accel/kvm/kvm-all.c +++ b/accel/kvm/kvm-all.c @@ -1800,7 +1800,7 @@ static MemoryListener kvm_io_listener =3D { .name =3D "kvm-io", .eventfd_add =3D kvm_io_ioeventfd_add, .eventfd_del =3D kvm_io_ioeventfd_del, - .priority =3D 10, + .priority =3D MEMORY_LISTENER_PRIORITY_DEV_BAKCNED, }; =20 int kvm_set_irq(KVMState *s, int irq, int level) diff --git a/hw/remote/proxy-memory-listener.c b/hw/remote/proxy-memory-lis= tener.c index 18d96a1d04dc..a7f53a0ba464 100644 --- a/hw/remote/proxy-memory-listener.c +++ b/hw/remote/proxy-memory-listener.c @@ -217,7 +217,7 @@ void proxy_memory_listener_configure(ProxyMemoryListene= r *proxy_listener, proxy_listener->listener.commit =3D proxy_memory_listener_commit; proxy_listener->listener.region_add =3D proxy_memory_listener_region_a= ddnop; proxy_listener->listener.region_nop =3D proxy_memory_listener_region_a= ddnop; - proxy_listener->listener.priority =3D 10; + proxy_listener->listener.priority =3D MEMORY_LISTENER_PRIORITY_DEV_BAK= CNED; proxy_listener->listener.name =3D "proxy"; =20 memory_listener_register(&proxy_listener->listener, diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 23da579ce290..75f7418369cb 100644 --- a/hw/virtio/vhost.c +++ b/hw/virtio/vhost.c @@ -1445,7 +1445,7 @@ int vhost_dev_init(struct vhost_dev *hdev, void *opaq= ue, .log_sync =3D vhost_log_sync, .log_global_start =3D vhost_log_global_start, .log_global_stop =3D vhost_log_global_stop, - .priority =3D 10 + .priority =3D MEMORY_LISTENER_PRIORITY_DEV_BAKCNED }; =20 hdev->iommu_listener =3D (MemoryListener) { diff --git a/include/exec/memory.h b/include/exec/memory.h index 6d95d5917544..5c9e04bf1208 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -812,6 +812,7 @@ struct IOMMUMemoryRegion { QLIST_FOREACH((n), &(mr)->iommu_notify, node) =20 #define MEMORY_LISTENER_PRIORITY_ACCEL 10 +#define MEMORY_LISTENER_PRIORITY_DEV_BAKCNED 10 =20 /** * struct MemoryListener: callbacks structure for updates to the physical = memory map --=20 2.25.1 From nobody Tue Feb 10 00:22:14 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1687279896; cv=none; d=zohomail.com; s=zohoarc; b=aht7/y4pYYsSeL0t2UptmxmQndo1+f1JRDNvVWDCz3Jaj6955J0a+yqwmBiGzFl4BGATlzEDbcMGsDdS4a9xIlEeEZcg7oG5Nl/cdOEOkL5lySm8BKHijyWzj9GZ2la2HNBC6nl/0ZS9GWHzj9DZS7LfTUws8QyHDHIin1Adnxs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1687279896; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=r5YdGxCKefb1veF7feIZPuxtyXPhV7o3Gvbt/o/Zsdc=; b=ZTXsi3UvPJ5DROwntdrWkXMXbjWuHiqLeyWnZoV98ioLgUluVV8WtCT70m/UZN9PzgWP4uFP2beN0naz8FMy5EKSGcoYqbRBtBfPn+MS8WSejtd73lkdKWGg8U63QKQb1+FrxVJKAgct6FieYAacCA8v9W4jnBKOQzAIB1L3Pvc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=@intel.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; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 168727989678867.8354203374546; Tue, 20 Jun 2023 09:51:36 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBeZV-0003b2-F8; Tue, 20 Jun 2023 12:51:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBeZQ-0003Zn-Au for qemu-devel@nongnu.org; Tue, 20 Jun 2023 12:51:11 -0400 Received: from mga01.intel.com ([192.55.52.88]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBeZO-00056a-70 for qemu-devel@nongnu.org; Tue, 20 Jun 2023 12:51:08 -0400 Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 09:50:56 -0700 Received: from ls.sc.intel.com (HELO localhost) ([172.25.112.31]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2023 09:50:56 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687279866; x=1718815866; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ov8MzoXr/p5mEMM+H44/SCTYTlU5W8ddjIdxYhmAHNk=; b=GzcLPTjBxYvIkgB68uuCCFAgr7y9D14Ig96nbQkiUmu3mf4sXPHkO9g2 UTxJCqmR3c20adrAXUBdHbiGxguiRASqjCPayMqIYnNhKCL/r+CZ9hMQ9 7egMEx7d8/Df296whzqhyGn8ybUJdtTNW19GI0Sq/fVmnkPKVDKyE4VKA SxKiLaD3D74r+DdBF5HrwYaetkXOkRF7I8WkpIAo1rE357vtPhNUmlKIe kjapJP/CnXOmLZ8UI7y6B4jBNm/45Lrvorc5+GEE+9uiAYr5vl0tGkQBH aQGzpu9s8UH7wrYuEDy78eeDjxqHHnumLwptH1ew3ZlphHo7RolBOFK3e A==; X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="389218042" X-IronPort-AV: E=Sophos;i="6.00,257,1681196400"; d="scan'208";a="389218042" X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10747"; a="691499963" X-IronPort-AV: E=Sophos;i="6.00,257,1681196400"; d="scan'208";a="691499963" From: Isaku Yamahata To: qemu-devel@nongnu.org Cc: Isaku Yamahata Subject: [PATCH 3/3] exec/memory: Add symbol for the min value of memory listener priority Date: Tue, 20 Jun 2023 09:50:49 -0700 Message-Id: <29f88477fe82eb774bcfcae7f65ea21995f865f2.1687279702.git.isaku.yamahata@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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=192.55.52.88; envelope-from=isaku.yamahata@intel.com; helo=mga01.intel.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @intel.com) X-ZM-MESSAGEID: 1687279898353100003 Content-Type: text/plain; charset="utf-8" Add MEMORY_LISTNER_PRIORITY_MIN for the symbolic value for the min value of the memory listener instead of the hard-coded magic value 0. Add explicit initialization. No functional change intended. Signed-off-by: Isaku Yamahata Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- accel/kvm/kvm-all.c | 1 + include/exec/memory.h | 1 + target/arm/kvm.c | 1 + 3 files changed, 3 insertions(+) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c index ae6ecf8326d1..026859a59cd7 100644 --- a/accel/kvm/kvm-all.c +++ b/accel/kvm/kvm-all.c @@ -1103,6 +1103,7 @@ static MemoryListener kvm_coalesced_pio_listener =3D { .name =3D "kvm-coalesced-pio", .coalesced_io_add =3D kvm_coalesce_pio_add, .coalesced_io_del =3D kvm_coalesce_pio_del, + .priority =3D MEMORY_LISTENER_PRIORITY_MIN, }; =20 int kvm_check_extension(KVMState *s, unsigned int extension) diff --git a/include/exec/memory.h b/include/exec/memory.h index 5c9e04bf1208..dc6daa8364e5 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -811,6 +811,7 @@ struct IOMMUMemoryRegion { #define IOMMU_NOTIFIER_FOREACH(n, mr) \ QLIST_FOREACH((n), &(mr)->iommu_notify, node) =20 +#define MEMORY_LISTENER_PRIORITY_MIN 0 #define MEMORY_LISTENER_PRIORITY_ACCEL 10 #define MEMORY_LISTENER_PRIORITY_DEV_BAKCNED 10 =20 diff --git a/target/arm/kvm.c b/target/arm/kvm.c index 84da49332c4b..14fbf786897d 100644 --- a/target/arm/kvm.c +++ b/target/arm/kvm.c @@ -341,6 +341,7 @@ static MemoryListener devlistener =3D { .name =3D "kvm-arm", .region_add =3D kvm_arm_devlistener_add, .region_del =3D kvm_arm_devlistener_del, + .priority =3DMEMORY_LISTENER_PRIORITY_MIN, }; =20 static void kvm_arm_set_device_addr(KVMDevice *kd) --=20 2.25.1