e1000e: Remove pending interrupt flags
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 23 Feb 2023 10:19:56 +0000 (19:19 +0900)
committerJason Wang <jasowang@redhat.com>
Fri, 10 Mar 2023 07:35:38 +0000 (15:35 +0800)
commit31e3f318c8b53597a18f6475dce402d68518e91e
treee79fe82c0b7600ee92d5203963a20e0b7c720781
parenta7539f9d749efb322d72106acbbfd1e4e5c8b5bc
e1000e: Remove pending interrupt flags

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 <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000e.c
hw/net/e1000e_core.c
hw/net/e1000e_core.h
hw/net/trace-events