e1000: Split header files
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 23 Feb 2023 10:50:51 +0000 (19:50 +0900)
committerJason Wang <jasowang@redhat.com>
Fri, 10 Mar 2023 07:35:38 +0000 (15:35 +0800)
commitc9653b77d59afdecdc2c0047db8ce88f88a5d1aa
tree664e21d9cb70bfe887a70d061adb238c960a51bf
parent31180dbdca2859ae9841939f85158908453ea01d
e1000: Split header files

Some definitions in the header files are invalid for igb so extract
them to new header files to keep igb from referring to them.

Signed-off-by: Gal Hammer <gal.hammer@sap.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000.c
hw/net/e1000_common.h [new file with mode: 0644]
hw/net/e1000_regs.h
hw/net/e1000e.c
hw/net/e1000e_core.c
hw/net/e1000x_common.c
hw/net/e1000x_common.h
hw/net/e1000x_regs.h [new file with mode: 0644]