[Qemu-devel] [PATCH v2 0/3] some fix in tests/migration

Mao Zhongyi posted 3 patches 4 years, 7 months ago
Test checkpatch passed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 passed
Test asan passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1568170994.git.maozhongyi@cmss.chinamobile.com
There is a newer version of this series
tests/migration/stress.c | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH v2 0/3] some fix in tests/migration
Posted by Mao Zhongyi 4 years, 7 months ago
This patchset mainly fixes memory leak, typo and return
value of stress function in stress test.

v2->v1:
- use g_autofree to release memory automatically instead
  of free().                     [Alex Bennée]
                      
Cc: armbru@redhat.com 
Cc: laurent@vivier.eu 
Cc: tony.nguyen@bt.com
Cc: alex.bennee@linaro.org

Mao Zhongyi (3):
  tests/migration: mem leak fix
  tests/migration: fix a typo in comment
  tests/migration:fix unreachable path in stress test

 tests/migration/stress.c | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

-- 
2.17.1