qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] lan9118: Fix RX Status FIFO PEEK value
@ 2021-01-08 18:03 Peter Maydell
  2021-01-08 18:04 ` [PATCH 1/2] hw/net/lan9118: " Peter Maydell
  2021-01-08 18:04 ` [PATCH 2/2] hw/net/lan9118: Add symbolic constants for register offsets Peter Maydell
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Maydell @ 2021-01-08 18:03 UTC (permalink / raw)
  To: qemu-arm, qemu-devel

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-08 18:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-08 18:03 [PATCH 0/2] lan9118: Fix RX Status FIFO PEEK value Peter Maydell
2021-01-08 18:04 ` [PATCH 1/2] hw/net/lan9118: " Peter Maydell
2021-01-08 18:13   ` Philippe Mathieu-Daudé
2021-01-08 18:04 ` [PATCH 2/2] hw/net/lan9118: Add symbolic constants for register offsets Peter Maydell
2021-01-08 18:16   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).