[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v2 0/1] qemu/migration: fix the migration bug found
From: |
QingFeng Hao |
Subject: |
[Qemu-block] [PATCH v2 0/1] qemu/migration: fix the migration bug found by qemu-iotests case 068 |
Date: |
Tue, 6 Jun 2017 07:24:37 +0200 |
Hi all,
This patch is to fix the migration bug found by qemu-iotests case 068
and based on upstream master's commit:
199e19ee53: Merge remote-tracking branch
'remotes/mjt/tags/trivial-patches-fetch' into staging.
The bug was introduced by commit "660819b migration: shut src return path
unconditionally".
Change Log(v2):
Got reviewed-by from Dr. David Alan Gilbert and Peter Xu.
Thanks!
QingFeng Hao (1):
qemu/migration: fix the double free problem on from_src_file
migration/savevm.c | 1 -
1 file changed, 1 deletion(-)
--
2.11.2
- [Qemu-block] [PATCH v2 0/1] qemu/migration: fix the migration bug found by qemu-iotests case 068,
QingFeng Hao <=
- [Qemu-block] [PATCH v2 1/1] qemu/migration: fix the double free problem on from_src_file, QingFeng Hao, 2017/06/06
- Re: [Qemu-block] [PATCH v2 1/1] qemu/migration: fix the double free problem on from_src_file, Kevin Wolf, 2017/06/06
- Re: [Qemu-block] [PATCH v2 1/1] qemu/migration: fix the double free problem on from_src_file, Juan Quintela, 2017/06/06
- Re: [Qemu-block] [PATCH v2 1/1] qemu/migration: fix the double free problem on from_src_file, QingFeng Hao, 2017/06/06
- Re: [Qemu-block] [PATCH v2 1/1] qemu/migration: fix the double free problem on from_src_file, Dr. David Alan Gilbert, 2017/06/07
- Re: [Qemu-block] [PATCH v2 1/1] qemu/migration: fix the double free problem on from_src_file, QingFeng Hao, 2017/06/08