network: 0.849 socket: 0.785 mistranslation: 0.751 device: 0.672 instruction: 0.666 other: 0.604 graphic: 0.561 semantic: 0.531 vnc: 0.511 boot: 0.407 assembly: 0.233 KVM: 0.196 lan9118 bug peeked received message size not equal to actual received message size peeked message is not equal to read message Bug in the code at line: https://github.com/qemu/qemu/blob/master/hw/net/lan9118.c#L1209 s->tx_status_fifo_head should be s->rx_status_fifo_head Thanks, Alfred Do you have a test case that will reproduce this bug ? (The line of code you point out is pretty clearly wrong; it would just be nice to have a test case to confirm that the obvious fix works.) This patchset should fix this bug: https://