mbox series

[PATCH-for-9.0?,0/2] hw/net/lan9118: Fix overflow in TX FIFO

Message ID 20240408105149.59258-1-philmd@linaro.org
Headers show
Series hw/net/lan9118: Fix overflow in TX FIFO | expand

Message

Philippe Mathieu-Daudé April 8, 2024, 10:51 a.m. UTC
Fix for https://gitlab.com/qemu-project/qemu/-/issues/2267

Philippe Mathieu-Daudé (2):
  hw/net/lan9118: Replace magic '2048' value by 'PKT_SIZE' definition
  hw/net/lan9118: Fix overflow in TX FIFO

 hw/net/lan9118.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)