]> Git Repo - qemu.git/commit
hw/net/lan9118: Fix RX Status FIFO PEEK value
authorPeter Maydell <[email protected]>
Fri, 8 Jan 2021 18:04:00 +0000 (18:04 +0000)
committerPeter Maydell <[email protected]>
Tue, 12 Jan 2021 21:19:02 +0000 (21:19 +0000)
commite7e29fdbbe07fb762d85af9c4d8eeff9b0f52a8e
treee293ff9039b6d903b3eb2696183fcad42e99b532
parente4d51ac6921dc861bfb3d20e4c7dcf345840a9da
hw/net/lan9118: Fix RX Status FIFO PEEK value

A copy-and-paste error meant that the return value for register offset 0x44
(the RX Status FIFO PEEK register) returned a byte from a bogus offset in
the rx status FIFO. Fix the typo.

Cc: [email protected]
Fixes: https://bugs.launchpad.net/qemu/+bug/1904954
Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20210108180401[email protected]
hw/net/lan9118.c
This page took 0.025499 seconds and 4 git commands to generate.