]> git.proxmox.com Git - mirror_qemu.git/commit
arch_init: Alloc and free data struct for compression
authorLiang Li <liang.z.li@intel.com>
Mon, 23 Mar 2015 08:32:20 +0000 (16:32 +0800)
committerJuan Quintela <quintela@redhat.com>
Wed, 6 May 2015 15:36:57 +0000 (17:36 +0200)
commit474ddaf6e3aebc470f4665ef4f7ce6578448c6d1
treefbc9af0bd8c66e6dabf29d8b99fac7f983717103
parent44f0eadc338f55d3bffe4fccefb1d4241defa418
arch_init: Alloc and free data struct for compression

Define the data structure and variables used to do multiple thread
compression, and add the code to initialize and free them.

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