On 9/3/26 12:24 PM, Zhuoying Cai wrote:
Move CCW-specific virtio_setup() and find_net_dev() to virtio-ccw.c
to decouple the generic net boot logic from the CCW transport.
Also update the error message on failure to specify "ccw net device".
Signed-off-by: Zhuoying Cai <[email protected]>
---
pc-bios/s390-ccw/netmain.c | 67 ++---------------------------------
pc-bios/s390-ccw/virtio-ccw.c | 62 ++++++++++++++++++++++++++++++++
pc-bios/s390-ccw/virtio-ccw.h | 1 +
3 files changed, 66 insertions(+), 64 deletions(-)
LGTM
Reviewed-by: Jason J. Herne <[email protected]>