e1000e: Implement system clock
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 23 Feb 2023 10:20:18 +0000 (19:20 +0900)
committerJason Wang <jasowang@redhat.com>
Fri, 10 Mar 2023 07:35:38 +0000 (15:35 +0800)
commit5fb7d149953f469381a11e486d66dc56af2c0f21
tree2edce2f323419178882b9bcd31f1d67851aedf09
parent69ff5ef8474575556997dbe7f7f9bd28c4aee5de
e1000e: Implement system clock

The system clock is necessary to implement PTP features. While we are
not implementing PTP features for e1000e yet, we do have a plan to
implement them for igb, a new network device derived from e1000e,
so add system clock to the common base first.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/core/machine.c
hw/net/e1000_regs.h
hw/net/e1000e.c
hw/net/e1000e_core.c
hw/net/e1000e_core.h
hw/net/e1000x_common.c
hw/net/e1000x_common.h