Re: [PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations

2024-12-02 Thread Peter Maydell
On Sat, 2 Nov 2024 at 12:57, Bernhard Beschow wrote: > > imx_fec models the same PHY as lan9118_phy. The code is almost the same with > imx_fec having more logging and tracing. Merge these improvements into > lan9118_phy and reuse in imx_fec to fix the code duplication. > > Some migration state ho

Re: [PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations

2024-11-04 Thread Guenter Roeck
On Sat, Nov 02, 2024 at 01:57:21PM +0100, Bernhard Beschow wrote: > imx_fec models the same PHY as lan9118_phy. The code is almost the same with > imx_fec having more logging and tracing. Merge these improvements into > lan9118_phy and reuse in imx_fec to fix the code duplication. > > Some migrati

[PATCH v3 2/5] hw/net/lan9118_phy: Reuse in imx_fec and consolidate implementations

2024-11-02 Thread Bernhard Beschow
imx_fec models the same PHY as lan9118_phy. The code is almost the same with imx_fec having more logging and tracing. Merge these improvements into lan9118_phy and reuse in imx_fec to fix the code duplication. Some migration state how resides in the new device model which breaks migration compatib