]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Add the core code of multi-thread compression
authorLiang Li <liang.z.li@intel.com>
Mon, 23 Mar 2015 08:32:23 +0000 (16:32 +0800)
committerJuan Quintela <quintela@redhat.com>
Thu, 7 May 2015 16:31:53 +0000 (18:31 +0200)
commit20eb617eacf7a0ce76d9dd10ff246d6ae7f0b4e1
tree5b13d753b6caf3bcfac2a4f05c8a0895b46d95d1
parente2102428c09901788a5e585f32f9e805137f5967
migration: Add the core code of multi-thread compression

Implement the core logic of the multiple thread compression. At this
point, multiple thread compression can't co-work with xbzrle yet.

Signed-off-by: Liang Li <liang.z.li@intel.com>
Signed-off-by: Yang Zhang <yang.z.zhang@intel.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c