Skip to content

Commit

Permalink
[ot] hw/opentitan: ot_dma: fix handling of invalid transaction width …
Browse files Browse the repository at this point in the history
…values
  • Loading branch information
loiclefort committed Feb 8, 2024
1 parent abe6f32 commit b0f2f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/opentitan/ot_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ static bool ot_dma_go(OtDMAState *s)
case TRANSACTION_WIDTH_HALF:
case TRANSACTION_WIDTH_WORD:
break;
default:
qemu_log_mask(LOG_GUEST_ERROR,
"%s: %s: Invalid transaction width for hashing\n",
__func__, s->dma_id);
Expand Down

0 comments on commit b0f2f80

Please sign in to comment.