Following patches fix 2 problems in E1000 code: 1st patch fixes race condition between RX enable and RX buffers allocation See commit description for detailed explanation
2nd patch adds forgotten field into live migration list I'm not really sure this is a proper solution with no regressions, please, take a look. Dmitry Fleytman (2): Ignore RX tail kicks when RX disabled. Add check_rxov into VMState. hw/e1000.c | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) -- 1.7.11.4