mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
aspeed/hace: Add missing newlines to unimp messages
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>
This commit is contained in:
committed by
Cédric Le Goater
parent
33e30f11c7
commit
87893cb5f5
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user