Re: [PATCH] rtl8193: switch to use qemu_receive_packet() for loopback

2021-02-28 Thread Jason Wang
On 2021/2/27 2:47 上午, Alexander Bulekov wrote: This patch switches to use qemu_receive_packet() which can detect reentrancy and return early. Buglink: https://bugs.launchpad.net/qemu/+bug/1910826 Signed-off-by: Alexander Bulekov --- Although it's not a nc->info->receive() call, maybe this ca

[PATCH] rtl8193: switch to use qemu_receive_packet() for loopback

2021-02-26 Thread Alexander Bulekov
This patch switches to use qemu_receive_packet() which can detect reentrancy and return early. Buglink: https://bugs.launchpad.net/qemu/+bug/1910826 Signed-off-by: Alexander Bulekov --- Although it's not a nc->info->receive() call, maybe this can also go in this series? -Alex hw/net/rtl8139.c