From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOYao-000370-PZ for qemu-devel@nongnu.org; Wed, 17 Oct 2012 14:43:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOYan-0003SA-Tb for qemu-devel@nongnu.org; Wed, 17 Oct 2012 14:43:46 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:46087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOYan-0003S6-Nw for qemu-devel@nongnu.org; Wed, 17 Oct 2012 14:43:45 -0400 Received: by mail-wi0-f175.google.com with SMTP id hq4so847020wib.10 for ; Wed, 17 Oct 2012 11:43:44 -0700 (PDT) From: Dmitry Fleytman Date: Wed, 17 Oct 2012 20:31:45 +0200 Message-Id: <1350498707-6749-1-git-send-email-dmitry@daynix.com> Subject: [Qemu-devel] [PATCH 0/2] E1000 RX/Live migration bugs fixed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yan Vugenfirer , Dmitry Fleytman , Chris Webb , Richard Davies 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