Re: [PATCH v2 2/9] hw/net/xilinx_axienet: Cleanup stream->push assignment

2020-05-06 Thread Philippe Mathieu-Daudé
On 5/6/20 10:25 AM, Edgar E. Iglesias wrote: From: "Edgar E. Iglesias" Split the shared stream_class_init function to assign stream->push with better type-safety. Reviewed-by: Alistair Francis Reviewed-by: Francisco Iglesias Signed-off-by: Edgar E. Iglesias Reviewed-by: Philippe Mathieu-D

[PATCH v2 2/9] hw/net/xilinx_axienet: Cleanup stream->push assignment

2020-05-06 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Split the shared stream_class_init function to assign stream->push with better type-safety. Reviewed-by: Alistair Francis Reviewed-by: Francisco Iglesias Signed-off-by: Edgar E. Iglesias --- hw/net/xilinx_axienet.c | 18 -- 1 file changed, 12 inserti