qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] E1000 RX/Live migration bugs fixed


From: Dmitry Fleytman
Subject: [Qemu-devel] [PATCH 0/2] E1000 RX/Live migration bugs fixed
Date: Wed, 17 Oct 2012 20:31:45 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]