Re: [Qemu-devel] [PATCH 2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list.

2012-10-16 Thread Kevin Wolf
Am 16.10.2012 10:32, schrieb Stefan Hajnoczi: > On Mon, Oct 15, 2012 at 06:48:53PM +0200, Dmitry Fleytman wrote: > > The commit message is very long but the commit description is empty. > Please keep the message short and add the rest into the description. > >> Signed-off-by: Dmitry Fleytman >>

Re: [Qemu-devel] [PATCH 2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list.

2012-10-16 Thread Stefan Hajnoczi
On Mon, Oct 15, 2012 at 06:48:53PM +0200, Dmitry Fleytman wrote: The commit message is very long but the commit description is empty. Please keep the message short and add the rest into the description. > Signed-off-by: Dmitry Fleytman > --- > hw/e1000.c | 3 ++- > 1 file changed, 2 insertions(

[Qemu-devel] [PATCH 2/2] Fix a race condition in E1000 device live migration. One of data-transfer related flags not in migrated fields list.

2012-10-15 Thread Dmitry Fleytman
Signed-off-by: Dmitry Fleytman --- hw/e1000.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/e1000.c b/hw/e1000.c index 1e66ecf..efbe0c9 100644 --- a/hw/e1000.c +++ b/hw/e1000.c @@ -92,7 +92,7 @@ typedef struct E1000State_st { uint32_t rxbuf_size; uint32_t r