Re: [PATCH 21/31] e1000: Split header files

2023-01-12 Thread Philippe Mathieu-Daudé
On 12/1/23 10:57, Akihiko Odaki wrote: 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 Signed-off-by: Marcel Apfelbaum Signed-off-by: Akihiko Odaki --- hw/net/e1000.c | 2 +-

[PATCH 21/31] e1000: Split header files

2023-01-12 Thread Akihiko Odaki
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 Signed-off-by: Marcel Apfelbaum Signed-off-by: Akihiko Odaki --- hw/net/e1000.c | 2 +- hw/net/e1000_common.h | 104 + hw/ne