summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2014-02-03 08:20:02 +0400
committerStefan Hajnoczi <stefanha@redhat.com>2014-02-25 11:50:16 +0100
commit6e50d18847a76704c8a49e406084a2321117b954 (patch)
tree58526067d34a04743e940fb600351e4b9f2fda8f /net
parentc58e291591dbc1c846fa152d4792554803405ebb (diff)
downloadqemu-6e50d18847a76704c8a49e406084a2321117b954.tar.gz
opencores_eth: flush queue whenever can_receive can go from false to true
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 <jcmvbkbc@gmail.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions