Stefan Hajnoczi writes:
> From: Stefan Hajnoczi
>
> The NetClientInfo .poll() callback is being called directly by
> hw/vhost_net.c. Create a public net.c function so callers do not
> depend on internals.
>
> This change is useful because later patches change net internals. Those
> changes sho
From: Stefan Hajnoczi
The NetClientInfo .poll() callback is being called directly by
hw/vhost_net.c. Create a public net.c function so callers do not
depend on internals.
This change is useful because later patches change net internals. Those
changes shouldn't affect .poll() callers.
Signed-o