[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] lan9118: Fix RX Status FIFO PEEK value
From: |
Peter Maydell |
Subject: |
[PATCH 0/2] lan9118: Fix RX Status FIFO PEEK value |
Date: |
Fri, 8 Jan 2021 18:03:59 +0000 |
This patchset fixes https://bugs.launchpad.net/bugs/1904954 :
we give a bogus value for the RX Status FIFO peek register,
because of a copy-and-paste error. (This bug has been present since
2009 when the device model was first added.)
Patch 1 fixes the bug; patch 2 does a little bit of tidyup while
I was looking at this bit of the code.
thanks
-- PMM
Peter Maydell (2):
hw/net/lan9118: Fix RX Status FIFO PEEK value
hw/net/lan9118: Add symbolic constants for register offsets
hw/net/lan9118.c | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
--
2.20.1
- [PATCH 0/2] lan9118: Fix RX Status FIFO PEEK value,
Peter Maydell <=