From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNo2L-0001zw-Op for qemu-devel@nongnu.org; Mon, 15 Oct 2012 13:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNo2F-0006TU-VP for qemu-devel@nongnu.org; Mon, 15 Oct 2012 13:01:05 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:56982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNo2F-0006TN-P9 for qemu-devel@nongnu.org; Mon, 15 Oct 2012 13:00:59 -0400 Received: by mail-wi0-f175.google.com with SMTP id hq4so1815297wib.10 for ; Mon, 15 Oct 2012 10:00:58 -0700 (PDT) From: Dmitry Fleytman Date: Mon, 15 Oct 2012 18:48:51 +0200 Message-Id: <1350319733-7306-1-git-send-email-dmitry@daynix.com> Subject: [Qemu-devel] [PATCH 0/2] A few race conditions in E1000 device 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 a few race conditions in E1000 code: 1st patch fixes race condition between driver shutdown and device shutdown (see patch comment) It also work-arounds race condition in e1000 Linux driver between RX enable and RX rings init (Separate patch for the second problem sent to e1000-devel/linux/kernel and accepted by maintainers, see http://sourceforge.net/mailarchive/forum.php?thread_name=1350280341.2152.12.camel%40jtkirshe-mobl&forum_name=e1000-devel) 2nd patch is pretty trivial and adds forgotten field into live migration list thus fixing another race condition. Dmitry Fleytman (2): Fix a race condition in E1000 device implementation: Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list. hw/e1000.c | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) -- 1.7.11.4