]> git.ipfire.org Git - thirdparty/qemu.git/commit
e1000: Dupe offload data on reading old stream
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 28 Mar 2018 16:36:26 +0000 (17:36 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 10 Apr 2018 03:30:03 +0000 (11:30 +0800)
commit3c4053c52cf6294848d8219a14b491784c8bebc8
treeeeddf60c712d8a16af36f96ef7229f9ae765bc15
parent4ae4bf5bb16bd8e5b94433db9fe8265d30c53ba3
e1000: Dupe offload data on reading old stream

Old QEMUs only had one set of offload data;  when we only receive
one lot, dupe the received data - that should give us about the
same bug level as the old version.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000.c