On Mon, Feb 03, 2014 at 08:20:02AM +0400, Max Filippov wrote:
> The following registers control whether MAC can receive frames:
> - MODER.RXEN bit that enables/disables receiver;
> - TX_BD_NUM register that specifies number of RX descriptors.
> Notify QEMU networking core when the MAC is ready to receive frames.
> Discard frame and raise BUSY interrupt when the frame arrives but the
> current RX descriptor is not empty.
> 
> Signed-off-by: Max Filippov <jcmvb...@gmail.com>
> ---
>  hw/net/opencores_eth.c | 33 +++++++++++++++++++++++++++++++--
>  1 file changed, 31 insertions(+), 2 deletions(-)

Thanks, applied to my net tree:
https://github.com/stefanha/qemu/commits/net

Stefan

Reply via email to