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

Add the code to create and destroy the multiple threads those will
be used to do data compression. Left some functions empty 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