]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Add the framework of multi-thread decompression
authorLiang Li <liang.z.li@intel.com>
Mon, 23 Mar 2015 08:32:18 +0000 (16:32 +0800)
committerJuan Quintela <quintela@redhat.com>
Wed, 6 May 2015 15:36:57 +0000 (17:36 +0200)
commit3fcb38c223510cf88c6101f5d218ce0840d1354c
treeb95918f3c6f1315a3f36905be7ea3a493c7f40f5
parent8706d2d566cbf4bad2c5597bb57358e3d5f5caf0
migration: Add the framework of multi-thread decompression

Add the code to create and destroy the multiple threads those will be
used to do data decompression. Left some functions empty just to keep
clearness, and the code will be added later.

Signed-off-by: Liang Li <liang.z.li@intel.com>
Signed-off-by: Yang Zhang <yang.z.zhang@intel.com>
Reviewed-by: Dr.David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c
include/migration/migration.h
migration/migration.c