From: Caleb Schlossin <calebs@linux.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, npiggin@gmail.com, adityag@linux.ibm.com,
milesg@linux.ibm.com, chalapathi.v@linux.ibm.com,
calebs@linux.ibm.com
Subject: [PATCH 1/4] ppc/pnv: Suppress some "pnv_chiptod unimplemented register" messages
Date: Thu, 18 Dec 2025 14:03:50 -0600 [thread overview]
Message-ID: <20251218200353.301866-2-calebs@linux.ibm.com> (raw)
In-Reply-To: <20251218200353.301866-1-calebs@linux.ibm.com>
This commit suppresses the following informational messages
regarding unimplemented pnv_chiptod registers:
pnv_chiptod: unimplemented register: Ox0
pnv_chiptod: unimplemented register: Ox1
pnv_chiptod: unimplemented register: Ox2
pnv_chiptod: unimplemented register: Ox3
pnv_chiptod: unimplemented register: Ox4
pnv_chiptod: unimplemented register: Ox5
pnv_chiptod: unimplemented register: Ox13
Signed-off-by: Glenn Miles <milesg@linux.ibm.com>
Signed-off-by: Caleb Schlossin <calebs@linux.ibm.com>
---
hw/ppc/pnv_chiptod.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/hw/ppc/pnv_chiptod.c b/hw/ppc/pnv_chiptod.c
index f887a18cde..cd9b8ee348 100644
--- a/hw/ppc/pnv_chiptod.c
+++ b/hw/ppc/pnv_chiptod.c
@@ -145,6 +145,15 @@ static uint64_t pnv_chiptod_xscom_read(void *opaque, hwaddr addr,
val |= PPC_BIT(4);
}
break;
+ case TOD_M_PATH_CTRL_REG:
+ case TOD_PRI_PORT_0_CTRL_REG:
+ case TOD_PRI_PORT_1_CTRL_REG:
+ case TOD_SEC_PORT_0_CTRL_REG:
+ case TOD_SEC_PORT_1_CTRL_REG:
+ case TOD_S_PATH_CTRL_REG:
+ case TOD_TX_TTYPE_2_REG:
+ /* unimplemented, but suppressing logging for now */
+ break;
default:
qemu_log_mask(LOG_UNIMP, "pnv_chiptod: unimplemented register: Ox%"
HWADDR_PRIx "\n", addr >> 3);
@@ -420,6 +429,15 @@ static void pnv_chiptod_xscom_write(void *opaque, hwaddr addr,
case TOD_TX_TTYPE_5_REG:
pctc->broadcast_ttype(chiptod, offset);
break;
+ case TOD_M_PATH_CTRL_REG:
+ case TOD_PRI_PORT_0_CTRL_REG:
+ case TOD_PRI_PORT_1_CTRL_REG:
+ case TOD_SEC_PORT_0_CTRL_REG:
+ case TOD_SEC_PORT_1_CTRL_REG:
+ case TOD_S_PATH_CTRL_REG:
+ case TOD_TX_TTYPE_2_REG:
+ /* unimplemented, but suppressing logging for now */
+ break;
default:
qemu_log_mask(LOG_UNIMP, "pnv_chiptod: unimplemented register: Ox%"
HWADDR_PRIx "\n", addr >> 3);
--
2.47.3
next prev parent reply other threads:[~2025-12-18 20:04 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 20:03 [PATCH 0/4] Power10 PowerVM bringup fixes Caleb Schlossin
2025-12-18 20:03 ` Caleb Schlossin [this message]
2025-12-22 10:46 ` [PATCH 1/4] ppc/pnv: Suppress some "pnv_chiptod unimplemented register" messages Chalapathi V
2026-01-06 16:49 ` Miles Glenn
2026-01-06 17:07 ` Caleb Schlossin
2026-01-07 18:04 ` Miles Glenn
2026-01-19 10:18 ` Aditya Gupta
2026-01-20 14:31 ` Caleb Schlossin
2026-01-24 12:07 ` Aditya Gupta
2025-12-18 20:03 ` [PATCH 2/4] ppc/pnv: Support for SECURITY_SWITCH XSCOM register access Caleb Schlossin
2025-12-22 10:47 ` Chalapathi V
2026-01-06 16:58 ` Miles Glenn
2026-01-19 10:22 ` Aditya Gupta
2025-12-18 20:03 ` [PATCH 3/4] ppc/pnv: Add unimplemented quad and core regs Caleb Schlossin
2025-12-22 10:48 ` Chalapathi V
2026-01-06 16:59 ` Miles Glenn
2026-01-24 12:20 ` Aditya Gupta
2025-12-18 20:03 ` [PATCH 4/4] ppc/pnv: Add OCC FLAG registers Caleb Schlossin
2025-12-22 10:49 ` Chalapathi V
2026-01-06 17:00 ` Miles Glenn
2026-01-24 12:13 ` Aditya Gupta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251218200353.301866-2-calebs@linux.ibm.com \
--to=calebs@linux.ibm.com \
--cc=adityag@linux.ibm.com \
--cc=chalapathi.v@linux.ibm.com \
--cc=milesg@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.