[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 18/19] aspeed/hace: Add missing newlines to unimp messages
From: |
Cédric Le Goater |
Subject: |
[PULL 18/19] aspeed/hace: Add missing newlines to unimp messages |
Date: |
Wed, 22 Jun 2022 11:55:19 +0200 |
From: Joel Stanley <joel@jms.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
hw/misc/aspeed_hace.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/misc/aspeed_hace.c b/hw/misc/aspeed_hace.c
index 4b5997e18fad..731234b78c4c 100644
--- a/hw/misc/aspeed_hace.c
+++ b/hw/misc/aspeed_hace.c
@@ -340,12 +340,12 @@ static void aspeed_hace_write(void *opaque, hwaddr addr,
uint64_t data,
if ((data & HASH_HMAC_MASK)) {
qemu_log_mask(LOG_UNIMP,
- "%s: HMAC engine command mode %"PRIx64" not
implemented",
+ "%s: HMAC engine command mode %"PRIx64" not
implemented\n",
__func__, (data & HASH_HMAC_MASK) >> 8);
}
if (data & BIT(1)) {
qemu_log_mask(LOG_UNIMP,
- "%s: Cascaded mode not implemented",
+ "%s: Cascaded mode not implemented\n",
__func__);
}
algo = hash_algo_lookup(data);
--
2.35.3
- [PULL 08/19] aspeed: i2c: Migrate to registerfields API, (continued)
- [PULL 08/19] aspeed: i2c: Migrate to registerfields API, Cédric Le Goater, 2022/06/22
- [PULL 09/19] aspeed: i2c: Use reg array instead of individual vars, Cédric Le Goater, 2022/06/22
- [PULL 11/19] aspeed: i2c: Add PKT_DONE IRQ to trace, Cédric Le Goater, 2022/06/22
- [PULL 12/19] aspeed: i2c: Move regs and helpers to header file, Cédric Le Goater, 2022/06/22
- [PULL 13/19] aspeed/i2c: Add ast1030 controller models, Cédric Le Goater, 2022/06/22
- [PULL 14/19] aspeed: Add I2C buses to AST1030 model, Cédric Le Goater, 2022/06/22
- [PULL 10/19] aspeed: i2c: Add new mode support, Cédric Le Goater, 2022/06/22
- [PULL 15/19] hw/i2c/aspeed: rework raise interrupt trace event, Cédric Le Goater, 2022/06/22
- [PULL 16/19] hw/i2c/aspeed: add DEV_ADDR in old register mode, Cédric Le Goater, 2022/06/22
- [PULL 17/19] aspeed/i2c: Enable SLAVE_ADDR_RX_MATCH always, Cédric Le Goater, 2022/06/22
- [PULL 18/19] aspeed/hace: Add missing newlines to unimp messages,
Cédric Le Goater <=
- [PULL 19/19] hw: m25p80: fixing individual test failure when tests are running in isolation, Cédric Le Goater, 2022/06/22
- Re: [PULL 00/19] aspeed queue, Richard Henderson, 2022/06/22