Re: [PATCH] e1000e: Remove pending interrupt flags

2022-11-25 Thread Philippe Mathieu-Daudé
On 25/11/22 15:02, Akihiko Odaki wrote: They are duplicate of running throttling timer flags and incomplete as the flags are not cleared when the interrupts are fired or the device is reset. Signed-off-by: Akihiko Odaki --- hw/net/e1000e_core.h | 2 -- hw/net/e1000e.c | 3 --- hw/net

[PATCH] e1000e: Remove pending interrupt flags

2022-11-25 Thread Akihiko Odaki
They are duplicate of running throttling timer flags and incomplete as the flags are not cleared when the interrupts are fired or the device is reset. Signed-off-by: Akihiko Odaki --- hw/net/e1000e_core.h | 2 -- hw/net/e1000e.c | 3 --- hw/net/e1000e_core.c | 19 +++ hw/n